summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-20arm: Move _CPU_ISR_install_vector()Sebastian Huber2-27/+76
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-09-15score: Fix TLS support for some code modelsSebastian Huber1-1/+1
2023-08-10arm: Fix cache support for ARM926EJ-SSebastian Huber1-4/+22
2023-07-14score/arm: improve printed exception information for Cortex-Mx CPUsKarel Gardas2-2/+154
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber1-33/+0
2023-05-26arm: Use RTEMS_XCONCAT()Sebastian Huber1-4/+2
2023-05-26arm: Improve Doxygen file commentsSebastian Huber29-35/+165
2023-05-20Update company nameSebastian Huber23-23/+23
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-11-10arm: Fix Armv7-M TLS supportSebastian Huber1-1/+1
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber6-26/+17
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-06-15score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns1-1/+4
2022-06-08arm: Fix PMSA regions for contiguous sectionsSebastian Huber1-4/+4
2022-06-08arm: Fix PMSA region mapping with 0x0 end addressSebastian Huber1-1/+1
2022-06-03arm: Fix typoSebastian Huber1-2/+2
2022-03-11arm: Fix PMSA section to region mappingSebastian Huber1-22/+33
2022-03-11arm: Add _AArch32_PMSA_Map_sections_to_regions()Sebastian Huber2-20/+90
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill29-174/+1
2022-03-09SMP: Fix start multitasking for some targetsSebastian Huber2-0/+16
2022-02-28score/cpu/arm: Change license to BSD-2Joel Sherrill38-115/+836
2022-01-17arm: Optimize interrupt handlingSebastian Huber3-0/+53
2022-01-17arm: Fix stack alignment during interrupt handlingSebastian Huber1-10/+23
2022-01-17arm: Avoid duplicate move from CPSRSebastian Huber1-4/+3
2022-01-15arm: Rework per-CPU control in interrupt handlingSebastian Huber1-56/+46
2022-01-15arm: Use push/pop instructions for readabilitySebastian Huber1-11/+11
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-09-21build: Remove old build systemSebastian Huber1-14/+0
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber3-15/+20
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-29arm: Disable alignment check in PMSA initSebastian Huber1-1/+1
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 Huber2-0/+8
2020-12-23Update header.amSebastian Huber1-0/+2
2020-12-22arm: Add support for Arm PMSAv8-32Sebastian Huber3-0/+568
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