[PATCH] lib/acpi: Enable QEMU special cases for ARM

Simon Glass sjg at chromium.org
Sat Mar 12 03:25:09 CET 2022


On Sun, 27 Feb 2022 at 07:10, Alexander Graf <agraf at 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 at csgraf.de>
> ---
>  lib/acpi/Makefile      | 2 ++
>  lib/acpi/acpi_writer.c | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list