summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-07-16Updated legacy code in arm edb7312Vipul Nayyar2-20/+6
2013-07-16bsps/arm: Disable alignment exceptionsSebastian Huber2-2/+2
2013-07-15bsp/mpc55xx: Add MPC5668G supportSebastian Huber17-20/+6836
2013-07-15bsp/rtl22xx: Use IRQ extensions APIVipul Nayyar1-13/+20
2013-07-12bsp/gumstix: Fix warningsVipul Nayyar1-54/+14
2013-07-12Updated Legacy code in arm gbaVipul Nayyar1-48/+20
2013-07-11bsps: Simplify bsp_generic_fatal() declarationSebastian Huber1-8/+2
2013-07-10libbsp/shared/generic-fatal.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to bsp_fJoel Sherrill1-0/+7
2013-07-10Updated Legacy code in arm gumstixVipul Nayyar1-17/+16
2013-07-10Updated Legacy code in arm edb7312Vipul Nayyar2-37/+39
2013-07-10bsp/virtex: Use #if instead of #ifdefSebastian Huber1-9/+9
2013-07-10bsp/csb336: Use IRQ extensions APIVipul Nayyar2-92/+96
2013-07-09libchip ns16550.c: Improve commentJoel Sherrill1-1/+4
2013-07-09bsp/virtex: Add VIRTEX_CONSOLE_USE_INTERRUPTSSebastian Huber2-37/+107
2013-07-09bsp/virtex: Use ppc_count_leading_zeros()Sebastian Huber1-11/+10
2013-07-09bsp/virtex: Fix interrupt handlingSebastian Huber1-9/+5
2013-07-09bsps/powerpc: Add ppc_count_leading_zeros()Sebastian Huber1-0/+13