summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* libcpu: Only build if there is a valid configure.acChris Johns2018-03-231-1/+1
|
* bsp/tqm8xx: Fix network interface driverThomas Doerfler2018-03-221-7/+9
|
* mpci: Avoid use of RTEMS_RELLDFLAGSSebastian Huber2018-03-222-5/+4
|
* bsps/mpc55xx: Move libcpu content to bspsSebastian Huber2018-03-2211-2303/+7
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/mpc55xx: Remove unused filesSebastian Huber2018-03-222-733/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/powerpc: Move libcpu timer to bspsSebastian Huber2018-03-2228-504/+24
| | | | | | | | | 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.
* bsps/powerpc: Remove bsp_timer_internal_clockSebastian Huber2018-03-227-22/+2
| | | | | | | | | | | | | The only consumer of this variable was the ppc403 clock driver used by the * haleakala, * virtex, and * virtex4 BSPs which set bsp_timer_internal_clock unconditionally to true. Update #3285.
* bsp/pc386: Move libcpu content to bspsSebastian Huber2018-03-227-1195/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Support more than 256MiB of RAMÉric Tremblay2018-03-202-0/+35
| | | | Close #3322.
* bsp/qoriq: Fix bsp_restart()Sebastian Huber2018-03-202-23/+23
| | | | Update #3085.
* bsp/ss555: Move libcpu content to bspsSebastian Huber2018-03-1913-1903/+31
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move exceptions support to bspsSebastian Huber2018-03-1936-4287/+31
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Remove unused filesSebastian Huber2018-03-194-464/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move basic support to bspsSebastian Huber2018-03-1923-1103/+33
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move legacy IRQ supportSebastian Huber2018-03-198-406/+7
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a functionAmaan Cheval2018-03-161-0/+5
| | | | | | | | | | When it's a macro, a function declaration causes a compiler error due to the macro being expanded. Partial log showing error: https://gist.github.com/AmaanC/ab3521141479aa6f61ea25f5d74ebb4d Closes #3331
* i386/smp: Have ld use incremental build for appstart.oAmaan Cheval2018-03-161-1/+1
| | | | | | | | | | | | | | | | | | With HAS_SMP set, we have: libbsp_a_LIBADD += appstart.$(OBJEXT) When trying to build appstart.o, however, we link start.o with appcpustart.o through the linkcmds script, which leaves several symbols unresolved, and without the "-r" (or -i) flag, this throws undefined reference errors. This change requires us to re-run the ./bootstrap script to regenerate Makefile.in, and therefore the Makefile for the particular BSP as well. Complete log of errors available here: https://gist.github.com/AmaanC/d40bd7393dca1f82965938275845b7f9 Updates #3331