coreboot-kgpe-d16/src
Marc Jones da3087f67d Mainboard SMI S state handler was using the wrong defines
The PCH register bit definition for sleep type is a little confusing.
For example, 7 is S5. To make this simpler for the mainbaord developer,
the mainboard smi sleep hander is called as mainboard_sleep(slp_typ-2).
A couple mainboard SMI handlers were using the PCH define for slp_ty,
so S3 code would be run for S5 and S5 code would never be run.

Change-Id: Iaecf96bfd48cf00153600cd119760364fbdfc29e
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: http://review.coreboot.org/2514
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-02-27 03:03:05 +01:00
..
arch IOAPIC: Divide setup_ioapic() in two parts. 2013-02-27 00:27:45 +01:00
console console: Fix using CMOS for options 2013-02-08 10:00:12 +01:00
cpu AGESA: skip s3_resume.h if CONFIG_HAVE_ACPI_RESUME is disabled 2013-02-26 23:10:59 +01:00
device sconfig: rename lapic_cluster -> cpu_cluster 2013-02-14 07:07:20 +01:00
drivers Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
ec Add support for Google ChromeEC 2013-02-22 23:10:01 +01:00
include Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
lib libcbfs: Fix legacy CBFS API, typos 2013-02-22 09:23:04 +01:00
mainboard Mainboard SMI S state handler was using the wrong defines 2013-02-27 03:03:05 +01:00
northbridge Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
southbridge Unify setting 82801a/b/c/d IOAPIC ID 2013-02-26 23:38:49 +01:00
superio Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
vendorcode google/snow: enable GPIO entries and CHROMEOS in building 2013-02-25 18:50:00 +01:00
Kconfig build system: Retire REQUIRES_BLOB 2013-02-19 11:00:41 +01:00