Commit Graph

31525 Commits

Author SHA1 Message Date
Joel Sherrill
5a1fab2238 gensh2: Simplify bsp_specs
Updates #3250.
2017-12-19 11:06:40 -06:00
Joel Sherrill
6510e1f335 gensh1: Simplify bsp_specs
Updates #3250.
2017-12-19 11:06:39 -06:00
Joel Sherrill
98aa7cad71 shsim: Simplify bsp_specs
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-19 11:06:39 -06:00
Joel Sherrill
b00547bb52 rbtx4938: Simplify bsp_specs 2017-12-19 11:06:39 -06:00
Joel Sherrill
f7626ef999 rbtx4925: Simplify bsp_specs
Updates #3250.
2017-12-19 11:06:39 -06:00
Joel Sherrill
3167e677ae malta: Simplify bsp_specs
Updates #3250.
2017-12-19 11:06:39 -06:00
Joel Sherrill
72dd9f03f7 jmr3904: Simplify bsp_specs
Updates #3250.
2017-12-19 11:06:38 -06:00
Joel Sherrill
88eaf59ebf hurricane: Simplifies bsp_specs
Updates #3250.
2017-12-19 11:06:38 -06:00
Joel Sherrill
e46b1b411d csb350: Simplify bsp_specs
Updates #3250.
2017-12-19 11:06:38 -06:00
Joel Sherrill
205b19ea1d sparc64 BSPs: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:38 -06:00
Joel Sherrill
bb592695d6 ARM BSPs: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:38 -06:00
Joel Sherrill
b228f55e07 riscv_generic: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:37 -06:00
Joel Sherrill
48679b7931 TLL6527M: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:37 -06:00
Joel Sherrill
26b3a98970 eZKit533: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:37 -06:00
Joel Sherrill
8870da8c39 bf537Stamp: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:37 -06:00
Joel Sherrill
5ca6d2599e nios2_iss: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:37 -06:00
Joel Sherrill
ae739bff8a generic_or1k: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:37 -06:00
Joel Sherrill
a14f57af07 m32cbsp: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:36 -06:00
Joel Sherrill
1e55f0cf5e moxiesim: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:36 -06:00
Joel Sherrill
ccdef98f2e milkymist: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:36 -06:00
Joel Sherrill
0fd617e266 lm32_evr: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:36 -06:00
Joel Sherrill
d386bce90d pc386: Simplify bsp_specs
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-19 11:06:36 -06:00
Joel Sherrill
daa24ef372 epiphany: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:35 -06:00
Joel Sherrill
e9806ffc5b gdbv850sim: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:35 -06:00
Joel Sherrill
7edb2ef0ea mvme167: Simplify bsp_specs
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-19 11:06:35 -06:00
Joel Sherrill
fdca980ea8 mcf5206elite: Simplify bsp_specs
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-19 11:06:35 -06:00
Joel Sherrill
9eaefea00e csb360: Simplify bsp_specs
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-19 11:06:35 -06:00
Joel Sherrill
31c8db4aa6 sparc/*/bsp_specs, shared/linkcmds: Simplify bsp_specs
Updates #3520.
2017-12-19 11:06:35 -06:00
Sebastian Huber
94f3c2dbe9 bsp/altera-cyclone-v: Remove reserved memory
Removed reserved memory from work area, e.g. used by FPGA devices.
2017-12-19 12:54:53 +01:00
Sebastian Huber
f0e5e17c44 bsp/altera-cyclone-v: Adjust work area
Use FDT to adjust the work area.  Reduce work area of linker command
file.
2017-12-19 12:54:53 +01:00
Sebastian Huber
e1563f377d posix: Remove unused global variable
Update #2702.
Update #2555.
2017-12-15 07:23:10 +01:00
Sebastian Huber
2717032d82 bsps/arm: Fix move <libcpu/arm-cp15.h> to cpukit
Update #3254.
2017-12-15 07:23:09 +01:00
Sebastian Huber
12641f7b13 epiphany: Remove superfluous includes
Update #3254.
2017-12-14 08:13:13 +01:00
Sebastian Huber
c0a3c89938 bsp/altera-cyclone-v: Update clock frequencies 2017-12-14 07:01:13 +01:00
Sebastian Huber
217913bf3e bsp/altera-cyclone-v: Enable FDT support 2017-12-14 07:01:12 +01:00
Sebastian Huber
e37ee28672 bsps/arm: Disable all interrupts in GIC init 2017-12-14 07:01:12 +01:00
Sebastian Huber
7e82962c0b untar: Constify 2017-12-14 07:01:12 +01:00
Sebastian Huber
d19e7aab4b zlib: Fix build
Update #3254.
2017-12-13 09:32:11 +01:00
Sebastian Huber
241fc046a7 zlib: Do not generate zconf.h
Update #3254.
2017-12-13 09:25:55 +01:00
Sebastian Huber
94e04b533d telnetd: Include <rtems/passwd.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:28 +01:00
Sebastian Huber
5346fa875c pppd: Include <rtems/rtems*.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:28 +01:00
Sebastian Huber
9589755f77 mghttpd: Include <mghttpd/mongoose.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:28 +01:00
Sebastian Huber
edfdc42a89 uuid: Include <uuid/uuid.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:27 +01:00
Sebastian Huber
f666fc5928 utf8proc: Include <utf8proc/utf8proc.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:27 +01:00
Sebastian Huber
a162672611 redirector: Include <rtems/stdio-redirect.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:27 +01:00
Sebastian Huber
4a23aa4528 shell: Include <rtems/shell.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:27 +01:00
Sebastian Huber
47f236c67a monitor: Include <rtems/monitor.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:27 +01:00
Sebastian Huber
249730ded2 capture: Include <rtems/captureimpl.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:26 +01:00
Sebastian Huber
295ca7ded0 RFS: Include <rtems/rtems-rfs-shell.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:26 +01:00
Sebastian Huber
990adc5438 libdl: Include <rtems/rtl/rtl-*.h>
Prepare for header file move to common include directory.

Update #3254.
2017-12-13 09:04:26 +01:00