]> git.sur5r.net Git - u-boot/commit
efi_loader: Install ACPI configuration tables
authorBin Meng <bmeng.cn@gmail.com>
Thu, 28 Jun 2018 03:38:03 +0000 (20:38 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 2 Jul 2018 01:23:28 +0000 (09:23 +0800)
commit86df34d42b05f574854f19c96142d8e5d30f5d8d
treec9245fe389fcda494740a2222a87b6dfdc212329
parentbb68c7fba07621ae4dfe3ea10737fa18049d3e51
efi_loader: Install ACPI configuration tables

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/bootefi.c
include/efi_api.h
include/efi_loader.h
lib/efi_loader/Makefile
lib/efi_loader/efi_acpi.c [new file with mode: 0644]