[U-Boot] [PATCH v3 3/6] efi_loader: Install ACPI configuration tables
Bin Meng
bmeng.cn at gmail.com
Mon Jul 2 01:28:16 UTC 2018
On Thu, Jun 28, 2018 at 11:38 AM, 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>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v3:
> - Use UEFI spec 2.7 provided ACPI table name
>
> Changes in v2: None
>
> cmd/bootefi.c | 5 +++++
> include/efi_api.h | 4 ++++
> include/efi_loader.h | 8 ++++++++
> lib/efi_loader/Makefile | 1 +
> lib/efi_loader/efi_acpi.c | 42 ++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 60 insertions(+)
> create mode 100644 lib/efi_loader/efi_acpi.c
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list