summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doxygen: score: Add SPARC CPU architecture groupAndreas Dachsberger2019-04-023-2/+26
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-143-3/+0
* Simplify _CPU_Counter_difference()Sebastian Huber2018-12-074-97/+140
* sparc: Remove use of proc_ptrSebastian Huber2018-11-122-15/+19
* score: Remove _ISR_Dispatch()Sebastian Huber2018-11-081-2/+2
* build: Include header.am in cpukit/Makefile.amSebastian Huber2018-10-102-22/+9
* build: Merge score/cpu/*/Makefile.amSebastian Huber2018-10-101-17/+0
* score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2018-10-052-17/+4
* Rename files to make them unique within cpukitSebastian Huber2018-10-042-1/+1
* sparc: clang AS does no accept UNIMP without argumentDaniel Hellstrom2018-09-201-1/+1
* sparc: Remove sequence that could trigger B2BST errataDaniel Cederman2018-09-201-2/+0
* sparc: Return to previous section type when done with .data._SPARC_CounterDaniel Cederman2018-09-201-0/+1
* sparc: Restore npc when returning from the syscall_lazy_fp_switch trapDaniel Cederman2018-08-241-1/+1
* score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber2018-08-021-13/+0
* score: Add _CPU_Instruction_illegal()Sebastian Huber2018-07-231-0/+5
* score: Add _CPU_Instruction_no_operation()Sebastian Huber2018-07-201-0/+5
* score: Move context validation declarationsSebastian Huber2018-07-202-4/+4
* Rework initialization and interrupt stack supportSebastian Huber2018-06-271-34/+0
* score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber2018-06-271-0/+2
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-151-0/+2
* sparc: Move irq_asm.SSebastian Huber2018-04-202-0/+904
* sparc: Move _CPU_Trap_slot_templateSebastian Huber2018-04-201-0/+16
* Remove register keyword from public header filesSebastian Huber2018-04-161-1/+1
* sparc: Move libcpu content to cpukitSebastian Huber2018-03-138-4/+756
* sparc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-124-56/+5
* Remove make preinstallChris Johns2018-01-2511-77/+115
* sparc: Move <libcpu/byteorder.h>Sebastian Huber2018-01-023-0/+78
* sparc: Add lazy floating point switchSebastian Huber2017-07-256-219/+136
* sparc: Rename SPARC_USE_SAFE_FP_SUPPORTSebastian Huber2017-07-253-28/+30
* sparc: Add assembly workaround for LEON3FT B2BST errataDaniel Cederman2017-07-173-0/+33
* sparc: Fix volatile clobberSebastian Huber2017-02-031-1/+1
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-261-7/+0
* sparc: Relax CPU_STACK_ALIGNMENTSebastian Huber2017-01-241-12/+3
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-241-16/+0
* sparc: Optimize _ISR_Handler()Sebastian Huber2016-11-281-0/+3
* score: Robust thread dispatchSebastian Huber2016-11-231-0/+2
* score: Add _ISR_Is_enabled()Sebastian Huber2016-11-181-0/+8
* sparc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2016-11-182-22/+5
* score: Add Per_CPU_Control::Interrupt_frameSebastian Huber2016-11-181-5/+0
* sparc: Move CPU_Interrupt_frame related definesSebastian Huber2016-11-185-54/+58
* sparc: Rename CPU_Minimum_stack_frameSebastian Huber2016-11-184-26/+26
* rtems: Conditionally define rtems_interrupt_frameSebastian Huber2016-11-181-1/+1
* score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2016-11-182-42/+43
* score: Remove obsolete definesSebastian Huber2016-11-181-10/+0
* score: Move _CPU_Get_current_per_CPU_control()Sebastian Huber2016-11-102-9/+9
* sparc: Provide _CPU_Get_thread_executing()Sebastian Huber2016-11-071-0/+4
* score: Add <rtems/score/cpuimpl.h>Sebastian Huber2016-11-073-0/+35
* sparc: Optimize CPU counter supportSebastian Huber2016-06-225-38/+98
* sparc: Rework CPU counter supportSebastian Huber2016-06-214-26/+88
* score: Simplify priority bit map implementationSebastian Huber2016-06-081-9/+0