summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/cpu.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-1/+1
Update #3835.
2022-02-28score/cpu/sparc64: Change license to BSD-2Joel Sherrill1-3/+22
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber1-0/+10
Move _CPU_Fatal_halt() declaration to <rtems/score/cpuimpl.h> and make sure it is a proper declaration of a function which does not return. Fix the type of the error code. If necessary, add the implementation to cpu.c. Implementing _CPU_Fatal_halt() as a function makes it possible to wrap this function for example to fully test _Terminate().
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2019-03-14sparc64: Do not include <rtems/asm.h> in C sourceSebastian Huber1-1/+0
2018-11-12sparc64: Remove use of proc_ptrSebastian Huber1-9/+9
Update #3585.
2018-11-08score: Remove _ISR_Dispatch()Sebastian Huber1-2/+2
This function was only used on some m68k variants. On these m68k variants there is no need to use a global symbol. Use a local label instead. Remove _ISR_Dispatch() from the architecture-independent layer.
2018-03-13sparc64: Move libcpu content to cpukitSebastian Huber1-0/+229
This patch is a part of the BSP source reorganization. Update #3285.
2016-11-18sparc64: Rename CPU_Minimum_stack_frameSebastian Huber1-1/+1
Rename SPARC64-specific CPU_Minimum_stack_frame to SPARC64_Minimum_stack_frame. Rename SPARC64-specific CPU_MINIMUM_STACK_FRAME_SIZE to SPARC64_MINIMUM_STACK_FRAME_SIZE. Update #2809.
2016-02-17sparc64: Avoid SCORE_EXTERNSebastian Huber1-0/+6
Update #2559.
2014-12-08sparc64: put each copyright on one lineGedare Bloom1-3/+2
2014-10-13sparc64: fix warnings in cpukit/score/cpuGedare Bloom1-3/+0
2014-04-17score: Clarify TLS supportSebastian Huber1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-04Add thread-local storage (TLS) supportSebastian Huber1-1/+9
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
2012-11-30score misc: Score misc: Clean up Doxygen #9 (GCI 2012)Alex Ivanov1-20/+7
This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. https://google-melange.appspot.com/gci/task/view/google/gci2012/7977211
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-10-062011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill1-0/+3
PR 1918/cpukit * cpu.c: Initialize context with cleared g4 register.
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+2
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead print script.
2010-06-152010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+116
PR 1561/cpukit * .cvsignore, ChangeLog, Makefile.am, Makefile.in, README, context.S, cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h, rtems/score/sparc64.h, rtems/score/types.h: New files.