Commit Graph

26746 Commits

Author SHA1 Message Date
Sebastian Huber
8d30713d42 tmtests/tmcontext01: Improve cache dirty function 2014-09-08 07:53:03 +02:00
Sebastian Huber
33676c8c2b doc/arm: Update floating point unit support 2014-09-08 07:53:03 +02:00
Sebastian Huber
b8662cf632 bsps/arm: Do not build unused file 2014-09-08 07:53:03 +02:00
Sebastian Huber
b802353c33 bsp/leon3: Include missing header file 2014-09-08 07:53:03 +02:00
Sebastian Huber
07b4594cb4 sptests/spcontext01: Fix warning 2014-09-08 07:53:02 +02:00
Sebastian Huber
05ac47d75e posix: Use RTEMS_DECONST() 2014-09-08 07:53:02 +02:00
Sebastian Huber
4d5250c165 posix: Fix warning 2014-09-08 07:53:02 +02:00
Sebastian Huber
8dab980932 libcsupport: Use RTEMS_DECONST() 2014-09-08 07:53:02 +02:00
Sebastian Huber
ddf8d1297f libchip/dwmac: Use RTEMS_DEVOLATILE() 2014-09-08 07:53:02 +02:00
Sebastian Huber
a72f16e47b score: Add RTEMS_DECONST|DEVOLATILE|DEQUALIFY() 2014-09-08 07:53:02 +02:00
Jennifer Averett
2a86615b98 capture: Add support for variable length records. 2014-09-05 06:50:29 -05:00
Jennifer Averett
133962bf2f capture: Split user extension methods out. 2014-09-05 06:50:29 -05:00
Sebastian Huber
b2356837db tmtests/tmcontext01: Plot a legend 2014-09-05 08:24:52 +02:00
Chris Johns
960c9f0298 tools: Remove invalid cpp characters from the header guards.
The waf converter in examples-v2 uses an absolute path and this
creates defines with invalid characters.
2014-09-05 13:29:45 +10:00
Hesham ALMatary
bc35eeca85 Regenerate preinstall.am for score/cpu/or1k
This patch regenerates preinstall.am file after Chris fixup regarding
preinstall.am files gerenration from bootstrap -p command.
2014-09-04 13:12:33 -05:00
Joel Sherrill
4d69276a63 nios2_iss/Makefile.am: Add cache 2014-09-04 09:08:05 -05:00
Joel Sherrill
a864016f3a spcpuset01: Use %zd for size_t to eliminate warning 2014-09-04 09:08:05 -05:00
Joel Sherrill
de549c3df9 Misc psxtmtests: Use uint32_t not long for end_time to match printf() format expectations 2014-09-04 09:08:05 -05:00
Joel Sherrill
9aa6ddf0ce spfreechain01/init.c: Use %zd for size_t to eliminate warning 2014-09-04 09:08:05 -05:00
Joel Sherrill
06ac8b7122 shell.c: Add cast to match printf() expectations for width specifier 2014-09-04 09:08:05 -05:00
Joel Sherrill
2dd1e75ed9 rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warnings 2014-09-04 09:08:05 -05:00
Joel Sherrill
e1462e162a sp19: Eliminate warnings 2014-09-04 09:08:05 -05:00
Joel Sherrill
ce134f7489 score603e/start/start.S: Add start symbol to eliminate warning 2014-09-04 09:08:05 -05:00
Joel Sherrill
ae03ad2606 mcf5235/.../linkcmds: Use dram region consistently like other variants
"ram" and "dram" regions were used inconsistently. Most variants
used the "dram" memory region so this was changed to be consistent.
2014-09-04 09:08:04 -05:00
Joel Sherrill
3bff410eec rtems/score/assert.h: Rework to allow use of NDEBUG 2014-09-04 09:08:04 -05:00
Joel Sherrill
9d95ef9cef mprotect.c: Remove warning for no prototype 2014-09-04 09:08:04 -05:00
Joel Sherrill
78364c7db3 tms570/Makefile.am: Remove bad networking build info 2014-09-04 09:08:04 -05:00
Joel Sherrill
4761761cfb lpc23xx_tli800-testsuite.tcfg: Add tests which do not link with debug enabled 2014-09-04 09:08:04 -05:00
Joel Sherrill
f58f6a7a96 lpc2362-testsuite.tcfg: Add tests which do not link with debug enabled 2014-09-04 09:08:04 -05:00
Joel Sherrill
4058aa0f41 lm3s3749-testsuite.tcfg: Add tests which do not link with debug enabled 2014-09-04 09:08:04 -05:00
Joel Sherrill
9f144dda00 rtl22xx/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:57 -05:00
Joel Sherrill
88d9f1cb1d lpc24xx/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:56 -05:00
Joel Sherrill
3e0638f153 lpc176x/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:56 -05:00
Joel Sherrill
6fc2ea3757 lm3s69xx/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:56 -05:00
Joel Sherrill
08bcf01c3b smdk2410/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:56 -05:00
Joel Sherrill
59cb7e9f0c stm32f4/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:56 -05:00
Joel Sherrill
2f8c267615 gp32/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:56 -05:00
Joel Sherrill
3d05302955 csb337/.../bspreset.c: Eliminate warning for set not used variable 2014-09-04 09:07:56 -05:00
Joel Sherrill
be4992b193 raspberrypi: Use shared bspreset.c 2014-09-04 09:07:56 -05:00
Chris Johns
5f9c208084 libfs: Fix the warning in the RFS.
Return the first error if one or more happen when deleting an inode.
2014-09-03 13:15:24 +10:00
Joel Sherrill
2617cd3e04 or1ksim/Makefile.am: Install shared tm27.h and regenerate preinstall.am 2014-09-02 10:57:18 -05:00
Hesham ALMatary
305357eda5 or1k: Implement context validate and context volatile clobber functions.
score/cpu/or1k: Add two new assembly functions: _CPU_Context_validate
and _CPU_Context_volatile_clobber; their implementation follows
corresponding ARM functions.
2014-09-02 09:29:08 -05:00
Hesham ALMatary
23e8f3dd03 Add missing r31 load instruction _ISR_Handler
_ISR_Handler: r31 was not loaded in restore function. This patch
adds this load.
2014-09-02 09:28:14 -05:00
Sebastian Huber
fe826e23d4 sapi: Add profiling report begin/end message 2014-09-02 14:11:47 +02:00
Sebastian Huber
8ae6f264af samples/iostream: Produce proper begin/end message 2014-09-01 17:16:53 +02:00
Sebastian Huber
5689d723a8 smptests/smplock01: Update screen file 2014-09-01 16:12:42 +02:00
Sebastian Huber
5cb5342c49 libtests/capture01: Fix test name 2014-09-01 13:28:30 +02:00
Sebastian Huber
979d95e470 libtests/capture01: Force error if SMP enabled
This prevents infinite test runs on SMP due to the recursive interrupt
lock acquire.
2014-09-01 10:08:12 +02:00
Sebastian Huber
4030cccfef tests: Add documentation 2014-09-01 11:01:04 +02:00
Sebastian Huber
c147a139c6 smptests/smpfatal08: Fix link error 2014-09-01 08:45:23 +02:00