[U-Boot] [PATCH 3/5] efi_loader: Install ACPI configuration tables

Simon Glass sjg at chromium.org
Sat Jun 23 14:21:53 UTC 2018


On 23 June 2018 at 04:03, Bin Meng <bmeng.cn at gmail.com> wrote:
> ACPI tables can be passed via EFI configuration table to an EFI
> application. This is only supported on x86 so far.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  cmd/bootefi.c             |  5 +++++
>  include/efi_api.h         |  8 ++++++++
>  include/efi_loader.h      |  8 ++++++++
>  lib/efi_loader/Makefile   |  1 +
>  lib/efi_loader/efi_acpi.c | 42 ++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 64 insertions(+)
>  create mode 100644 lib/efi_loader/efi_acpi.c

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


More information about the U-Boot mailing list