Re: [U-Boot] [PATCH 00/22] x86: Add ACPI S3 resume support

2017-03-16 Thread Simon Glass
Hi Bin, On 16 March 2017 at 08:26, Bin Meng wrote: > This adds ACPI S3 (suspend to ram) resume capability in U-Boot. > With S3 support within U-Boot, the board wakes up and resumes to > OS very quickly. > > This so far is enabled and tested on Intel MinnowMax board. Please > check README.x86 for

[U-Boot] [PATCH 00/22] x86: Add ACPI S3 resume support

2017-03-16 Thread Bin Meng
This adds ACPI S3 (suspend to ram) resume capability in U-Boot. With S3 support within U-Boot, the board wakes up and resumes to OS very quickly. This so far is enabled and tested on Intel MinnowMax board. Please check README.x86 for how to test it with a plain Linux kernel. Note testing with Ubun