summaryrefslogtreecommitdiffstats
path: root/bsps/aarch64/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-10bsps/aarch64/cache: Clean up unused fuctionsKinsey Moore1-27/+2
2023-10-13bsps: Remove unused includesKinsey Moore1-1/+0
2023-04-18bsps/aarch64: Enable MMU during remapsKinsey Moore1-3/+4
2023-02-27bsps/aarch64: Disable interrupts during MMU remapKinsey Moore1-0/+6
2023-02-14bsps/aarch64: Fix off-by-one cache bugKinsey Moore1-16/+16
2022-11-09bsps/aarch64: Ensure FPU trap state is consistentKinsey Moore1-0/+6
2022-08-12bsps: Fix .data.rel.ro placementSebastian Huber1-1/+1
2022-07-28basp/aarch64: Make the unexpected sections origin address 64bitChris Johns1-1/+1
2022-07-21aarch64: Use page table level 0Kinsey Moore1-1/+6
2022-07-15bsps: Sort .noinit* sectionsSebastian Huber1-1/+1
2022-01-12aarch64: always boot into EL1NSGedare Bloom1-19/+27
2022-01-12bsps/aarch64: refactor register init and hooksGedare Bloom1-40/+41
2021-12-13bsps/aarch64: Support .noinit linker sectionSebastian Huber1-0/+7
2021-12-12bsps/aarch64: Remove erroneous cache featureKinsey Moore1-2/+0
2021-11-01bsps/aarch64: Mask debug events from startupKinsey Moore1-2/+2
2021-11-01aarch64: Break out MMU definitionsKinsey Moore2-0/+118
2021-09-21cpukit: Add AArch64 SMP SupportKinsey Moore2-6/+91
2021-06-24aarch64: whitespace fixes in start.SGedare Bloom1-166/+166
2021-06-24bsps/aarch64: replace boot options with asm switch codeGedare Bloom1-7/+8
2021-06-24bsps/aarch64: add non-secure mode and versal supportGedare Bloom1-2/+16
2021-06-24bsps/aarch64: add physical secure timerGedare Bloom1-0/+8
2021-06-24aarch64: add support to drop EL3 to EL2Kinsey Moore1-1/+26
2021-05-27bsps/aarch64: Advertise cache function supportKinsey Moore1-0/+10
2021-05-27bsps/aarch64: Align MVAs consistentlyKinsey Moore1-8/+5
2021-05-27bsps/aarch64: Break out system registersKinsey Moore1-180/+33
2021-03-05bsps/aarch64: Add support for EL2 startKinsey Moore1-0/+25
2021-03-05bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore1-0/+8
2021-03-05bsps/aarch64: Resolve usage of SUBALIGN()Kinsey Moore1-4/+2
2021-01-26bsps: Add missing DWARF 5 sectionsSebastian Huber1-3/+5
2021-01-25bsps: Support DWARF 5 sectionsSebastian Huber1-8/+13
2020-12-23bsps: Use header file for GIC architecture supportSebastian Huber1-58/+0
2020-12-22bsps: Fix includesSebastian Huber1-1/+0
2020-12-16bsps: Remove gicvx_interrupt_dispatch()Sebastian Huber1-5/+0
2020-12-02bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore1-1/+1
2020-11-23spec/aarch64: Only apply SUBALIGN(4) to ILP32Kinsey Moore1-2/+4
2020-10-05bsps: Add Cortex-A53 ILP32 BSP variantKinsey Moore1-0/+16
2020-10-05bsps: Add Cortex-A53 LP64 basic BSPKinsey Moore5-0/+1432