summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-31LEON3: UT699 and GR712 sleep-mode d-cache fixDaniel Cederman1-5/+3
2014-03-24bsps/sparc: Make local functions for amba plug&play static.Daniel Cederman5-12/+10
2014-03-24bsps/sparc: Add common gnat handler function prototype.Daniel Cederman12-6/+42
2014-03-21greth: Make local functions static, remove overflow and correct printf call.Daniel Cederman1-1/+1
2014-03-21bsps/sparc: Change asm to __asm__ to compile with -pedantic.Daniel Cederman3-6/+6
2014-03-21bsps/sparc: Make spurious trap handler function static.Daniel Cederman3-3/+3
2014-03-21bsps/sparc: Make local functions static.Daniel Cederman9-4/+32
2014-03-21smc91111: Move driver attach prototype to header file.Daniel Cederman2-8/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns95-95/+95
2014-03-14bsps/leon3: Add interrupt delay profiling supportSebastian Huber1-1/+38
2014-03-14sparc: Add support for interrupt profilingSebastian Huber1-2/+23
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-1/+2
2014-03-11score: Add local context to SMP lock APISebastian Huber1-16/+16
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-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-28bsp/leon3: Use ambapp_freq_get() for CPU counterSebastian Huber3-40/+33
2014-02-24sparc: Fix CPU counter supportSebastian Huber6-36/+96
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-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 Huber1-4/+3
2014-02-19score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber1-1/+2
2014-02-19score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber1-16/+0
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber1-1/+1
2014-02-19bsp/leon3: Add and use fatal codesSebastian Huber2-3/+5
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2-5/+2
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 Huber7-0/+73
2014-02-12sparc: Save/restore only non-volatile contextSebastian Huber1-15/+4
2014-02-11bsps/sparc: Fix ambapp_find_by_idx()Sebastian Huber1-1/+1
2014-02-07Revert "bsp/leon3: New BSP variant leon3_qemu"Sebastian Huber9-99/+0
2014-02-06bsp/leon3: New BSP variant leon3_qemuSebastian Huber9-0/+99
2014-02-06bsp/leon3: Declare bsp_debug_uart_init() in headerSebastian Huber3-5/+5
2014-02-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber1-28/+0
2014-02-05bsps: Delete unused bsp_smp_delay()Sebastian Huber1-23/+0
2014-02-05bsp/leon3: Avoid magic delays for IPI broadcastSebastian Huber1-5/+3
2014-02-05bsp/leon3: Fix SMP initializationSebastian Huber3-51/+34
2014-02-05bsp/leon3: Install IPI handler earlySebastian Huber1-7/+4