summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared (unfollow)
Commit message (Expand)AuthorFilesLines
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-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber1-28/+0
2014-02-05bsp/leon3: Fix SMP initializationSebastian Huber1-24/+23
2014-02-05bsps/sparc: Fix commentSebastian Huber1-1/+1
2014-02-04bsps/sparc: Remove confusing nopSebastian Huber1-1/+0
2014-02-04bsps/sparc: Order load/store by increasing offsetsSebastian Huber1-7/+7
2014-02-04bsps/sparc: Fix commentsSebastian Huber1-3/+1
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-0/+14
2014-01-30bsps/sparc: Fix linkcmds part of new network stackSebastian Huber1-3/+3
2014-01-09sparc BSP shared: Improve DoxygenToma Radu19-49/+147
2013-12-16bsps: Simplify FreeBSD linker setsSebastian Huber1-13/+5
2013-12-09doxygen: refactored doxygen in libbsp to illustrate new rule setDaniel Ramirez1-0/+15
2013-12-07sparc shared: improve doxygenToma Radu1-2/+0
2013-12-03sparc: refactored shared/start.S to shared/start/start.SDaniel Ramirez1-0/+0
2013-12-03libbsp: refactored sparc/shared/bspgetworkarea.c to sparc/shared/startup/bspg...Daniel Ramirez1-0/+0
2013-11-30sparc/shared/irq_asm.S: Get pointer to self per-CPU controlDaniel Hellstrom1-0/+1
2013-11-14sparc/../irq-shared.c: Fix compilation for SMP when not LEON3Joel Sherrill1-1/+2
2013-10-31SPARC BSPs: disable interrupts as early as possibleDaniel Hellstrom1-2/+2
2013-10-31LEON3_MP ISR: shared-IRQ setup overwrite SMP/MP ISR trap handlerDaniel Hellstrom1-0/+5
2013-10-24sparc all BSPs: Use function and data sectionsJoel Sherrill1-8/+9
2013-09-30libbsp/sparc/.../gnatcommon.c: FormattingJoel Sherrill1-7/+5
2013-09-22sparc/.../grcan.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-8/+6
2013-09-21sparc/.../grcan.c: Fix multiple warningsJoel Sherrill1-2/+8
2013-09-21sparc/.../ambapp.h: Add ambapp_get_number_apbslv_devices() prototypeJoel Sherrill1-0/+4
2013-09-21sparc/.../occan.c: Fix missing prototype warningJoel Sherrill1-0/+2
2013-09-21sparc/.../ambapp.h: Add ambapp_get_number_ahbslv_devices() prototypeJoel Sherrill1-0/+6
2013-09-21sparc/../occan.c: Fix set but unused variable warningJoel Sherrill1-2/+1
2013-09-21sparc irq-shared.c: Fix unused variable warningJoel Sherrill1-1/+1
2013-08-09sparc: Make _CPU_ISR_Dispatch_disable per-CPUSebastian Huber1-22/+20
2013-08-09sparc: Move _CPU_Context_switch(), etc.Sebastian Huber1-0/+224
2013-08-09bsps/sparc: SMP and per-CPU thread dispatch disableSebastian Huber1-10/+25
2013-08-09bsps/sparc: Revert most SMP related changesSebastian Huber1-111/+59
2013-07-31smp: Provide cache optimized Per_CPU_ControlSebastian Huber1-11/+12
2013-02-26sparc: Remove dead code that was leftover from SMP development.Jennifer Averett1-4/+0
2012-11-15bsps: Interrupt initialization error is fatalSebastian Huber1-6/+2
2012-11-14bsps/sparc: Define bsp_reset()Sebastian Huber1-0/+2
2012-11-13bsps/sparc: Add BSP_INITIAL_EXTENSION to <bsp.h>Sebastian Huber1-0/+24
2012-11-07bsps/sparc: Delete unused symbol declarationSebastian Huber1-1/+0
2012-10-25score: Work area initialization API changeSebastian Huber2-20/+11
2012-07-19Remove CVS-Ids.Ralf Corsépius1-2/+0
2012-07-16Fix broken _endtext symbolSebastian Huber1-2/+2
2012-07-14sparc linkcmds.base: Add new FreeBSD TCP/IP stack sectionsJoel Sherrill1-11/+24
2012-05-16pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill2-1135/+3
2012-05-16LEON: moved register definitions into grlib header fileDaniel Hellstrom7-57/+110
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill12-17/+0
2012-04-17LEON: updated drivers to use new AMBAPP LayerDaniel Hellstrom29-225/+222
2012-04-17LEON: updated AMBA PnP APIDaniel Hellstrom12-610/+1758
2012-04-06LEON3: added IRQAMP supportDaniel Hellstrom1-3/+4
2012-04-06SPARC BSPs: implemented shared-irq using libbsp/shared layerDaniel Hellstrom2-0/+85