]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: ACPI tables must be in EfiACPIReclaimMemory
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 21 Feb 2021 09:16:58 +0000 (10:16 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 26 Feb 2021 15:17:43 +0000 (16:17 +0100)
commit493784fe822f379defb4a85cd7e26d581f3521f6
treea6e1ae5e717a295b6f8f88b77d4881955a5cf635
parentf66eaecd249241dfc4e49343bb6c401e14f32854
efi_loader: ACPI tables must be in EfiACPIReclaimMemory

The UEFI spec does not allow ACPI tables to be in runtime services memory.
It recommends EfiACPIReclaimMemory.

Remove a superfluous check that the allocated pages are 16 byte aligned.
EFI pages are 4 KiB aligned.

Fixes: 10bec7c1b5b8 ("efi_loader: Install ACPI configuration tables")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_acpi.c