summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber35-1223/+0
Close #3250. Close #4081.
2021-07-26bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber1-9/+1
Add rtems_interrupt_entry_remove(). Split up irq-generic.c into several files. In particular, place all functions which use dynamic memory into their own file. Add optional macros to let the BSP customize the vector installation after installing the first entry and the vector removal before removing the last entry: * bsp_interrupt_vector_install() * bsp_interrupt_vector_remove() Use these new customization options in the m68k/genmcf548x BSP so re-use the generic interrupt controller support. Update #3269.
2021-07-26bsps/irq: Add rtems_interrupt_raise()Sebastian Huber1-0/+1
Add rtems_interrupt_raise_on() and rtems_interrupt_clear(). Add a default implementation which just returns RTEMS_UNSATISFIED for valid parameters. Update #3269.
2021-07-26rtems: Add rtems_interrupt_vector_enable()Sebastian Huber1-0/+1
Add rtems_interrupt_vector_disable(). Update #3269.
2021-07-26bsps/irq: Move handler iterate to separate fileSebastian Huber1-0/+1
Update #3269.
2021-07-26bsps/irq: Move get/set affinity to separate fileSebastian Huber1-0/+1
Update #3269.
2021-04-26Makefile.am: Remove legacy networking filesVijay Kumar Banerjee8-32/+0
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber16-0/+16
Update #4267.
2019-05-16bsps: Always build generic interrupt supportSebastian Huber15-4/+15
This makes it possible to write tests for the generic interrupt controller support. Update #3269.
2018-10-15build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
Close #3375.
2018-10-10build: Remove local.amSebastian Huber17-17/+0
2018-08-03bsps: Fix the generic IRQ supportSebastian Huber1-1/+5
The genmcf548x partly uses is own implementation of the interrupt extension API for libbsd support. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-26bsp/mcf5206elite: Do not install runtest scriptSebastian Huber5-399/+0
Provide the runtest script only as a part of the sources. This simplifies the build system. Test support should be included in the RTEMS Tester.
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber24-4141/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/mcf5206elite: Move nvram.c to bspsSebastian Huber2-174/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/mrm332: Move interr.c to bspsSebastian Huber1-50/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/mrm332: Move spinit.c to bspsSebastian Huber2-97/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps/m68k: Remove unused filesSebastian Huber2-109/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Remove unmaintained times filesSebastian Huber7-1441/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move GDB stubs to bspsSebastian Huber2-1489/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move RTC drivers to bspsSebastian Huber5-377/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move legacy network drivers to bspsSebastian Huber17-10907/+8
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber3-260/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move SPI drivers to bspsSebastian Huber2-1013/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move I2C drivers to bspsSebastian Huber3-584/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber27-585/+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 Huber18-18/+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/mvme147s: Fix Makefile.amSebastian Huber1-3/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move MPCI support to bspsSebastian Huber5-233/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move benchmark timer to bspsSebastian Huber29-1129/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move startup files to bspsSebastian Huber98-10695/+65
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 Huber29-5250/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move console drivers to bspsSebastian Huber37-11799/+25
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move clock drivers to bspsSebastian Huber27-1326/+14
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move setvec.c to bspsSebastian Huber16-17/+17
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move sbrk.c to bspsSebastian Huber16-16/+17
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move getentropy-cpucounter.c to bspsSebastian Huber16-16/+16
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 Huber17-39/+1
Use RTEMS_SYSINIT_ITEM() instead. Update #2408.
2018-04-20bsps: Move bspgetworkarea.c to bspsSebastian Huber16-16/+16
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspstart.c to bspsSebastian Huber6-6/+6
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspreset_loop.c to bspsSebastian Huber6-6/+6
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspreset.c to bspsSebastian Huber9-9/+9
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspclean.c to bspsSebastian Huber12-12/+12
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 Sherrill2-18/+4
2018-04-17Multiple BSP tcfg: Disable iconv files.Joel Sherrill3-0/+3
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 Huber16-16/+16
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 Huber16-16/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Move bootcard.c to bspsSebastian Huber16-16/+0
This patch is a part of the BSP source reorganization. Update #3285.