summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
2014-04-14score: SMP initialization changesSebastian Huber1-30/+20
2014-04-14sparc: Use __leon__ multilib defineSebastian Huber1-1/+2
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber1-1/+1
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber1-1/+1
2014-04-04sparc/shared/.../linkcmds.base: Correct C++ supportJoel Sherrill1-7/+6
2014-04-03leon2 ckinit.c, console.c: Comment clean upJoel Sherrill2-26/+5
2014-04-03leon2/Makefile.am: Change to one file per lineJoel Sherrill1-7/+16
2014-04-03erc32/Makefile.am: Change to one file per lineJoel Sherrill1-7/+17
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