summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/beatnik (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber2-157/+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-12/+4
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2019-05-16bsps: Always build generic interrupt supportSebastian Huber1-1/+1
This makes it possible to write tests for the generic interrupt controller support. Update #3269.
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2018-05-18beatnik: Move -Dxxx to configure.acJoel Sherrill1-0/+2
Updates #3425.
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber2-235/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/beatnik: Move source files to bspsSebastian Huber8-2721/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move intelFlash.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move flash.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Move vpd.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move PCI drivers to bspsSebastian Huber5-724/+5
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move RTC drivers to bspsSebastian Huber2-33/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber30-24901/+8
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber4-1269/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-39/+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 Huber7-587/+12
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-4/+4
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 Huber2-1/+8
Use RTEMS_SYSINIT_ITEM() instead. Update #2408.
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-16/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Remove headers from librtemsbsp_a_SOURCESSebastian Huber1-2/+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-26/+34
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-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-2/+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-21/+21
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Move VME support to bspsSebastian Huber1-7/+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-6/+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 AltiVec support to bspsSebastian Huber1-7/+5
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move dec clock driver to bspsSebastian Huber1-2/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/powerpc: Move MMU support to bspsSebastian Huber1-1/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-22bsp/powerpc: Move libcpu timer to bspsSebastian Huber1-1/+1
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-19bsps/powerpc: Move exceptions support to bspsSebastian Huber1-2/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-19bsps/powerpc: Move basic support to bspsSebastian Huber1-4/+2
This patch is a part of the BSP source reorganization. Update #3285.