[PATCH v4 11/20] efi: x86: Correct the condition for installing ACPI tables
Bin Meng
bmeng.cn at gmail.com
Tue Sep 19 09:19:47 CEST 2023
On Thu, Aug 24, 2023 at 5:11 AM Simon Glass <sjg at chromium.org> 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 the installation-condition code while we are here.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Add new patch
>
> lib/efi_loader/Makefile | 2 +-
> lib/efi_loader/efi_setup.c | 10 +++++-----
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list