rulimine/common
Kacper Słomiński e1f6ac8860
Initial AArch64 port (#205)
* Initial aarch64 port

* Enable chainload on aarch64

No changes necessary since it's all UEFI anyway.

* Add specification for Limine protocol for aarch64

* PROTOCOL: Specify state of information in DT /chosen node

* common: Add spinup code for aarch64

* common: Port elf and term to aarch64

* common: Port vmm to aarch64

Also prepare to drop VMM_FLAG_PRESENT on x86.

* protos: Port limine boot protocol to aarch64

Also drop VMM_FLAG_PRESENT since we never unmap pages anyway.

* test: Add DTB request

* PROTOCOL: Port SMP request to aarch64

* cpu: Add cache maintenance functions for aarch64

* protos/limine, sys: Port SMP to aarch64

Also move common asm macros into a header file.

* test: Start up APs

* vmm: Unify get_next_level and implement large page splitting

* protos/limine: Map framebuffer using correct caching mode on AArch64

* CI: Fix GCC build for aarch64

* entry, menu: Replace uses of naked attribute with separate asm file

GCC does not understand the naked attribute on aarch64, and didn't
understand it for x86 in older versions.
2022-08-18 17:32:54 +02:00
..
drivers fwcfg: Drop support 2022-07-13 06:23:20 +02:00
fs fat: Make signature checking even more lax 2022-07-10 19:50:19 +02:00
lib Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
mm Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
protos Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
pxe build: BIOS stage2only build improvements 2022-07-18 21:02:44 +02:00
sys Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
console.c console: Set config_ready to true after successfully running editor 2022-07-09 11:58:03 +02:00
console.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
efi_thunk.asm_uefi_aarch64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
efi_thunk.asm_uefi_ia32 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
efi_thunk.asm_uefi_x86_64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
entry_asm.s2.asm_bios_ia32 build: Move common/{entry.asm_bios_ia32 -> entry_asm.s2.asm_bios_ia32} 2022-07-18 21:34:26 +02:00
entry.s2.c term: Move notready and fallback backends to stage 2 2022-06-17 20:29:23 +02:00
entry.s3.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
font.bin misc: Update default font 2022-06-22 22:08:01 +02:00
font.README misc: Update default font 2022-06-22 22:08:01 +02:00
gensyms.sh Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
GNUmakefile Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
linker_bios.ld.in build: Discard .eh_frame section in linker scripts to fix potential GNU toolchain miscompilation 2022-08-15 16:22:56 +02:00
linker_uefi_aarch64.ld.in Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
linker_uefi_ia32.ld.in build: Discard .eh_frame section in linker scripts to fix potential GNU toolchain miscompilation 2022-08-15 16:22:56 +02:00
linker_uefi_x86_64.ld.in build: Discard .eh_frame section in linker scripts to fix potential GNU toolchain miscompilation 2022-08-15 16:22:56 +02:00
menu_thunk.asm_aarch64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
menu_thunk.asm_ia32 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
menu_thunk.asm_x86_64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
menu.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
menu.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
sbat.c efi: Updates for new reduced-gnu-efi 2022-04-24 23:30:28 +02:00