summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsp/raspberrypi: Add arm-errata.h and arm-release-id.hRalf Kirchner2014-03-132-0/+10
* bsp/lpc32xx: Add arm-errata.h and arm-release-id.hRalf Kirchner2014-03-132-0/+10
* bsp/arm: Add arm-errata.h and arm-release-id.hRalf Kirchner2014-03-132-0/+279
* bsp/arm: Add linker symbol bsp_processor_countRalf Kirchner2014-03-131-0/+2
* bsp/arm: Add CP15 methodsRalf Kirchner2014-03-131-1/+98
* bsp/arm: Separate setup for translation tableRalf Kirchner2014-03-131-4/+20
* bsp/arm: Invalidate SCURalf Kirchner2014-03-132-1/+25
* bsp/arm: SMP support for a9mpcore_clock_cleanup()Ralf Kirchner2014-03-131-4/+18
* bsp/arm: Avoid warningRalf Kirchner2014-03-131-0/+1
* bsps/powerpc: Fix GET_INTERRUPT_MASK macroSebastian Huber2014-03-121-1/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-111-16/+16
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-111-1/+1
* bsp/leon3: Use interrupt timestamping counterSebastian Huber2014-03-102-28/+73
* bsps/sparc: Add missing IRQMP registersSebastian Huber2014-03-101-3/+13
* bsps/sparc: Remove fix for ERC32 with FPU rev. B/CSebastian Huber2014-03-101-66/+0
* rtems: Add RTEMS_INTERRUPT_REPLACESebastian Huber2014-03-061-27/+54
* bsps: SMP support for generic interrupt supportSebastian Huber2014-03-062-18/+59
* bsp/leon3: Unmask IPI only on secondary processorDaniel Hellstrom2014-03-061-1/+1
* bsp/leon3: Add L2 cache supportSebastian Huber2014-02-281-0/+88
* bsp/leon3: Add L2C registersSebastian Huber2014-02-281-0/+25
* bsp/leon3: Add new cache manager implementationSebastian Huber2014-02-282-1/+114
* bsp/leon3: Add and use cache register functionsSebastian Huber2014-02-283-21/+46
* rtems: Add cache size functionsSebastian Huber2014-02-281-0/+21
* rtems: Use size_t for cache line sizeSebastian Huber2014-02-283-4/+4
* bsp/leon3: Use ambapp_freq_get() for CPU counterSebastian Huber2014-02-283-40/+33
* bsps: Delete LEON3_FATAL_CPU_COUNTER_INITSebastian Huber2014-02-281-2/+1
* bsps: Fix empty interrupt handler entrySebastian Huber2014-02-281-4/+5
* sparc: Fix CPU counter supportSebastian Huber2014-02-246-36/+96
* bsps: Add empty cache managerSebastian Huber2014-02-2421-1/+98
* bsps/powerpc: Use System V small-data areaSebastian Huber2014-02-248-8/+8
* bsp/leon3: Add bsp_reset() for SMP configurationSebastian Huber2014-02-213-0/+65
* bsp/leon3: Add and use leon3_get_cpu_count()Sebastian Huber2014-02-212-2/+10
* bsp/leon3: Add leon3_power_down_loop()Sebastian Huber2014-02-212-0/+4
* bsps/sparc: Delete unused fileSebastian Huber2014-02-211-24/+0
* bsp/score603e: Remove unused BSP_fatal_return()Sebastian Huber2014-02-211-5/+0
* bsp/leon3: Add and use LEON3_IrqCtrl_LockSebastian Huber2014-02-192-13/+23
* bsp/leon3: Declare LEON3_IrqCtrl_EIrq only onceSebastian Huber2014-02-191-2/+2
* bsp/leon3: Declare leon3_ext_irq_init() in headerSebastian Huber2014-02-193-4/+5
* score: Rename rtems_smp_process_interrupt()Sebastian Huber2014-02-195-18/+13
* score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber2014-02-194-4/+8
* score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber2014-02-195-55/+1
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-195-5/+5
* bsp/leon3: Add and use fatal codesSebastian Huber2014-02-193-3/+7
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-1938-238/+198
* powerpc: Change interrupt disable implemetationSebastian Huber2014-02-1924-71/+10
* bsp/leon3: Declare amba_initialize()Sebastian Huber2014-02-142-2/+2
* bsp/leon3: Do not define RTEMS_DEBUGSebastian Huber2014-02-141-11/+12
* sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber2014-02-145-17/+6
* score: Add CPU counter supportSebastian Huber2014-02-1450-5/+243
* bsps/arm: Fix Cortex-A9 MPCore nanoseconds handlerSebastian Huber2014-02-131-1/+1