summaryrefslogtreecommitdiff
path: root/Kernel/Arch/aarch64/boot.S
AgeCommit message (Expand)Author
2023-01-27Kernel/aarch64: Execute kernel with SP_EL1 instead of SP_EL0Timon Kruiper
2023-01-24Kernel/aarch64: Add pre_init function for that sets up the CPU and MMUTimon Kruiper
2023-01-24Kernel/aarch64: Use relative addressing in boot.STimon Kruiper
2022-10-26Kernel/aarch64: Branch to local halt function instead of C++ oneTimon Kruiper
2022-05-12Kernel: Move the aarch64 boot.S out of the Prekernel directoryTimon Kruiper
2022-04-06Kernel: Improve the aarch64 kernel source files disk layoutJames Mintram
2022-03-12Kernel: Move aarch64 Prekernel into KernelJakub V. Flasar