From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 21 Mar 2017 14:07:19 -0600 Subject: [U-Boot] [PATCH 22/22] x86: Document ACPI S3 support In-Reply-To: <1489674408-17498-23-git-send-email-bmeng.cn@gmail.com> References: <1489674408-17498-1-git-send-email-bmeng.cn@gmail.com> <1489674408-17498-23-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16 March 2017 at 08:26, Bin Meng wrote: > Now that we have ACPI S3 support on Intel MinnowMax board, document > some generic information of S3 and how to test it. > > Signed-off-by: Bin Meng > > --- > > doc/README.x86 | 20 ++++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) Reviewed-by: Simon Glass Great!