summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-20uC5282: Simplify bsp_specsHEADmasterJoel Sherrill
Updates #3520.
2017-12-20mcf5235: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20mcf5225x: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20mcf5206elite: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20mcf52235: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20gen68340: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20gen68360: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20csb360: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20av5282: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20genmcf548x, mvme147, mvme147s, mvme162, mvme167: Simplify bsp_specsJoel Sherrill
These BSPs used shared/startup/linkcmds.base and had to be modified as a set. Updates #3520.
2017-12-20mrm332: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20mcf5329: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-20Add support for arguments in ISRsKilian Holzinger
2017-12-19gensh4: Simplify bsp_specsJoel Sherrill
Updates #3250.
2017-12-19gensh2: Simplify bsp_specsJoel Sherrill
Updates #3250.
2017-12-19gensh1: Simplify bsp_specsJoel Sherrill
Updates #3250.
2017-12-19shsim: Simplify bsp_specsJoel Sherrill
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.
2017-12-19rbtx4938: Simplify bsp_specsJoel Sherrill
2017-12-19rbtx4925: Simplify bsp_specsJoel Sherrill
Updates #3250.
2017-12-19malta: Simplify bsp_specsJoel Sherrill
Updates #3250.
2017-12-19jmr3904: Simplify bsp_specsJoel Sherrill
Updates #3250.
2017-12-19hurricane: Simplifies bsp_specsJoel Sherrill
Updates #3250.
2017-12-19csb350: Simplify bsp_specsJoel Sherrill
Updates #3250.
2017-12-19sparc64 BSPs: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19ARM BSPs: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19riscv_generic: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19TLL6527M: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19eZKit533: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19bf537Stamp: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19nios2_iss: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19generic_or1k: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19m32cbsp: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19moxiesim: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19milkymist: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19lm32_evr: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19pc386: Simplify bsp_specsJoel Sherrill
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.
2017-12-19epiphany: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19gdbv850sim: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19mvme167: Simplify bsp_specsJoel Sherrill
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.
2017-12-19mcf5206elite: Simplify bsp_specsJoel Sherrill
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.
2017-12-19csb360: Simplify bsp_specsJoel Sherrill
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.
2017-12-19sparc/*/bsp_specs, shared/linkcmds: Simplify bsp_specsJoel Sherrill
Updates #3520.
2017-12-19bsp/altera-cyclone-v: Remove reserved memorySebastian Huber
Removed reserved memory from work area, e.g. used by FPGA devices.
2017-12-19bsp/altera-cyclone-v: Adjust work areaSebastian Huber
Use FDT to adjust the work area. Reduce work area of linker command file.
2017-12-15posix: Remove unused global variableSebastian Huber
Update #2702. Update #2555.
2017-12-15bsps/arm: Fix move <libcpu/arm-cp15.h> to cpukitSebastian Huber
Update #3254.
2017-12-14epiphany: Remove superfluous includesSebastian Huber
Update #3254.
2017-12-14bsp/altera-cyclone-v: Update clock frequenciesSebastian Huber
2017-12-14bsp/altera-cyclone-v: Enable FDT supportSebastian Huber
2017-12-14bsps/arm: Disable all interrupts in GIC initSebastian Huber