summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber4-274/+0
Close #3250. Close #4081.
2021-04-27powerpc/shared/console: Make console baud rate configurable.Peter Dufault1-0/+4
The "powerpc/shared/console" code has the start-up console value fixed at 9600 baud. This changes the hard-wired constant "9600" in the code to the configuration setting "BSP_CONSOLE_BAUD" and adds configuration support in both the "waf" and the legacy configuration systems. Note that the VME BSPs beatnik, mvme3100, and mve5100 can be improved by adding a "mvmexxxx" BSP family. This configuration change, as well as future configuration changes, could then be made in a "grp.yml" file.
2021-04-26Makefile.am: Remove legacy networking filesVijay Kumar Banerjee1-6/+0
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2019-05-16bsps: Always build generic interrupt supportSebastian Huber1-0/+1
This makes it possible to write tests for the generic interrupt controller support. Update #3269.
2018-10-10build: Remove local.amSebastian Huber3-3/+0
2018-05-18motorola_powerpc: Move -Dxxx to configure.acJoel Sherrill1-0/+14
Updates #3425.
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber9-608/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-26bsps: Remove unmaintained times filesSebastian Huber2-386/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move motorola.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move residual.c to bspsSebastian Huber1-1/+1
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/powerpc: Move bootloader to bspsSebastian Huber3-15/+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-23bsps: Move PCI drivers to bspsSebastian Huber1-4/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move RTC drivers to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber1-4/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber6-197/+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 Huber4-52/+9
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 Huber1-3/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-2/+2
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-2/+2
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-20bsp/motorola_powerpc: Move bspstart.c to bspsSebastian Huber1-1/+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 bspclean.c to bspsSebastian Huber1-1/+1
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-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-26/+26
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Remove headers from librtemsbsp_a_SOURCESSebastian Huber1-9/+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-14/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsp/motorola_powerpc: Move polled_io.cSebastian Huber2-11/+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-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: Remove librtemsbsp.a wrapupSebastian Huber1-38/+38
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Move VME support to bspsSebastian Huber1-9/+1
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 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 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-9/+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 Huber6-6/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move AltiVec support to bspsSebastian Huber1-3/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move dec clock driver to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.