
12 Mar
2022
12 Mar
'22
3:25 a.m.
On Sun, 27 Feb 2022 at 07:10, Alexander Graf agraf@csgraf.de wrote:
With QEMU, we receive ACPI tables from the hypervisor rather than build them ourselves in U-Boot. That logic however hard codes the target to the x86 QEMU target, leaving ARM out on the fun.
Let's add the ARM QEMU config as well to the ifdefs so that we can consume QEMU provided firmware tables there as well.
Signed-off-by: Alexander Graf agraf@csgraf.de
lib/acpi/Makefile | 2 ++ lib/acpi/acpi_writer.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org