mirror of https://github.com/acidanthera/audk.git
94a3845be6
When parsing the device tree to find the memory node, we are still running with the MMU off, which means unaligned memory accesses are not allowed. Since the FDT only mandates 32-bit alignment, 64-bit quantities are not guaranteed to appear naturally aligned, and so should be accessed using 32-bit accesses instead. Reported-by: Julien Grall <julien.grall@arm.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> |
||
---|---|---|
.. | ||
AARCH64 | ||
ARM | ||
ArmXenRelocatablePlatformLib.inf | ||
FdtParser.c | ||
RelocatableVirt.c | ||
XenVirtMem.c |