commit | fb6166505afed03aef1be2003c29f1c7f81008f8 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Apr 21 07:24:40 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 17 17:11:46 2017 +0800 |
tree | 6018d70a10edb039a096c87c17ef6419b1896e76 | |
parent | cf2003003c952481d6951e51c6057b8efeba4e5b [diff] |
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>