summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* virtex5: Simplify bsp_specsJoel Sherrill2017-12-202-7/+3
| | | | Updates #3520.
* gen5200, gen83xx, gen83x, mpc55xxevb, psim, qoriq, t32mppc, tqm8xx, virtex: ↵Joel Sherrill2017-12-2020-41/+31
| | | | | | | | | | Simplify bsp_specs These BSPs all use shared/startup/linkcmds.base and thus needed to be modified at the same time. Variations in the arguments were reflected into the BSP specific portions of the linkcmds. Updates #3520.
* uC5282: Simplify bsp_specsJoel Sherrill2017-12-202-5/+4
| | | | Updates #3520.
* mcf5235: Simplify bsp_specsJoel Sherrill2017-12-204-5/+8
| | | | Updates #3520.
* mcf5225x: Simplify bsp_specsJoel Sherrill2017-12-202-5/+4
| | | | Updates #3520.
* mcf5206elite: Simplify bsp_specsJoel Sherrill2017-12-203-5/+7
| | | | Updates #3520.
* mcf52235: Simplify bsp_specsJoel Sherrill2017-12-202-5/+3
| | | | Updates #3520.
* gen68340: Simplify bsp_specsJoel Sherrill2017-12-202-5/+5
| | | | Updates #3520.
* gen68360: Simplify bsp_specsJoel Sherrill2017-12-202-5/+4
| | | | Updates #3520.
* csb360: Simplify bsp_specsJoel Sherrill2017-12-202-5/+4
| | | | Updates #3520.
* av5282: Simplify bsp_specsJoel Sherrill2017-12-204-5/+7
| | | | Updates #3520.
* genmcf548x, mvme147, mvme147s, mvme162, mvme167: Simplify bsp_specsJoel Sherrill2017-12-206-25/+9
| | | | | | | These BSPs used shared/startup/linkcmds.base and had to be modified as a set. Updates #3520.
* mrm332: Simplify bsp_specsJoel Sherrill2017-12-202-5/+3
| | | | Updates #3520.
* mcf5329: Simplify bsp_specsJoel Sherrill2017-12-203-5/+3
| | | | Updates #3520.
* Add support for arguments in ISRsKilian Holzinger2017-12-201-0/+3
|
* gensh4: Simplify bsp_specsJoel Sherrill2017-12-194-5/+7
| | | | Updates #3250.
* gensh2: Simplify bsp_specsJoel Sherrill2017-12-194-7/+4
| | | | Updates #3250.
* gensh1: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3250.
* shsim: Simplify bsp_specsJoel Sherrill2017-12-195-242/+2
| | | | | | | | | | This bsp_specs included non-standard logic to pass endian arguments to the linker. These should not be necessary. If they are, it is a bug in the sh gcc target. The code was "%{ml:-EL}%{mb:-EB}" Also the file linkcmds.sim was not referenced and was deleted. Updates #3250.
* rbtx4938: Simplify bsp_specsJoel Sherrill2017-12-192-5/+4
|
* rbtx4925: Simplify bsp_specsJoel Sherrill2017-12-192-5/+4
| | | | Updates #3250.
* malta: Simplify bsp_specsJoel Sherrill2017-12-192-5/+4
| | | | Updates #3250.
* jmr3904: Simplify bsp_specsJoel Sherrill2017-12-192-5/+4
| | | | Updates #3250.
* hurricane: Simplifies bsp_specsJoel Sherrill2017-12-192-5/+4
| | | | Updates #3250.
* csb350: Simplify bsp_specsJoel Sherrill2017-12-192-5/+3
| | | | Updates #3250.
* sparc64 BSPs: Simplify bsp_specsJoel Sherrill2017-12-193-11/+4
| | | | Updates #3520.
* ARM BSPs: Simplify bsp_specsJoel Sherrill2017-12-1921-100/+21
| | | | Updates #3520.
* riscv_generic: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* TLL6527M: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* eZKit533: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* bf537Stamp: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* nios2_iss: Simplify bsp_specsJoel Sherrill2017-12-192-6/+3
| | | | Updates #3520.
* generic_or1k: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* m32cbsp: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* moxiesim: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* milkymist: Simplify bsp_specsJoel Sherrill2017-12-192-6/+3
| | | | Updates #3520.
* lm32_evr: Simplify bsp_specsJoel Sherrill2017-12-192-6/+3
| | | | Updates #3520.
* pc386: Simplify bsp_specsJoel Sherrill2017-12-193-7/+4
| | | | | | | | If this has any issues, check that the change in linking the 16-bit startup code in Makefile.am generates the same code. This was odd code and didn't need the RTEMS linkcmds anyway. Updates #3520.
* epiphany: Simplify bsp_specsJoel Sherrill2017-12-192-5/+2
| | | | Updates #3520.
* gdbv850sim: Simplify bsp_specsJoel Sherrill2017-12-192-9/+2
| | | | Updates #3520.
* mvme167: Simplify bsp_specsJoel Sherrill2017-12-191-7/+0
| | | | | | | | | This bsp-specs added many libraries which it should not have. It also added the non-standard -qjava option which if actually used will have to be addressed by adding linker options on the GCC command line. Updates #3520.
* mcf5206elite: Simplify bsp_specsJoel Sherrill2017-12-191-9/+1
| | | | | | | Removes the non-standard -qflash option added by the bsp_specs. If actually used, this will have to be addressed in another way. Updates #3520.
* csb360: Simplify bsp_specsJoel Sherrill2017-12-191-9/+1
| | | | | | | | This patch removes the non-standard -qclock option which defines _SYS_CLOCK_FREQUENCY. If actually used, this can be achieved by providing ld options via the linking invocation of GCC. Updates #3520.
* sparc/*/bsp_specs, shared/linkcmds: Simplify bsp_specsJoel Sherrill2017-12-194-3/+5
| | | | Updates #3520.
* bsp/altera-cyclone-v: Remove reserved memorySebastian Huber2017-12-191-0/+83
| | | | Removed reserved memory from work area, e.g. used by FPGA devices.
* bsp/altera-cyclone-v: Adjust work areaSebastian Huber2017-12-193-2/+94
| | | | | Use FDT to adjust the work area. Reduce work area of linker command file.
* bsps/arm: Fix move <libcpu/arm-cp15.h> to cpukitSebastian Huber2017-12-1516-91/+0
| | | | Update #3254.
* bsp/altera-cyclone-v: Update clock frequenciesSebastian Huber2017-12-141-2/+73
|
* bsp/altera-cyclone-v: Enable FDT supportSebastian Huber2017-12-142-0/+13
|
* bsps/arm: Disable all interrupts in GIC initSebastian Huber2017-12-141-0/+4
|