summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-16bsps: Simplify FreeBSD linker setsSebastian Huber1-13/+5
2013-12-11PR1960: ERC32_Is_interrupt_masked for ERC32 in erc32.hHelder Silva1-1/+1
2013-12-09doxygen: refactored doxygen in libbsp to illustrate new rule setDaniel Ramirez4-9/+50
2013-12-07sparc shared: improve doxygenToma Radu4-8/+9
2013-12-04erc32: improve doxygenToma Radu4-0/+25
2013-12-04leon3: fix doxygen description for bsp.hGedare Bloom1-1/+1
2013-12-04leon3: improve doxygenToma Radu4-1/+23
2013-12-03sparc: refactored shared/start.S to shared/start/start.SDaniel Ramirez5-4/+4
2013-12-03leon2: fix typo in doxygenGedare Bloom1-1/+1
2013-12-03leon2: improve doxygenToma Radu2-0/+12
2013-12-03libbsp: refactored sparc/shared/bspgetworkarea.c to sparc/shared/startup/bspg...Daniel Ramirez4-3/+3
2013-12-02leon2_doxygen_1Radu20-3/+121
2013-12-01sparc/leon3: Add doxygen.Radu Toma7-19/+40
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-11-13bsp/ngmp: New BSP variantSebastian Huber4-0/+25
2013-11-13bsp/leon3: Enable linker script variantsSebastian Huber4-4/+11
2013-11-13bsp/leon3: Delete unused LEON_REG symbolSebastian Huber1-7/+0
2013-10-31SPARC BSPs: disable interrupts as early as possibleDaniel Hellstrom1-2/+2
2013-10-31LEON3 SMP: remove compiler warning from __delay() declarationDaniel Hellstrom1-1/+1
2013-10-31LEON3 SMP: CPU ack irq on trap vector entry executionDaniel Hellstrom1-1/+0
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 Sherrill4-8/+18
2013-09-30libbsp/sparc/.../gnatcommon.c: FormattingJoel Sherrill1-7/+5
2013-09-30leon2/.../ckinit.c: Change get nanoseconds handler to staticJoel Sherrill1-1/+1
2013-09-23leon3/bsppredriver.c: Add include file to warningJoel Sherrill1-0/+1
2013-09-23leon3/.../ckinit.c: Change get nanoseconds handler to staticJoel Sherrill1-6/+1
2013-09-22leon3/.../ckinit.c: Fix missing prototype warningsJoel Sherrill1-1/+5
2013-09-22leon3/.../bspstart.c: Fix missing prototype warningsJoel Sherrill1-2/+2
2013-09-22sparc/.../grcan.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-8/+6
2013-09-21leon3/console.c: Fix misisng prototype issuesJoel Sherrill1-2/+15
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-09-16leon3/include/bsp.h: Fix spacingJoel Sherrill1-1/+0
2013-08-14bsps: Fix clock driver definesSebastian Huber3-3/+3
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-07-30smp: Add and use _Per_CPU_Get()Sebastian Huber1-5/+5
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber1-5/+3
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2-7/+9
2013-06-25termios: Update due to API changesSebastian Huber2-33/+30
2013-06-14score: Rename rtems_smp_get_number_of_processors()Sebastian Huber1-1/+1
2013-05-29smp: Simplify SMP initialization sequenceSebastian Huber3-27/+8