Re: [U-Boot] [PATCH v2 13/22] x86: Do not clear high table area for S3

2017-04-26 Thread Bin Meng
On Mon, Apr 24, 2017 at 11:38 AM, Simon Glass wrote: > On 21 April 2017 at 08:24, Bin Meng wrote: >> 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

Re: [U-Boot] [PATCH v2 13/22] x86: Do not clear high table area for S3

2017-04-23 Thread Simon Glass
On 21 April 2017 at 08:24, Bin Meng wrote: > 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 > > ---

[U-Boot] [PATCH v2 13/22] x86: Do not clear high table area for S3

2017-04-21 Thread Bin Meng
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 --- Changes in v2: - new patch "Do not clear high table area for S3" - drop