[coreboot-gerrit] Patch set updated for coreboot: mb/ga-m57sli: Add cmos.default

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Wed Dec 28 15:14:12 CET 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17968

-gerrit

commit 4f5d8d22100249d5869d990aa58c893651539a1d
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Mon Dec 26 23:15:24 2016 +0100

    mb/ga-m57sli: Add cmos.default
    
    If the cmos checksum is incorrect it should fall back to sane defaults.
    
    Change-Id: If16cfc73effd4a825d0cefcd30bfd0e48b2d9132
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/gigabyte/m57sli/Kconfig      |  1 +
 src/mainboard/gigabyte/m57sli/cmos.default | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig
index 6ff33ea..2847377 100644
--- a/src/mainboard/gigabyte/m57sli/Kconfig
+++ b/src/mainboard/gigabyte/m57sli/Kconfig
@@ -13,6 +13,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
 	select PARALLEL_CPU_INIT
 	select HAVE_OPTION_TABLE
+	select HAVE_CMOS_DEFAULT
 	select HAVE_PIRQ_TABLE
 	select HAVE_MP_TABLE
 	select LIFT_BSP_APIC_ID
diff --git a/src/mainboard/gigabyte/m57sli/cmos.default b/src/mainboard/gigabyte/m57sli/cmos.default
new file mode 100644
index 0000000..2514fa0
--- /dev/null
+++ b/src/mainboard/gigabyte/m57sli/cmos.default
@@ -0,0 +1,10 @@
+baud_rate = 115200
+debug_level = Spew
+multi_core = Enable
+slow_cpu = off
+max_mem_clock = 200Mhz
+ECC_memory = Enable
+hw_scrubber = Enable
+interleave_chip_selects = Enable
+power_on_after_fail = Disable
+boot_option = Fallback



More information about the coreboot-gerrit mailing list