summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/include/rtems/score/cpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-20sparc: Move CPU counter implementationSebastian Huber1-25/+1
2023-10-12sparc: Fix stack corruptionSebastian Huber1-0/+19
2023-03-15sparc: Add header files to Doxygen groupSebastian Huber1-3/+3
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-1/+1
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-8/+0
2022-02-28score/cpu/sparc: Change license to BSD-2Joel Sherrill1-3/+22
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber1-11/+0
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-10/+0
2021-06-24sparc: Simplify trap table initializationSebastian Huber1-2/+6
2021-06-24sparc: More reliable bad trap handlingSebastian Huber1-1/+52
2021-06-24score: Remove _CPU_Initialize_vectors()Sebastian Huber1-5/+0
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-0/+5
2020-11-06sparc: Move SPARC-specific macros to sparc.hSebastian Huber1-21/+0
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-5/+2
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+2
2019-04-02doxygen: score: Add SPARC CPU architecture groupAndreas Dachsberger1-2/+2
2018-12-07Simplify _CPU_Counter_difference()Sebastian Huber1-12/+11
2018-11-12sparc: Remove use of proc_ptrSebastian Huber1-6/+10
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-16/+2
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber1-13/+0
2018-07-20score: Move context validation declarationsSebastian Huber1-4/+0
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-03-12sparc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill1-1/+4
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-07-25sparc: Add lazy floating point switchSebastian Huber1-66/+49
2017-07-25sparc: Rename SPARC_USE_SAFE_FP_SUPPORTSebastian Huber1-25/+27
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-23score: Robust thread dispatchSebastian Huber1-0/+2
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber1-0/+8
2016-11-18sparc: Move CPU_Interrupt_frame related definesSebastian Huber1-50/+0
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 Huber1-41/+0
2016-11-18score: Remove obsolete definesSebastian Huber1-10/+0
2016-11-10score: Move _CPU_Get_current_per_CPU_control()Sebastian Huber1-8/+0
2016-06-22sparc: Optimize CPU counter supportSebastian Huber1-37/+2
2016-06-21sparc: Rework CPU counter supportSebastian Huber1-18/+31
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 Huber1-2/+2