[coreboot-gerrit] New patch to review for coreboot: b337a67 Asus M4A785T-M: Add CMOS defaults.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Tue May 28 14:09:29 CEST 2013


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3324

-gerrit

commit b337a675daf9c1163ab4d3c37f95ab6fbe1c0f47
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu May 9 16:14:59 2013 +0200

    Asus M4A785T-M: Add CMOS defaults.
    
    After removing power and the CMOS Battery, putting it back
      and booting coreboot we have:
        TODO: test at runtime.
    
    Change-Id: Idea03b9bc75c5c34c7ce521ce5e5a1c1bb6dfa96
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/mainboard/asus/m4a785t-m/Kconfig      |  1 +
 src/mainboard/asus/m4a785t-m/cmos.default | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/src/mainboard/asus/m4a785t-m/Kconfig b/src/mainboard/asus/m4a785t-m/Kconfig
index 10f6838..6816d58 100644
--- a/src/mainboard/asus/m4a785t-m/Kconfig
+++ b/src/mainboard/asus/m4a785t-m/Kconfig
@@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SOUTHBRIDGE_AMD_SB700_SKIP_ISA_DMA_INIT
 	select SUPERIO_ITE_IT8712F
 	select HAVE_OPTION_TABLE
+	select HAVE_CMOS_DEFAULT
 	select HAVE_PIRQ_TABLE
 	select HAVE_MP_TABLE
 	select SB_HT_CHAIN_UNITID_OFFSET_ONLY
diff --git a/src/mainboard/asus/m4a785t-m/cmos.default b/src/mainboard/asus/m4a785t-m/cmos.default
new file mode 100644
index 0000000..da086de
--- /dev/null
+++ b/src/mainboard/asus/m4a785t-m/cmos.default
@@ -0,0 +1,18 @@
+boot_option=Fallback
+last_boot=Fallback
+ECC_memory=Enable
+baud_rate=115200
+hw_scrubber=Enable
+interleave_chip_selects=Enable
+max_mem_clock=400Mhz
+multi_core=Enable
+power_on_after_fail=Disable
+debug_level=Spew
+boot_first=HDD
+boot_second=Fallback_Floppy
+boot_third=Fallback_Network
+boot_index=0xf
+boot_countdown=0xc
+slow_cpu=off
+nmi=Enable
+iommu=Enable



More information about the coreboot-gerrit mailing list