summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber2-247/+0
Close #3250. Close #4081.
2021-04-26Makefile.am: Remove legacy networking filesVijay Kumar Banerjee1-4/+0
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2020-07-05bsps/powerpc: Remove obsolete BSPsSebastian Huber1-3/+0
Update #3951.
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber2-99/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/gen5200: Move source files to bspsSebastian Huber7-3129/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move showbats.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move memcpy.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move uboot_dump_bdinfo.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move uboot_getenv.c to bspsSebastian Huber1-1/+1
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 RTC drivers to bspsSebastian Huber4-431/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber2-1582/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber2-723/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move I2C drivers to bspsSebastian Huber5-1433/+3
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 Huber7-76/+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 Huber1-1/+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 startup files to bspsSebastian Huber14-1150/+14
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 Huber2-1002/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move console drivers to bspsSebastian Huber2-836/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps/powerpc: Move shared btimer supportSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move clock drivers 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 Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move getentropy-cpucounter.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Convert all bsp_predriver_hook()Sebastian Huber1-1/+0
Use RTEMS_SYSINIT_ITEM() instead. Update #2408.
2018-04-20bsps: Move bspgetworkarea.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspclean.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 Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-16bsps: Move tod.c to bsps and renameSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12build: Remove subdir-objects from BSP configure.acSebastian Huber1-1/+1
The subdir-objects do not work currently due to BSP sources in bsps and c and the existing build tree layout. Update #3387.
2018-04-12bsps: Remove empty gnatinstallhandler.cSebastian Huber1-1/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Move bootcard.c to bspsSebastian Huber1-1/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Simplify source file path in Makefile.amSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Remove headers from librtemsbsp_a_SOURCESSebastian Huber1-20/+0
This was used by the not supported "make dist". This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Avoid line continuation in Makefile.amSebastian Huber1-24/+54
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-11configure: Add subdir-objects to all automake flags.Chris Johns1-1/+1
This option silences warning with automake-1.16.1 allowing us to upgrade to that version. This change has been tested with automake-1.12.6 and automake-1.16.1. It seems version 1.16.1 configures slower than 1.12.6 for the same source and BSP. The newer versions is 6 second slower. Close #3387.
2018-04-09build: Remove DISTCLEANFILESSebastian Huber1-1/+0
A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
2018-04-09bsps: Move generic IRQ support to bspsSebastian Huber1-7/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Remove librtemsbsp.a wrapupSebastian Huber1-39/+39
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-05bsps/powerpc: Rename to shared-sources.amSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-05bsps/powerpc: Rename to exceptions-sources.amSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04bsps: Move libchip to bspsSebastian Huber2-240/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04bsps: Move config macros to RTEMS_BSP_CONFIGURESebastian Huber1-5/+0
Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04bsps: Add shared-sources.amSebastian Huber1-0/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04build: Remove EXTRA_DISTSebastian Huber1-3/+0
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
2018-03-26bsps/powerpc: Move dec timer driverSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Remove libcpu/powerpcSebastian Huber1-1/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move MMU support to bspsSebastian Huber1-2/+3
This patch is a part of the BSP source reorganization. Update #3285.