[coreboot-gerrit] New patch to review for coreboot: 09a92b2 intel/cougar_canyon2/Kconfig: Remove HAVE_ACPI_RESUME as S3 is unsupported

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Tue Dec 10 22:29:11 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4519

-gerrit

commit 09a92b2fd385a5761c5599c3b5f30b2d74dde4d0
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Dec 7 12:03:11 2013 +0100

    intel/cougar_canyon2/Kconfig: Remove HAVE_ACPI_RESUME as S3 is unsupported
    
    According to the commit message for the board Cougar Canyon 2 (48a749a8)
    resuming from S3 is currently unsupported.
    
        The FSP does not support S3 at this time. S3 may be added
        when it is available in the FSP.
    
    Mirror that in the configuration by not selecting the Kconfig option
    `HAVE_ACPI_RESUME`.
    
    Change-Id: I894f103ffa7d8db6342f99fff0867b02bc750752
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/intel/cougar_canyon2/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/intel/cougar_canyon2/Kconfig b/src/mainboard/intel/cougar_canyon2/Kconfig
index 020fdb2..569888d 100644
--- a/src/mainboard/intel/cougar_canyon2/Kconfig
+++ b/src/mainboard/intel/cougar_canyon2/Kconfig
@@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select BOARD_ROMSIZE_KB_8192
 	select HAVE_ACPI_TABLES
 	select HAVE_OPTION_TABLE
-	select HAVE_ACPI_RESUME
 	select MMCONF_SUPPORT
 	select GFXUMA
 	select SUPERIO_SMSC_SIO1007



More information about the coreboot-gerrit mailing list