summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-27Rework initialization and interrupt stack supportSebastian Huber1-34/+0
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber1-0/+2
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-0/+2
2018-04-20sparc: Move irq_asm.SSebastian Huber2-0/+904
2018-04-20sparc: Move _CPU_Trap_slot_templateSebastian Huber1-0/+16
2018-04-16Remove register keyword from public header filesSebastian Huber1-1/+1
2018-03-13sparc: Move libcpu content to cpukitSebastian Huber8-4/+756
2018-03-12sparc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-56/+5
2018-01-25Remove make preinstallChris Johns11-77/+115
2018-01-02sparc: Move <libcpu/byteorder.h>Sebastian Huber3-0/+78
2017-07-25sparc: Add lazy floating point switchSebastian Huber6-219/+136
2017-07-25sparc: Rename SPARC_USE_SAFE_FP_SUPPORTSebastian Huber3-28/+30
2017-07-17sparc: Add assembly workaround for LEON3FT B2BST errataDaniel Cederman3-0/+33
2017-02-03sparc: Fix volatile clobberSebastian Huber1-1/+1
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 Huber2-22/+5
2016-11-18score: Add Per_CPU_Control::Interrupt_frameSebastian Huber1-5/+0
2016-11-18sparc: Move CPU_Interrupt_frame related definesSebastian Huber5-54/+58
2016-11-18sparc: Rename CPU_Minimum_stack_frameSebastian Huber4-26/+26
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 Huber3-0/+35
2016-06-22sparc: Optimize CPU counter supportSebastian Huber5-38/+98
2016-06-21sparc: Rework CPU counter supportSebastian Huber4-26/+88
2016-06-08score: Simplify priority bit map implementationSebastian Huber1-9/+0
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-6/+0
2016-05-30score: Add libatomic supportSebastian Huber2-212/+0
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-2/+2
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber1-0/+2
2016-02-17sparc: Avoid SCORE_EXTERNSebastian Huber2-1/+5
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-11-16sparc: Fix context switch on SMPDaniel Cederman1-0/+3
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2-3/+3
2015-09-25score: Fix atomic compare exchangeSebastian Huber1-2/+6
2015-06-09sparc: Add SPARC_USE_SAFE_FP_SUPPORTSebastian Huber3-4/+29
2015-05-30sparc: Disable FPU in interrupt contextAlexander Krutwig2-1/+32
2015-05-30sparc: Remove superfluous FP enableSebastian Huber2-22/+7
2015-05-30sparc: Avoid new window for FP save/restoreSebastian Huber1-54/+48