]> git.baikalelectronics.ru Git - uboot.git/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)
commit10bec7c1b5b8a530042e4eabe235f19cf419b692
treec9245fe389fcda494740a2222a87b6dfdc212329
parent183ed42e7e4533fbd88a3285d0be0f2073f4f717
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]