From b93dcec9f4c4a65915a7ba678e93e4e6d414ff81 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 6 Feb 2015 17:03:28 -0600 Subject: hp/pavilion_m6_1035dx: Provide CMOS defaults MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TEST: Boot with corrupted CMOS and make sure console level defaults to SPEW, instead of 0, and that cbmem console is not empty. Change-Id: I8ab2423e99bbe116f52ad27f4b20427d8557f6ff Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/8379 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki --- src/mainboard/hp/pavilion_m6_1035dx/Kconfig | 1 + src/mainboard/hp/pavilion_m6_1035dx/cmos.default | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/mainboard/hp/pavilion_m6_1035dx/cmos.default (limited to 'src/mainboard') diff --git a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig index eba58f2978..ebe00a4acd 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig +++ b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig @@ -32,6 +32,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_RESUME select HAVE_SMI_HANDLER select HAVE_ACPI_TABLES + select HAVE_CMOS_DEFAULT select BOARD_ROMSIZE_KB_4096 select GFXUMA select UDELAY_LAPIC diff --git a/src/mainboard/hp/pavilion_m6_1035dx/cmos.default b/src/mainboard/hp/pavilion_m6_1035dx/cmos.default new file mode 100644 index 0000000000..0bca0fc259 --- /dev/null +++ b/src/mainboard/hp/pavilion_m6_1035dx/cmos.default @@ -0,0 +1,5 @@ +boot_option = Fallback +last_boot = Fallback +debug_level = Spew +nmi = Disable +power_on_after_fail = Disable -- cgit v1.2.3