summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move bspreset.c to bspsSebastian Huber40-56/+39
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspclean.c to bspsSebastian Huber72-170/+71
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-17misc arm tcfg: Add dl06, too large for memoryJoel Sherrill3-0/+3
2018-04-17misc tcfg: Use disable-mrfs-tests.tcfg, do not duplicate test listJoel Sherrill3-28/+3
2018-04-17lpc2362-testsuite.tcfg: Use disable-iconv-tests.tcfg, do not duplicate test listJoel Sherrill1-3/+1
2018-04-17misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test listJoel Sherrill19-171/+38
2018-04-17generic_or1k: Disable sptls02 until or1k GCC updated from 4.9.xJoel Sherrill1-0/+2
Updates #3391.
2018-04-17Multiple BSP tcfg: Disable iconv files.Joel Sherrill32-0/+33
2018-04-16bsps: Move uart-output-char.c to bspsSebastian Huber4-55/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-16bsps: Move stackalloc.c to bspsSebastian Huber18-82/+17
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-16bsps: Move bsp-uboot-board-info.c to bspsSebastian Huber3-34/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-16bsps: Move bsp-fdt.c to bspsSebastian Huber5-69/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-16bsps: Move tod.c to bsps and renameSebastian Huber15-301/+14
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12build: Remove subdir-objects from BSP configure.acSebastian Huber83-83/+83
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 Huber74-90/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Move bootcard.c to bspsSebastian Huber84-168/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Simplify source file path in Makefile.amSebastian Huber31-286/+286
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Remove headers from librtemsbsp_a_SOURCESSebastian Huber43-80/+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 Huber4-108/+96
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Avoid line continuation in Makefile.amSebastian Huber62-553/+782
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 Huber33-768/+65
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Remove unused console_select_simple.cSebastian Huber1-22/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-11configure: Add subdir-objects to all automake flags.Chris Johns100-100/+100
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-10bsp/lpc24xx: Exclude iconv POSIX tests.Chris Johns1-0/+3
These are now built to executables and are too large for this BSP. This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-04-09bsp/genmcf548x: Fix IRQ supportSebastian Huber1-4/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsp/csb337: Fix umon supportSebastian Huber1-0/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09build: Remove DISTCLEANFILESSebastian Huber83-84/+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 Huber50-2019/+91
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Remove librtemsbsp.a wrapupSebastian Huber83-2118/+2118
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Move VME support to bspsSebastian Huber14-6426/+4
The VME support is only used by powerpc BSPs. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsp: Move umon support to bspsSebastian Huber7-2078/+4
The umon support is only used by the csb337 BSP. 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-05bsps/m68k: Rename fpsp.am to fpsp-sources.amSebastian Huber3-3/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-05bsps/bfin: Rename shared.am to shared-sources.amSebastian Huber3-3/+3
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 Huber83-381/+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 Huber83-0/+83
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04build: Remove EXTRA_DISTSebastian Huber93-439/+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-27bsps/riscv: Fix warningsSebastian Huber2-7/+1
2018-03-26bsps: Remove libcpuSebastian Huber3-27/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/m68k: Remove libcpu/m68kSebastian Huber22-219/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/mcf5225x: Move libcpu content to bspsSebastian Huber1-279/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/genmcf548x: Move libcpu content to bspsSebastian Huber7-3873/+5
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26bsps/csb360: Move libcpu content to bspsSebastian Huber5-349/+3
This patch is a part of the BSP source reorganization. Update #3285.