summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Move _CPU_ISR_install_vector()Sebastian Huber2024-03-202-27/+76
* arm: Use a valid signed integer constantSebastian Huber2023-09-261-1/+1
* score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber2023-09-151-0/+7
* score: Fix TLS support for some code modelsSebastian Huber2023-09-151-1/+1
* arm: Fix cache support for ARM926EJ-SSebastian Huber2023-08-101-4/+22
* score/arm: improve printed exception information for Cortex-Mx CPUsKarel Gardas2023-07-142-2/+154
* score: Remove CPU port specific cpuatomic.hSebastian Huber2023-06-121-33/+0
* arm: Use RTEMS_XCONCAT()Sebastian Huber2023-05-261-4/+2
* arm: Improve Doxygen file commentsSebastian Huber2023-05-2629-35/+165
* Update company nameSebastian Huber2023-05-2023-23/+23
* score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas2023-03-161-1/+2
* arm: Enable thread ID register for ARMv6Sebastian Huber2023-01-031-1/+2
* arm: Fix Armv7-M TLS supportSebastian Huber2022-11-101-1/+1
* score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-146-26/+17
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-192-4/+4
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-091-8/+0
* score: Add _CPU_Use_thread_local_storage()Sebastian Huber2022-07-041-0/+13
* score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns2022-06-151-1/+4
* arm: Fix PMSA regions for contiguous sectionsSebastian Huber2022-06-081-4/+4
* arm: Fix PMSA region mapping with 0x0 end addressSebastian Huber2022-06-081-1/+1
* arm: Fix typoSebastian Huber2022-06-031-2/+2
* arm: Fix PMSA section to region mappingSebastian Huber2022-03-111-22/+33
* arm: Add _AArch32_PMSA_Map_sections_to_regions()Sebastian Huber2022-03-112-20/+90
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1029-174/+1
* SMP: Fix start multitasking for some targetsSebastian Huber2022-03-092-0/+16
* score/cpu/arm: Change license to BSD-2Joel Sherrill2022-02-2838-115/+836
* arm: Optimize interrupt handlingSebastian Huber2022-01-173-0/+53
* arm: Fix stack alignment during interrupt handlingSebastian Huber2022-01-171-10/+23
* arm: Avoid duplicate move from CPSRSebastian Huber2022-01-171-4/+3
* arm: Rework per-CPU control in interrupt handlingSebastian Huber2022-01-151-56/+46
* arm: Use push/pop instructions for readabilitySebastian Huber2022-01-151-11/+11
* arm: Add AARCH32_PMSA_DATA_READ_WRITE_DEFAULTSebastian Huber2021-11-301-8/+28
* arm: Fix AARCH32_PMSA_DATA_READ_WRITE_CACHEDSebastian Huber2021-11-301-1/+1
* cpukit: Consistize OAR copyright headersKinsey Moore2021-11-221-1/+1
* build: Remove old build systemSebastian Huber2021-09-211-14/+0
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-283-15/+20
* score: Remove processor event broadcast/receiveSebastian Huber2021-07-281-12/+0
* arm: For AArch32 use non-shareable memorySebastian Huber2021-06-291-2/+2
* arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber2021-06-291-1/+1
* arm: Fix AArch32 memory attribute definesSebastian Huber2021-06-291-4/+4
* arm: Disable alignment check in PMSA initSebastian Huber2021-06-291-1/+1
* cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer2021-06-211-1/+1
* cpu/armv7m: Avoid regions with negative sizeChristian Mauderer2021-06-211-1/+1
* arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber2021-06-161-1/+1
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-182-0/+8
* Update header.amSebastian Huber2020-12-231-0/+2
* arm: Add support for Arm PMSAv8-32Sebastian Huber2020-12-223-0/+568
* arm: Add header file for AArch32 System RegistersSebastian Huber2020-12-221-0/+14657
* arm: Optimize arm_interrupt_disable()Sebastian Huber2020-12-161-2/+11
* cpu/armv7m: Fix table based init for ARMV7M_MPUChristian Mauderer2020-12-141-1/+7