summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-20sparc: Fix move of CPU counter implementationSebastian Huber1-4/+2
2023-10-20sparc: Move CPU counter implementationSebastian Huber5-285/+10
2023-10-12sparc: Fix stack corruptionSebastian Huber2-1/+47
2023-09-15score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber1-0/+7
2023-07-26score: Add files to Doxygen groupsSebastian Huber2-0/+17
2023-07-14bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber1-0/+2
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber1-33/+0
2023-05-20Update company nameSebastian Huber11-11/+11
2023-03-15sparc: Add header files to Doxygen groupSebastian Huber5-8/+23
2022-11-14cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman1-1/+1
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2-1/+3
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber3-12/+12
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-8/+0
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber1-0/+12
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill4-24/+0
2022-02-28score/cpu/sparc: Change license to BSD-2Joel Sherrill16-48/+352
2021-11-26sparc: Add workaround for GRLIB-TN-0011Sebastian Huber1-0/+12
2021-09-21build: Remove old build systemSebastian Huber1-11/+0
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2-11/+2
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-10/+0
2021-07-15sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber1-14/+0
2021-06-24sparc: Simplify trap table initializationSebastian Huber3-54/+638
2021-06-24sparc: Move FP frame offset defines to cpuimpl.hSebastian Huber2-57/+57
2021-06-24sparc: More reliable bad trap handlingSebastian Huber5-1/+513
2021-06-24sparc: Move ISR handler install routinesSebastian Huber2-174/+201
2021-06-24score: Remove _CPU_Initialize_vectors()Sebastian Huber1-5/+0
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber2-0/+7
2021-03-11leon,tn-0018: work around GRLIB-TN-0018 errataDaniel Hellstrom6-1/+105
2021-03-11sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom1-2/+3
2021-03-11sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom1-1/+2
2021-03-11sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom1-1/+3
2021-03-11sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2-3/+6
2020-11-06sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP()Sebastian Huber1-0/+12
2020-11-06sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE()Sebastian Huber1-0/+17
2020-11-06sparc: Add SPARC_IS_INTERRUPT_TRAP()Sebastian Huber1-0/+17
2020-11-06sparc: Move SPARC-specific macros to sparc.hSebastian Huber2-22/+40
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2-7/+6
2020-08-20sparc: Use RTEMS_XCONCAT()Sebastian Huber1-4/+2
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+2
2020-04-16Canonicalize config.h includeSebastian Huber3-3/+3
2019-06-07sparc: Fix mistakenly cleared PSR[EF] bit.Maksim E. Kozlov1-1/+1
2019-06-06sparc: Fix missed restoring of PSR in syscall_lazy_fp_switchMaksim E. Kozlov1-0/+11
2019-06-06sparc: Improve _CPU_Context_validate()Sebastian Huber1-8/+20
2019-04-02doxygen: score: Add SPARC CPU architecture groupAndreas Dachsberger3-2/+26
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber3-3/+0
2018-12-07Simplify _CPU_Counter_difference()Sebastian Huber4-97/+140
2018-11-12sparc: Remove use of proc_ptrSebastian Huber2-15/+19
2018-11-08score: Remove _ISR_Dispatch()Sebastian Huber1-2/+2
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber2-22/+9
2018-10-10build: Merge score/cpu/*/Makefile.amSebastian Huber1-17/+0