Re: [PATCH v5 11/20] efi: x86: Correct the condition for installing ACPI tables

2023-11-15 Thread Simon Glass
Hi Heinrich, On Wed, 15 Nov 2023 at 04:09, Heinrich Schuchardt wrote: > > On 9/20/23 05:00, Simon Glass wrote: > > It is not always the case that U-Boot builds the ACPI tables itself. For > > example, when booting from coreboot, the ACPI tables are built by > > coreboot. > > > > Correct the

Re: [PATCH v5 11/20] efi: x86: Correct the condition for installing ACPI tables

2023-11-15 Thread Heinrich Schuchardt
On 9/20/23 05:00, Simon Glass wrote: It is not always the case that U-Boot builds the ACPI tables itself. For example, when booting from coreboot, the ACPI tables are built by coreboot. Correct the Makefile condition so that U-Boot can pass on tables built by a previous firmware stage. Tidy up

[PATCH v5 11/20] efi: x86: Correct the condition for installing ACPI tables

2023-09-19 Thread Simon Glass
It is not always the case that U-Boot builds the ACPI tables itself. For example, when booting from coreboot, the ACPI tables are built by coreboot. Correct the Makefile condition so that U-Boot can pass on tables built by a previous firmware stage. Tidy up the installation-condition code while