summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
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 Withers44-63/+60
2013-08-09bsp/csb336: implement bsp_interrupt_vector_enable/disable.Pavel Pisa1-0/+10
2013-08-09bsp/csb336: Fix MMU _ttbl_base location to not overlap with exception vectors.Pavel Pisa1-3/+4
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber2-4/+0
2013-08-08PR766: Delete __RTEMS_APPLICATION__Sebastian Huber1-4/+0
2013-08-08bsp/xilinx_zynq_zc706: Add.Chris Johns2-0/+9
2013-08-06bsp/realview-pbx-a9: Enable fast idle clockSebastian Huber1-1/+1
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-31smp: Provide cache optimized Per_CPU_ControlSebastian Huber2-13/+15
2013-07-30bsps/i386: Include missing header and fix warningsSebastian Huber1-13/+11
2013-07-30smp: Add and use _Per_CPU_Get()Sebastian Huber3-8/+11
2013-07-29Updated legacy code in i386 pc386Vipul Nayyar8-288/+166
2013-07-26bsp/nds: Include missing <rtems/framebuffer.h>Sebastian Huber1-1/+1
2013-07-26bsps: Include missing <rtems/score/heapimpl.h>Sebastian Huber2-1/+3
2013-07-26Removed legacy data types from armVipul Nayyar3-12/+12
2013-07-26bsp/csb336: mc9328mxl correct AITC access in bsp_interrupt_dispatch.Pavel Pisa1-1/+2
2013-07-26score: Merge tod implementation into one fileSebastian Huber6-15/+9
2013-07-26score: Create object implementation headerSebastian Huber1-0/+1
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber8-12/+15
2013-07-24bsp/mpc55xx: Fix prototypePeter Dufault1-1/+1
2013-07-24score: Merge sysstate API into one fileSebastian Huber12-0/+12
2013-07-24bsp/lpc32xx: Fix memory map for GPIO registersSebastian Huber1-0/+2
2013-07-23Include missing <string.h>Sebastian Huber3-0/+3
2013-07-22bsp/stm32f4: fix typo in USART2 device nameKarel Gardas1-1/+1
2013-07-18bsp/gen83xx: Fix BSP options for MPC8348EAMDSRalf Kirchner1-2/+1
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber5-16/+11
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber7-21/+16
2013-07-17bsps/arm: Fix for top of the address spaceRic Claus2-4/+6
2013-07-17bsp/xilinx-zynq: Provide BSP variantsRic Claus13-4/+96
2013-07-17bsp/xilinx-zynq: Use bsp_console_select()Sebastian Huber1-2/+7
2013-07-17bsps/serial: Move bsp_console_select() declarationSebastian Huber3-9/+8
2013-07-16bsps: Use rtems_task_self()Sebastian Huber3-3/+3
2013-07-16libchip/ata: Remove dead codeSebastian Huber1-58/+5