You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds initial support for aarch64 build. The goal is to boot
Linux with this firmware on aarch64 Cloud Hypervisor. This commit
includes a bootstrap assembly and build configs for building a binary
that complies the Linux kernel image format [1]. It also includes some
stub code to make the aarch64 target buildable with minimal changes.
The later commits will implement the code.
[1] https://docs.kernel.org/arm64/booting.html#call-the-kernel-image
Signed-off-by: Akira Moroo <retrage01@gmail.com>
0 commit comments