summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/aarch64 (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-26cpukit/aarch64: Resolve warnings with ILP32 ABIKinsey Moore1-1/+1
2023-09-15score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber1-0/+7
2023-08-22cpukit/score/aarch64: Use correct MAIR indexKinsey Moore1-2/+2
2023-07-28score: Move formatted I/O functionsSebastian Huber1-1/+1
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber1-42/+0
2023-05-20Update company nameSebastian Huber1-1/+1
2023-05-16bsps/aarch64: Fix 128bit q register print bugTian Ye1-1/+1
2022-11-09cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore1-0/+20
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2-1/+4
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber1-1/+1
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber2-4/+4
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-8/+0
2022-08-19cpu.h: Fix gcc 12 warningsRyan Long1-2/+18
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long1-0/+256
2022-07-21aarch64: Use page table level 0Kinsey Moore1-1/+0
2022-07-05cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2-31/+0
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber1-0/+9
2022-06-15score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns1-0/+3
2022-03-12cpukit/aarch64: Add Per_CPU_Control accessorKinsey Moore1-0/+23
2022-03-09SMP: Fix start multitasking for some targetsSebastian Huber2-0/+21
2021-11-01bsps/aarch64: Set interrupt level correctlyKinsey Moore1-5/+11
2021-11-01aarch64: Break out MMU definitionsKinsey Moore1-0/+97
2021-11-01cpukit/aarch64: Use correct debug register namesKinsey Moore1-16/+1096
2021-10-29cpukit/aarch64: Add exception extensions supportKinsey Moore4-84/+292
2021-10-01cpukit/aarch64: Use correct interrupt level typesKinsey Moore2-4/+4
2021-10-01cpukit/aarch64: Use correct context register setsKinsey Moore2-55/+123
2021-09-21cpukit: Add AArch64 SMP SupportKinsey Moore5-9/+160
2021-08-09Turn off executable permissions for a number of source filesJoel Sherrill1-0/+0
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber3-15/+16
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-12/+0
2021-05-27bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore1-16/+50
2021-05-27bsps/aarch64: Break out system registersKinsey Moore1-0/+9985
2021-05-26score/aarch64: Align context validation frameKinsey Moore1-11/+18
2021-04-19cpukit/aarch64: Restore ISR cookie bit maskKinsey Moore1-13/+13
2021-04-06cpukit/aarch64: Add ESR register decodingAlex White1-10/+125
2021-03-05bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore1-2/+8
2021-03-05score/aarch64: Fix interrupt level readsAlex White2-3/+7
2021-03-05aarch64: Fix context switchSebastian Huber1-2/+2
2020-12-10cpukit/aarch64: Add explanation of exception flowKinsey Moore2-3/+18
2020-12-10cpukit/aarch64: Use hex consistently for offsetsKinsey Moore5-116/+116
2020-11-24score/aarch64: Resolve warning in exception dumpKinsey Moore1-2/+2
2020-11-13score/aarch64: Size saved SP register for ABIKinsey Moore1-1/+4
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-2/+1
2020-10-05score: Add AArch64 portKinsey Moore16-0/+2751