[coreboot-gerrit] Patch set updated for coreboot: 10a11ed google/stout: Provide cmos.default

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Sun Jan 26 18:41:53 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4822

-gerrit

commit 10a11ed963953bfd1f82a22fc4c1316144a82402
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Sun Jan 26 11:23:17 2014 -0600

    google/stout: Provide cmos.default
    
    Change-Id: Ief0d08e0cd3dc469d700acf8567435894651171e
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/mainboard/google/stout/Kconfig      | 1 +
 src/mainboard/google/stout/cmos.default | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig
index fb81754..d5e265f 100644
--- a/src/mainboard/google/stout/Kconfig
+++ b/src/mainboard/google/stout/Kconfig
@@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select EARLY_CBMEM_INIT
 	select HAVE_ACPI_TABLES
 	select HAVE_OPTION_TABLE
+	select HAVE_CMOS_DEFAULT
 	select HAVE_ACPI_RESUME
 	select HAVE_SMI_HANDLER
 	select GFXUMA
diff --git a/src/mainboard/google/stout/cmos.default b/src/mainboard/google/stout/cmos.default
new file mode 100644
index 0000000..77c7100
--- /dev/null
+++ b/src/mainboard/google/stout/cmos.default
@@ -0,0 +1,6 @@
+boot_option = Fallback
+last_boot = Fallback
+debug_level = Spew
+nmi = Enable
+power_on_after_fail = Enable
+sata_mode = AHCI



More information about the coreboot-gerrit mailing list