bootloader
bootloader copied to clipboard
plans for supporting aarch64 architecture
I'm using bootloader on m1 chip. Is there any plans for supoorting this architecture. Or is there any alternatives for arm64 architecture?
I think it would be doable to add AArch64 support to the UEFI version of the bootloader in https://github.com/rust-osdev/bootloader/pull/232. As for native M1 support, I think you should use m1n1 with U-Boot as payload to provide a UEFI interface which can then load bootloader once it supports AArch64 UEFI.