summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-03Shared MMU initialization for ARM BSPs and RaspberryPi MMU supportHesham AL-Matary8-31/+156
2013-10-03Add a new necessary definition needed for raspberrypi MMU supportHesham AL-Matary1-0/+21
2013-09-30libbsp/sparc/.../gnatcommon.c: FormattingJoel Sherrill1-7/+5
2013-09-30leon2/.../ckinit.c: Change get nanoseconds handler to staticJoel Sherrill1-1/+1
2013-09-30mips/shared/.../clockdrv.c: Change get nanoseconds handler to staticJoel Sherrill1-4/+3
2013-09-30uC5282/.../clock.c: Change get nanoseconds handler to staticJoel Sherrill1-2/+3
2013-09-23leon3/bsppredriver.c: Add include file to warningJoel Sherrill1-0/+1
2013-09-23libcpu/sparc/.../access_le.c: Add include file to fix warningJoel Sherrill1-0/+1
2013-09-23leon3/.../ckinit.c: Change get nanoseconds handler to staticJoel Sherrill1-6/+1
2013-09-22leon3/.../ckinit.c: Fix missing prototype warningsJoel Sherrill1-1/+5
2013-09-22libbsp/shared/bspinit.c: Fix missing prototype warningsJoel Sherrill1-3/+7
2013-09-22leon3/.../bspstart.c: Fix missing prototype warningsJoel Sherrill1-2/+2
2013-09-22sparc/.../grcan.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-8/+6
2013-09-21leon3/console.c: Fix misisng prototype issuesJoel Sherrill1-2/+15
2013-09-21sparc/.../grcan.c: Fix multiple warningsJoel Sherrill1-2/+8
2013-09-21sparc/.../ambapp.h: Add ambapp_get_number_apbslv_devices() prototypeJoel Sherrill1-0/+4
2013-09-21sparc/.../occan.c: Fix missing prototype warningJoel Sherrill1-0/+2
2013-09-21sparc/.../ambapp.h: Add ambapp_get_number_ahbslv_devices() prototypeJoel Sherrill1-0/+6
2013-09-21sparc/../occan.c: Fix set but unused variable warningJoel Sherrill1-2/+1
2013-09-21sparc irq-shared.c: Fix unused variable warningJoel Sherrill1-1/+1
2013-09-19bsp/stm32f4: Add STM32F10XXX support.Christian Mauderer17-145/+758
2013-09-16leon3/include/bsp.h: Fix spacingJoel Sherrill1-1/+0
2013-09-16m68k/shared/start.S: Fix spacingJoel Sherrill1-1/+1
2013-09-16pc386/console/conscfg.c: Fix spacingJoel Sherrill1-3/+3
2013-09-16raspberrypi.cfg: Remove CVS IdJoel Sherrill1-2/+0
2013-09-16bsps/arm: Fix exception entriesRic Claus1-2/+2
2013-09-10bsps: Fix cache manager supportSebastian Huber3-0/+12
2013-09-05bsps/arm: Fix ARM CP15 opcode for get functionsSebastian Huber1-3/+3
2013-09-02bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad boardKarel Gardas8-11/+121
2013-08-30sapi: SMP support for chainsSebastian Huber1-1/+1
2013-08-27bsps: Fix header includesSebastian Huber2-9/+5
2013-08-26bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUEJoel Sherrill2-18/+5
2013-08-26bsp/xilinx-zynq: Add cache supportRic Claus3-3/+906
2013-08-22bsps/arm: Add more CP15 cache functionsRic Claus1-0/+65
2013-08-14bsp/csb336: Memory map update and jump to start at image start provided.Pavel Pisa2-3/+14
2013-08-14bsp/lm3s69xx: add macros for UART CTS/RTS pin configurationKarel Gardas1-0/+28
2013-08-14bsps: Fix clock driver definesSebastian Huber12-13/+13
2013-08-14bsp: Fix CLOCK_DRIVER_USE_FAST_IDLE and CLOCK_DRIVER_ISRS_PER_TICK.Chris Johns1-6/+6
2013-08-13bsps/arm: Use proper default priority for GICSebastian Huber1-1/+1
2013-08-09bsps/i386: SMP and per-CPU thread dispatch disableSebastian Huber1-3/+10
2013-08-09bsps/i386: Revert most SMP related changesSebastian Huber1-54/+46
2013-08-09sparc: Make _CPU_ISR_Dispatch_disable per-CPUSebastian Huber1-22/+20
2013-08-09sparc: Move _CPU_Context_switch(), etc.Sebastian Huber1-0/+224
2013-08-09bsps/sparc: SMP and per-CPU thread dispatch disableSebastian Huber1-10/+25
2013-08-09bsps/sparc: Revert most SMP related changesSebastian Huber1-111/+59
2013-08-09bsps/powerpc: Per-CPU thread dispatch disableSebastian Huber3-53/+45
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber2-7/+6
2013-08-09bsp/pc386: Provide local outb() for elink driverSebastian Huber1-1/+6
2013-08-09bsp/xilinx_zynq_zc706_smp: Add.Chris Johns4-0/+14
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers43-58/+58