summaryrefslogtreecommitdiffstats
path: root/c/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-13bsp/raspberrypi: Add arm-errata.h and arm-release-id.hRalf Kirchner2-0/+10
2014-03-13bsp/lpc32xx: Add arm-errata.h and arm-release-id.hRalf Kirchner2-0/+10
2014-03-13bsp/arm: Add arm-errata.h and arm-release-id.hRalf Kirchner2-0/+279
2014-03-13bsp/arm: Add linker symbol bsp_processor_countRalf Kirchner1-0/+2
2014-03-13bsp/arm: Add CP15 methodsRalf Kirchner1-1/+98
2014-03-13bsp/arm: Separate setup for translation tableRalf Kirchner1-4/+20
2014-03-13bsp/arm: Invalidate SCURalf Kirchner2-1/+25
2014-03-13bsp/arm: SMP support for a9mpcore_clock_cleanup()Ralf Kirchner1-4/+18
2014-03-13bsp/arm: Avoid warningRalf Kirchner1-0/+1
2014-03-12bsps/powerpc: Fix GET_INTERRUPT_MASK macroSebastian Huber1-1/+2
2014-03-11score: Add local context to SMP lock APISebastian Huber1-16/+16
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber2-2/+2
2014-03-10bsp/leon3: Use interrupt timestamping counterSebastian Huber2-28/+73
2014-03-10bsps/sparc: Add missing IRQMP registersSebastian Huber1-3/+13
2014-03-10bsps/sparc: Remove fix for ERC32 with FPU rev. B/CSebastian Huber1-66/+0
2014-03-06rtems: Add RTEMS_INTERRUPT_REPLACESebastian Huber1-27/+54
2014-03-06bsps: SMP support for generic interrupt supportSebastian Huber2-18/+59
2014-03-06bsp/leon3: Unmask IPI only on secondary processorDaniel Hellstrom1-1/+1
2014-02-28bsp/leon3: Add L2 cache supportSebastian Huber1-0/+88
2014-02-28bsp/leon3: Add L2C registersSebastian Huber1-0/+25
2014-02-28bsp/leon3: Add new cache manager implementationSebastian Huber2-1/+114
2014-02-28bsp/leon3: Add and use cache register functionsSebastian Huber3-21/+46
2014-02-28rtems: Add cache size functionsSebastian Huber1-0/+21
2014-02-28rtems: Use size_t for cache line sizeSebastian Huber3-4/+4
2014-02-28bsp/leon3: Use ambapp_freq_get() for CPU counterSebastian Huber3-40/+33
2014-02-28bsps: Delete LEON3_FATAL_CPU_COUNTER_INITSebastian Huber1-2/+1
2014-02-28bsps: Fix empty interrupt handler entrySebastian Huber1-4/+5
2014-02-24sparc: Fix CPU counter supportSebastian Huber6-36/+96
2014-02-24bsps: Add empty cache managerSebastian Huber21-1/+98
2014-02-24bsps/powerpc: Use System V small-data areaSebastian Huber8-8/+8
2014-02-21bsp/leon3: Add bsp_reset() for SMP configurationSebastian Huber3-0/+65
2014-02-21bsp/leon3: Add and use leon3_get_cpu_count()Sebastian Huber2-2/+10
2014-02-21bsp/leon3: Add leon3_power_down_loop()Sebastian Huber2-0/+4
2014-02-21bsps/sparc: Delete unused fileSebastian Huber1-24/+0
2014-02-21bsp/score603e: Remove unused BSP_fatal_return()Sebastian Huber1-5/+0
2014-02-19bsp/leon3: Add and use LEON3_IrqCtrl_LockSebastian Huber2-13/+23
2014-02-19bsp/leon3: Declare LEON3_IrqCtrl_EIrq only onceSebastian Huber1-2/+2
2014-02-19bsp/leon3: Declare leon3_ext_irq_init() in headerSebastian Huber3-4/+5
2014-02-19score: Rename rtems_smp_process_interrupt()Sebastian Huber5-18/+13
2014-02-19score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber4-4/+8
2014-02-19score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber5-55/+1
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber5-5/+5
2014-02-19bsp/leon3: Add and use fatal codesSebastian Huber3-3/+7
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber38-238/+198
2014-02-19powerpc: Change interrupt disable implemetationSebastian Huber24-71/+10
2014-02-14bsp/leon3: Declare amba_initialize()Sebastian Huber2-2/+2
2014-02-14bsp/leon3: Do not define RTEMS_DEBUGSebastian Huber1-11/+12
2014-02-14sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber5-17/+6
2014-02-14score: Add CPU counter supportSebastian Huber50-5/+243
2014-02-13bsps/arm: Fix Cortex-A9 MPCore nanoseconds handlerSebastian Huber1-1/+1