summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-25bsp/virtex4: Move mmu.c to bspsSebastian Huber2-568/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move spansionFlash.c to bspsSebastian Huber2-478/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move intelFlash.c to bspsSebastian Huber2-465/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move flash.c to bspsSebastian Huber3-911/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move vpd.c to bspsSebastian Huber3-324/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move motorola.c to bspsSebastian Huber2-433/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move residual.c to bspsSebastian Huber2-105/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move showbats.c to bspsSebastian Huber3-53/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move ppc-exc-handler-table.c to bspsSebastian Huber4-70/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move memcpy.c to bspsSebastian Huber5-130/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move tictac.c to bspsSebastian Huber5-36/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move uboot_dump_bdinfo.c to bspsSebastian Huber2-80/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move uboot_getenv.c to bspsSebastian Huber3-76/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps/powerpc: Move bootloader to bspsSebastian Huber19-12539/+16
This bootloader is only used by the motorola_powerpc BSP. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Remove unmaintained times filesSebastian Huber2-376/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move ATA drivers to bspsSebastian Huber6-1114/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move PCI drivers to bspsSebastian Huber16-2552/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move RTC drivers to bspsSebastian Huber14-657/+7
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber63-58616/+26
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber40-7252/+26
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move SPI drivers to bspsSebastian Huber4-1291/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move I2C drivers to bspsSebastian Huber12-2303/+7
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsp/gen5200: Move bestcomm to bspsSebastian Huber23-3600/+22
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber71-969/+0
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Remove AC_CONFIG_SRCDIR()Sebastian Huber19-19/+0
This AC_CONFIG_SRCDIR() is just a sanity check in this insane build system. Since all content of c/src/lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@ is bound to be moved it makes no sense to keep it. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move MPCI support to bspsSebastian Huber10-869/+7
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move benchmark timer to bspsSebastian Huber4-145/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move startup files to bspsSebastian Huber174-13858/+167
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move start files to bspsSebastian Huber38-5488/+42
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move console drivers to bspsSebastian Huber37-6444/+36
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps/powerpc: Move shared btimer supportSebastian Huber16-16/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move clock drivers to bspsSebastian Huber26-1005/+26
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspsmp.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move sbrk.c to bspsSebastian Huber12-12/+12
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move getentropy-cpucounter.c to bspsSebastian Huber18-18/+18
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move shared btimer support to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move pci_find_device.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move doxygen.h files to bspsSebastian Huber2-30/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Convert all bsp_predriver_hook()Sebastian Huber25-120/+62
Use RTEMS_SYSINIT_ITEM() instead. Update #2408.
2018-04-20bsp/motorola_powerpc: Move bspstart.c to bspsSebastian Huber2-377/+1
This shared powerpc file was only used by this BSP. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspgetworkarea.c to bspsSebastian Huber11-11/+11
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspreset_loop.c to bspsSebastian Huber2-2/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspreset.c to bspsSebastian Huber8-8/+8
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspclean.c to bspsSebastian Huber14-14/+14
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20motorola_powerpc: Remove headers from *_SOURCESSebastian Huber1-5/+1
This was used by the not supported "make dist". This patch is a part of the BSP source reorganization. Update #3285.
2018-04-17misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test listJoel Sherrill6-54/+12
2018-04-17Multiple BSP tcfg: Disable iconv files.Joel Sherrill3-0/+3
2018-04-16bsps: Move stackalloc.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-16bsps: Move bsp-uboot-board-info.c to bspsSebastian Huber2-2/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-16bsps: Move bsp-fdt.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.