summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure: Add subdir-objects to all automake flags.Chris Johns2018-04-11102-102/+102
| | | | | | | | | | | 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.
* Generate an error if a BSP in the --enable-rtemsbsp list is not validChris Johns2018-04-111-13/+0
| | | | | | | Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641.
* bsp/lpc24xx: Exclude iconv POSIX tests.Chris Johns2018-04-101-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
* bsp/genmcf548x: Fix IRQ supportSebastian Huber2018-04-091-4/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/csb337: Fix umon supportSebastian Huber2018-04-091-0/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* build: Remove DISTCLEANFILESSebastian Huber2018-04-0984-89/+0
| | | | | A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
* bsps: Move generic IRQ support to bspsSebastian Huber2018-04-0950-2019/+91
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Remove librtemsbsp.a wrapupSebastian Huber2018-04-0985-2171/+2118
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move shmdr to bspsSebastian Huber2018-04-0918-815/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move VME support to bspsSebastian Huber2018-04-0914-6426/+4
| | | | | | | | The VME support is only used by powerpc BSPs. This patch is a part of the BSP source reorganization. Update #3285.
* bsp: Move umon support to bspsSebastian Huber2018-04-097-2078/+4
| | | | | | | | The umon support is only used by the csb337 BSP. This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Rename to shared-sources.amSebastian Huber2018-04-0518-18/+18
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Rename to exceptions-sources.amSebastian Huber2018-04-0517-17/+17
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/m68k: Rename fpsp.am to fpsp-sources.amSebastian Huber2018-04-053-3/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/bfin: Rename shared.am to shared-sources.amSebastian Huber2018-04-053-3/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move libchip to bspsSebastian Huber2018-04-0482-35369/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move config macros to RTEMS_BSP_CONFIGURESebastian Huber2018-04-0484-381/+9
| | | | | | | | Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move version.c and use bspopts.hSebastian Huber2018-04-044-40/+0
| | | | | | | This patch is a part of the BSP source reorganization. Update #3285. Update #3375.
* bsps: Add shared-sources.amSebastian Huber2018-04-0483-0/+83
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Add RTEMS_BSP to bspopts.hSebastian Huber2018-04-041-0/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* build: Remove EXTRA_DISTSebastian Huber2018-04-0496-450/+0
| | | | | A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
* Eliminate PowerPC libcpu/page.hJoel Sherrill2018-03-285-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.
* bsps/riscv: Fix warningsSebastian Huber2018-03-272-7/+1
|
* bsps: Remove libcpuSebastian Huber2018-03-265-41/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/m68k: Remove libcpu/m68kSebastian Huber2018-03-2622-219/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/mcf5225x: Move libcpu content to bspsSebastian Huber2018-03-261-279/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/genmcf548x: Move libcpu content to bspsSebastian Huber2018-03-267-3873/+5
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/csb360: Move libcpu content to bspsSebastian Huber2018-03-265-349/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/mcf5206elite: Move libcpu content to bspsSebastian Huber2018-03-267-1436/+5
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/m68k: Move fpsp support to bspsSebastian Huber2018-03-2649-17014/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/m68k: Move libcpu content to bspsSebastian Huber2018-03-2619-196/+35
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/m68k: Remove unused defineSebastian Huber2018-03-261-4/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/m68k: Use namespace headerSebastian Huber2018-03-2643-14/+212
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/tqm8xx: Use shared linker command fileSebastian Huber2018-03-267-382/+70
| | | | Update #3339.
* bsp/mvme3100: Simplify Makefile.amSebastian Huber2018-03-261-8/+1
|
* bsps/powerpc: Move dec timer driverSebastian Huber2018-03-2616-16/+16
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Remove libcpu/powerpcSebastian Huber2018-03-2627-143/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move ppc403 clock driver to bspsSebastian Huber2018-03-264-312/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Remove unused filesSebastian Huber2018-03-268-2470/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move AltiVec support to bspsSebastian Huber2018-03-268-1306/+13
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move dec clock driver to bspsSebastian Huber2018-03-268-291/+8
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move MMU support to bspsSebastian Huber2018-03-2614-2875/+24
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/tqm8xx: Move libcpu content to bspsSebastian Huber2018-03-268-1579/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/mpc8260: Move libcpu content to bspsSebastian Huber2018-03-268-1596/+5
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move libcpu content to bspsSebastian Huber2018-03-268-3603/+8
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/bfin: Move libcpu content to bspsSebastian Huber2018-03-2620-3377/+7
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/pc386: Remove unused RTEMS_CPU_MODELSebastian Huber2018-03-266-13/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/pc386: Fix buildSebastian Huber2018-03-261-4/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* build: configure.ac is a fileSebastian Huber2018-03-261-1/+1
|
* sparc64: remove header file with duplicated macrosGedare Bloom2018-03-231-1/+1
| | | | | | | | The boot/stack.h header contains duplicated macros that are redundant to arch/stack.h. Delete the boot/stack.h and replace its one use by the arch/stack.h. Closes #3341.