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

2022-03-14 Thread Simon Glass
Hi, On Mon, 14 Mar 2022 at 01:04, Heinrich Schuchardt wrote: > > On 2/27/22 15:10, Alexander Graf 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 o

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

2022-03-13 Thread Heinrich Schuchardt
On 2/27/22 15:10, Alexander Graf 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 ca

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

2022-03-11 Thread Simon Glass
On Sun, 27 Feb 2022 at 07:10, Alexander Graf 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 th

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

2022-02-27 Thread Alexander Graf
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 th