Hi Linuxboot Group,
I am an intern engineer interested in Linuxboot project, trying to implement Linuxboot on QEMU for AARCH64.
I have implemented Linuxboot on QEMU for x86, with the kernel built by HEADS and u-root initramfs. Then I want to complete the same work on QEMU for AARCH64.
So far I have replaced UEFI Shell with a kernle + u-root built on my own, and successfully booted Ubuntu by this kernel.
However, when I read the source code of Linuxboot in detail, I found linuxboot.ffs couldn't be built with my aarch64-linux-gnu toolchain, for it's not compatible with ARM64 toolchain.
Therefore, I'd like to ask if you have some supports for ARM64, and could you tell me where I can get it?
Any reply will be deeply appreciated.