the following patch was just integrated into master: commit eea7d58c694fdf8913137abb3f4fcd9fbbf8e417 Author: Aaron Durbin adurbin@chromium.org Date: Wed Oct 30 15:25:42 2013 -0500
baytrail: add GNVS to cbmem and set acpi_slp_type
The ACPI code was previously complaining about not being able to find the GNVS area: 'ACPI: Could not find CBMEM GNVS'. Fix this by adding GNVS area early in start up. This is also the appropriate place to set the acpi_slp_type variable to indicate an S3 resume or not.
BUG=chrome-os-partner:22867 BUG=chrome-os-partner:23505 BRANCH=None TEST=Built and booted through depthcharge. Noted cbmem has 'ACPI GNVS' entry.
Change-Id: Ifbca3dd390ebe573730ee204ca4c2f19626dd6b1 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/174647 Reviewed-by: Duncan Laurie dlaurie@chromium.org
See http://review.coreboot.org/4918 for details.
-gerrit