summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns7-2052/+0
2017-07-25sparc: Add lazy floating point switchSebastian Huber2-66/+82
2017-07-25sparc: Rename SPARC_USE_SAFE_FP_SUPPORTSebastian Huber1-25/+27
2017-07-17sparc: Add assembly workaround for LEON3FT B2BST errataDaniel Cederman1-0/+10
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber1-7/+0
2017-01-24sparc: Relax CPU_STACK_ALIGNMENTSebastian Huber1-12/+3
2017-01-24Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber1-16/+0
2016-11-28sparc: Optimize _ISR_Handler()Sebastian Huber1-0/+3
2016-11-23score: Robust thread dispatchSebastian Huber1-0/+2
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber1-0/+8
2016-11-18sparc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber1-16/+5
2016-11-18sparc: Move CPU_Interrupt_frame related definesSebastian Huber2-51/+50
2016-11-18sparc: Rename CPU_Minimum_stack_frameSebastian Huber1-23/+23
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber1-1/+1
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2-42/+43
2016-11-18score: Remove obsolete definesSebastian Huber1-10/+0
2016-11-10score: Move _CPU_Get_current_per_CPU_control()Sebastian Huber2-9/+9
2016-11-07sparc: Provide _CPU_Get_thread_executing()Sebastian Huber1-0/+4
2016-11-07score: Add <rtems/score/cpuimpl.h>Sebastian Huber1-0/+30
2016-06-22sparc: Optimize CPU counter supportSebastian Huber2-37/+92
2016-06-21sparc: Rework CPU counter supportSebastian Huber1-18/+31
2016-06-08score: Simplify priority bit map implementationSebastian Huber1-9/+0
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-6/+0
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber1-0/+2
2016-02-17sparc: Avoid SCORE_EXTERNSebastian Huber1-1/+1
2016-01-26sparc: Adjust CPU_CACHE_LINE_BYTES for LEON3Sebastian Huber1-2/+2
2016-01-26score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber1-11/+4
2016-01-26sparc: No explicit align of _CPU_Null_fp_contextSebastian Huber1-1/+1
2016-01-25score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber1-2/+0
2015-12-10sparc: Simplify _CPU_Get_current_per_CPU_control()Sebastian Huber1-1/+1
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2-3/+3
2015-06-09sparc: Add SPARC_USE_SAFE_FP_SUPPORTSebastian Huber1-2/+27
2015-05-30sparc: Disable FPU in interrupt contextAlexander Krutwig1-1/+24
2015-05-26sparc: Delete unused CONTEXT_CONTROL_SIZESebastian Huber1-3/+0
2015-05-26sparc: Delete unused ISF_STACK_FRAME_OFFSETSebastian Huber1-2/+0
2015-05-21sparc: Add support for sptests/spcontext01Alexander Krutwig1-10/+2
2015-03-25sparc: Ensure interrupt service after ISR enableSebastian Huber1-1/+8
2015-03-16cpukit: add and use CPU_Uint32ptr typeGedare Bloom1-0/+3
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-16/+0
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-6/+2
2014-12-04SPARC: optimize IRQ enable & disableDaniel Hellstrom1-2/+16
2014-10-06SPARC: Fatal_halt use source and exit codesDaniel Hellstrom1-8/+2
2014-09-11score: Rename _BSP_Exception_frame_print()Sebastian Huber1-8/+1
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom1-1/+1
2014-09-01score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman1-2/+4
2014-08-22bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman1-0/+4
2014-07-04score: PR2183: Fix context switch on SMPSebastian Huber1-1/+1
2014-06-03score/sparc: Add support for paravirtualizationChristian Mauderer2-1/+45
2014-05-23SPARC: add syscall 1 (exit) function entry pointDaniel Hellstrom1-0/+25
2014-05-14sparc: Change asm to __asm__ to compile with -std=c99.Daniel Cederman1-1/+1