rulimine/common/sys
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
..
a20.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
a20.s2.c misc: stage23 -> common 2022-02-03 10:38:43 +01:00
cpu.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
cpu.h Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
dummy_isr.asm_ia32 build: Increase portability of Makefile targets 2022-06-15 03:25:36 +02:00
dummy_isr.asm_x86_64 build: Increase portability of Makefile targets 2022-06-15 03:25:36 +02:00
e820.h misc: struct e820_entry_t -> struct memmap_entry 2022-08-13 19:54:49 +02:00
e820.s2.c misc: struct e820_entry_t -> struct memmap_entry 2022-08-13 19:54:49 +02:00
exceptions.s2.c misc: stage23 -> common 2022-02-03 10:38:43 +01:00
gdt.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
gdt.s2.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
idt.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
idt.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
idt.s2.c misc: stage23 -> common 2022-02-03 10:38:43 +01:00
int_thunks.s2.asm_bios_ia32 build: Increase portability of Makefile targets 2022-06-15 03:25:36 +02:00
lapic.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
lapic.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
pic.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
pic.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
smp_trampoline.asm_aarch64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
smp_trampoline.asm_x86 smp: Make smp_trampoline_size variable instead of symbol 2022-07-28 22:30:26 +02:00
smp.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
smp.h Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00