summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-16bsps: Move tod.c to bsps and renameSebastian Huber6-6/+6
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12build: Remove subdir-objects from BSP configure.acSebastian Huber18-18/+18
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 Huber17-17/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Move bootcard.c to bspsSebastian Huber18-18/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Simplify source file path in Makefile.amSebastian Huber18-85/+85
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Remove headers from librtemsbsp_a_SOURCESSebastian Huber5-37/+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 source variables in Makefile.amSebastian Huber1-20/+17
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Avoid line continuation in Makefile.amSebastian Huber17-239/+317
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsp/mvme5500: Avoid RTEMS_RELLDFLAGSSebastian Huber3-24/+14
2018-04-12bsp/motorola_powerpc: Move polled_io.cSebastian Huber5-1597/+2
This file was used by this BSP only. Avoid RTEMS_RELLDFLAGS. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsp/beatnik: Avoid RTEMS_RELLDFLAGSSebastian Huber15-88/+163
Avoid extra CPPFLAGS.
2018-04-12bsps: Move legacy console driver to bspsSebastian Huber1-3/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-11configure: Add subdir-objects to all automake flags.Chris Johns19-19/+19
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 Huber18-19/+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 Huber10-57/+31
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Remove librtemsbsp.a wrapupSebastian Huber18-403/+403
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Move VME support to bspsSebastian Huber7-618/+4
The VME support is only used by powerpc BSPs. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-05bsps/powerpc: Rename to shared-sources.amSebastian Huber18-18/+18
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-05bsps/powerpc: Rename to exceptions-sources.amSebastian Huber17-17/+17
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 Huber18-92/+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 Huber18-0/+18
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04build: Remove EXTRA_DISTSebastian Huber19-102/+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-28Eliminate PowerPC libcpu/page.hJoel Sherrill5-5/+9
Started to eliminate warnings and then realized that only one one-line macro in the file was used by a few files. The rest of the file was was not needed. Eliminate the file. Closes #3354.
2018-03-26bsp/tqm8xx: Use shared linker command fileSebastian Huber7-382/+70
Update #3339.
2018-03-26bsp/mvme3100: Simplify Makefile.amSebastian Huber1-8/+1
2018-03-26bsps/powerpc: Move dec timer driverSebastian Huber16-16/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Remove libcpu/powerpcSebastian Huber24-30/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move ppc403 clock driver to bspsSebastian Huber2-4/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move AltiVec support to bspsSebastian Huber4-19/+13
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move dec clock driver to bspsSebastian Huber6-10/+8
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move MMU support to bspsSebastian Huber9-14/+24
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsp/tqm8xx: Move libcpu content to bspsSebastian Huber1-6/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsp/mpc8260: Move libcpu content to bspsSebastian Huber1-4/+5
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move libcpu content to bspsSebastian Huber3-8/+8
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-22bsp/tqm8xx: Fix network interface driverThomas Doerfler1-7/+9
2018-03-22bsps/mpc55xx: Move libcpu content to bspsSebastian Huber1-7/+7
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-22bsp/powerpc: Move libcpu timer to bspsSebastian Huber23-112/+24
Use only one timer driver variant based on the standard PowerPC time base. This patch is a part of the BSP source reorganization. Update #3285.
2018-03-22bsps/powerpc: Remove bsp_timer_internal_clockSebastian Huber6-11/+0
The only consumer of this variable was the ppc403 clock driver used by the * haleakala, * virtex, and * virtex4 BSPs which set bsp_timer_internal_clock unconditionally to true. Update #3285.
2018-03-20bsps/powerpc: Support more than 256MiB of RAMÉric Tremblay2-0/+35
Close #3322.
2018-03-20bsp/qoriq: Fix bsp_restart()Sebastian Huber2-23/+23
Update #3085.
2018-03-19bsp/ss555: Move libcpu content to bspsSebastian Huber2-7/+31
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-19bsps/powerpc: Move exceptions support to bspsSebastian Huber18-31/+31
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-19bsps/powerpc: Move basic support to bspsSebastian Huber18-59/+32
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-19bsps/powerpc: Move legacy IRQ supportSebastian Huber6-7/+7
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-16bsps/powerpc: Use shared linker command fileSebastian Huber4-226/+43
Close #3339.
2018-03-16bsps/powerpc: Fix linker command filesSebastian Huber1-2/+4
Update #3339.
2018-02-19powerpc/shared/startup/linkcmds.base: Add wildcards on some sectionsJoel Sherrill1-3/+3
Closes #3307.
2018-01-31bsps: Rework cache manager implementationSebastian Huber18-22/+40
The previous cache manager support used a single souce file (cache_manager.c) which included an implementation header (cache_.h). This required the use of specialized include paths to find the right header file. Change this to include a generic implementation header (cacheimpl.h) in specialized source files. Use the following directories and files: * bsps/shared/cache * bsps/@RTEMS_CPU@/shared/cache * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY/start/cache.c Update #3285.
2018-01-31bsps: Move network define to source filesSebastian Huber14-66/+26
Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.