]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Do not clear high table area for S3
authorBin Meng <bmeng.cn@gmail.com>
Fri, 21 Apr 2017 14:24:40 +0000 (07:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 17 May 2017 09:11:46 +0000 (17:11 +0800)
commit95e50dd197cb86641a4ad06a18d5a4c57ea0a6f4
tree6018d70a10edb039a096c87c17ef6419b1896e76
parentba65808e7d0699e053c9892983312a11d4e2a30a
x86: Do not clear high table area for S3

When SeaBIOS is being used, U-Boot reserves a memory area to be
used for configuration tables like ACPI. But it should not be
cleared otherwise ACPI table will be missing.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Stefan Roese <sr@denx.de>
arch/x86/lib/coreboot_table.c