summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/include/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-26arm: Use a valid signed integer constantSebastian Huber1-1/+1
2023-09-15score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber1-0/+7
2023-07-14score/arm: improve printed exception information for Cortex-Mx CPUsKarel Gardas1-0/+11
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber1-33/+0
2023-05-26arm: Improve Doxygen file commentsSebastian Huber5-6/+32
2023-05-20Update company nameSebastian Huber5-5/+5
2023-03-16score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas1-1/+2
2023-01-03arm: Enable thread ID register for ARMv6Sebastian Huber1-1/+2
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2-8/+4
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber2-4/+4
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-8/+0
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber1-0/+13
2022-03-11arm: Add _AArch32_PMSA_Map_sections_to_regions()Sebastian Huber1-0/+54
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill2-12/+0
2022-03-09SMP: Fix start multitasking for some targetsSebastian Huber1-0/+4
2022-02-28score/cpu/arm: Change license to BSD-2Joel Sherrill8-25/+176
2022-01-17arm: Optimize interrupt handlingSebastian Huber2-0/+14
2021-11-30arm: Add AARCH32_PMSA_DATA_READ_WRITE_DEFAULTSebastian Huber1-8/+28
2021-11-30arm: Fix AARCH32_PMSA_DATA_READ_WRITE_CACHEDSebastian Huber1-1/+1
2021-11-22cpukit: Consistize OAR copyright headersKinsey Moore1-1/+1
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2-13/+2
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-12/+0
2021-06-29arm: For AArch32 use non-shareable memorySebastian Huber1-2/+2
2021-06-29arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber1-1/+1
2021-06-29arm: Fix AArch32 memory attribute definesSebastian Huber1-4/+4
2021-06-21cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer1-1/+1
2021-06-21cpu/armv7m: Avoid regions with negative sizeChristian Mauderer1-1/+1
2021-06-16arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber1-1/+1
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-0/+5
2020-12-22arm: Add support for Arm PMSAv8-32Sebastian Huber1-0/+314
2020-12-22arm: Add header file for AArch32 System RegistersSebastian Huber1-0/+14657
2020-12-16arm: Optimize arm_interrupt_disable()Sebastian Huber1-2/+11
2020-12-14cpu/armv7m: Fix table based init for ARMV7M_MPUChristian Mauderer1-1/+7
2020-12-10arm: Support Armv8 in <rtems/score/arm.h>Sebastian Huber1-11/+10
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer1-0/+103
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-4/+2
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+2
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber1-0/+2
2020-02-12score: Remove superfluous FP types/definesSebastian Huber1-6/+0
2019-03-26score: Add ARM CPU architecture groupSebastian Huber5-46/+26
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber3-5/+5
2018-11-12arm: Remove use of proc_ptrSebastian Huber1-3/+5
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-9/+1
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber1-3/+0
2018-07-23score: Add _CPU_Instruction_illegal()Sebastian Huber1-0/+5
2018-07-20score: Add _CPU_Instruction_no_operation()Sebastian Huber1-0/+5
2018-07-20score: Move context validation declarationsSebastian Huber2-4/+4
2018-06-27Rework initialization and interrupt stack supportSebastian Huber1-6/+0
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber1-0/+2
2018-06-15arm: Simplify CPU counter supportSebastian Huber1-2/+5