[coreboot-gerrit] New patch to review for coreboot: 12dc393 asus/a8n-e: supply cmos.default

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Jan 26 02:51:33 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4814

-gerrit

commit 12dc393866223a505189d41363f89c5ff5144edd
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Jan 25 18:14:52 2014 +0100

    asus/a8n-e: supply cmos.default
    
    Change-Id: Ib54cda60c9d8c57885c2b62f978222e01c1c3347
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/asus/a8n_e/Kconfig      |  1 +
 src/mainboard/asus/a8n_e/cmos.default | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/src/mainboard/asus/a8n_e/Kconfig b/src/mainboard/asus/a8n_e/Kconfig
index 8f9411b..e23b6e9 100644
--- a/src/mainboard/asus/a8n_e/Kconfig
+++ b/src/mainboard/asus/a8n_e/Kconfig
@@ -8,6 +8,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SOUTHBRIDGE_NVIDIA_CK804
 	select SUPERIO_ITE_IT8712F
 	select HAVE_OPTION_TABLE
+	select HAVE_CMOS_DEFAULT
 	select HAVE_PIRQ_TABLE
 	select HAVE_MP_TABLE
 	select BOARD_ROMSIZE_KB_512
diff --git a/src/mainboard/asus/a8n_e/cmos.default b/src/mainboard/asus/a8n_e/cmos.default
new file mode 100644
index 0000000..744f955
--- /dev/null
+++ b/src/mainboard/asus/a8n_e/cmos.default
@@ -0,0 +1,18 @@
+boot_option=Fallback
+last_boot=Fallback
+baud_rate=115200
+debug_level=Spew
+power_on_after_fail=Enable
+ECC_memory=Disable
+hw_scrubber=Enable
+interleave_chip_selects=Enable
+max_mem_clock=DDR400
+multi_core=Enable
+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