summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dec21140.c: Fix PRIxx formatterJoel Sherrill2017-04-201-1/+1
|
* m68k/mrm332/./sci.c: Use inttypes.h constants removes 6 warnings.Cillian O'Donnell2017-04-141-6/+7
|
* powerpc/haleakala/./mmu_405.c: Use inttypes.h constants removes 11 warnings.Cillian O'Donnell2017-04-141-6/+14
|
* powerpc/mvme550/./pci.c: Use inttypes.h constant to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
|
* virtex4/startup/bspstart.c: Use %p to fix 11 warnings.Cillian O'Donnell2017-04-141-13/+14
|
* virtex5/startup/bspstart.c: Use %p to fix 11 warnings.Cillian O'Donnell2017-04-141-13/+14
|
* libbsp/.../sparc64/loader/main.c: Use inttypes.h constants to remove 1 warningCillian O'Donnell2017-04-141-1/+2
|
* libchip/network/dec21140.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+3
|
* libbsp/powerpc/./pci/detect_raven_bridge.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
|
* bootstrap: regenerate files after sort order fixGedare Bloom2017-04-132-4/+4
| | | | Updates #2965.
* libcpu/../mpc5xx/.../vectors_init.c: Using inttype macros fixes 39 format ↵Cillian O'Donnell2017-04-071-39/+41
| | | | warnings
* lm32/shared/timer/timer.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-051-0/+1
|
* lm32/shared/milkymist_video/video.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-051-0/+1
|
* lm32/shared/milkymist_pfpu/pfpu.c: Fix indentation and bracesJoel Sherrill2017-04-051-4/+5
|
* lm32/shared/milkymist_timer/timer.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-051-0/+1
|
* lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and bracesJoel Sherrill2017-04-051-0/+1
|
* bsp/qoriq: Comment out post-link hookSebastian Huber2017-04-051-6/+6
| | | | | | The U-Boot mkimage is not available in general. Close #2969.
* gen68340/startup/dumppanic.c: Fix warningsJoel Sherrill2017-04-041-28/+28
|
* lpc176x/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-043-0/+3
|
* lpc24xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-042-0/+3
|
* lpc32xx_mzx_stage_1-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* lm3s69xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-043-0/+3
|
* atsamv-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* rtl22xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-042-0/+2
|
* stm32f4/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-042-0/+2
|
* tms570/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-043-0/+9
|
* mpc55xxevb/.../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-0411-0/+17
|
* mrm332-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* mcf5225x-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* mcf52235-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* gensh1-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* simsh*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-044-0/+4
|
* gensh2-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* bsp/qoriq: Fix L1 cache flushSebastian Huber2017-04-031-6/+13
|
* bsp/qoriq: Adjust MMU config only onceSebastian Huber2017-04-033-5/+10
|
* bsp/qoriq: Add post-link hookSebastian Huber2017-04-031-0/+7
|
* bsps: Fix baud settingsSebastian Huber2017-04-036-7/+7
| | | | Update #2897.
* arm: Optimize context switchSebastian Huber2017-03-281-12/+0
| | | | | | | | | Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to TRUE. In this case the interrupts are always enabled during a context switch even after interrupt processing (see #2751). Remove the CPSR from the context control since it contains only volatile bits. Close #2954.
* bsp/qoriq: Regenerate preinstall.amSebastian Huber2017-03-271-4/+0
|
* bsp/tms570: Use shared benchmark timerSebastian Huber2017-03-272-62/+1
|
* bsps: Add simple CPU counter benchmark timerSebastian Huber2017-03-271-0/+35
|
* bsp/tms570: Simplify CPU counter supportSebastian Huber2017-03-271-63/+13
| | | | Only touch the cycle counter settings. Do not enable user mode access.
* bsps/arm: Add Performance Monitors ExtensionSebastian Huber2017-03-271-1/+446
|
* bsp/tms570: Simplify <bsp.h>Sebastian Huber2017-03-271-12/+0
|
* bsp/tms570: Remove OPERATION_COUNT defineSebastian Huber2017-03-271-3/+0
| | | | This is the wrong place to define it.
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2238-100/+123
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* bsp/atsam: Fix DMA support of some driversSebastian Huber2017-03-223-0/+3
|
* libchip/serial/mc68681.c: Add error checkJoel Sherrill2017-03-141-0/+2
| | | | This was spotted by Coverity Scan.
* libbsp/mips/shared/irq/i8259.c: Add include of rtems/bspIo.hJoel Sherrill2017-03-091-0/+1
|
* libbsp/shared/clock/clockdrv.c: Remove unneeded printk()Joel Sherrill2017-03-091-1/+0
|