cloud-hypervisor/vmm
Michael Zhao e4bb6409ae aarch64: Change memory layout for UEFI & ACPI
Before this change, the FDT was loaded at the end of RAM. The address of
FDT was not fixed.
While UEFI (edk2 now) requires fixed address to find FDT and RSDP.
Now the FDT is moved to the beginning of RAM, which is a fixed address.
RSDP is wrote to 2 MiB after FDT, also a fixed address.
Kernel comes 2 MiB after RSDP.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2021-05-18 23:24:09 +02:00
..
src aarch64: Change memory layout for UEFI & ACPI 2021-05-18 23:24:09 +02:00
Cargo.toml build: Bulk upgrade dependencies including fuzz 2021-05-12 13:57:16 +01:00