rulimine/common/protos
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
..
chainload.c chainload: Add GPT_GUID support and improve documentation. Closes #201 2022-07-26 19:21:47 +02:00
chainload.h protos: Remove pointless returns added for autodetection 2022-07-13 07:40:53 +02:00
chainload_next.c protos: Remove pointless returns added for autodetection 2022-07-13 07:40:53 +02:00
chainload_next.h protos: Remove pointless returns added for autodetection 2022-07-13 07:40:53 +02:00
limine.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
limine.h protos: Remove pointless returns added for autodetection 2022-07-13 07:40:53 +02:00
limine_32.asm_x86 protos: Remove ugly .32.c files and replace them with pure asm files 2022-07-05 18:53:39 +02:00
limine_rt.asm_bios_ia32 build: Increase portability of Makefile targets 2022-06-15 03:25:36 +02:00
limine_rt.asm_uefi_ia32 build: Increase portability of Makefile targets 2022-06-15 03:25:36 +02:00
linux.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
linux.h protos: Remove pointless returns added for autodetection 2022-07-13 07:40:53 +02:00
linux_32.asm_x86 protos: Remove ugly .32.c files and replace them with pure asm files 2022-07-05 18:53:39 +02:00
multiboot.h misc: Bring mb2 up to par to mb1 wrt everywhere ranges and bug fixes 2022-06-29 10:27:04 +02:00
multiboot1.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
multiboot1.h protos: Remove pointless returns added for autodetection 2022-07-13 07:40:53 +02:00
multiboot2.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
multiboot2.h protos: Remove pointless returns added for autodetection 2022-07-13 07:40:53 +02:00
multiboot_32.asm_x86 protos: Remove ugly .32.c files and replace them with pure asm files 2022-07-05 18:53:39 +02:00
multiboot_reloc.asm_x86 multiboot: Fix relocator assembly issues 2022-06-29 12:41:42 +02:00