Michael Niewöhner has uploaded this change for review.

View Change

mb/supermicro/x11: fix cmos layout and add a default config

This fixes the error that power_on_after_fail could not be found, adds
the missing nmi option and adds a default config.

Change-Id: I10b0aa71fa7916b01e93e16cbd81e427fd14f6a4
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
---
M src/mainboard/supermicro/x11-lga1151-series/Kconfig
A src/mainboard/supermicro/x11-lga1151-series/cmos.default
M src/mainboard/supermicro/x11-lga1151-series/cmos.layout
3 files changed, 9 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/35526/1
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
index 3aaf1d3..68a3c94 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig
+++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
@@ -4,6 +4,7 @@
select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
select HAVE_OPTION_TABLE
+ select HAVE_CMOS_DEFAULT
select SOC_INTEL_KABYLAKE
select SKYLAKE_SOC_PCH_H
select MAINBOARD_HAS_LPC_TPM
diff --git a/src/mainboard/supermicro/x11-lga1151-series/cmos.default b/src/mainboard/supermicro/x11-lga1151-series/cmos.default
new file mode 100644
index 0000000..45a860b
--- /dev/null
+++ b/src/mainboard/supermicro/x11-lga1151-series/cmos.default
@@ -0,0 +1,4 @@
+boot_option=Fallback
+debug_level=Debug
+power_on_after_fail=Enable
+nmi=Enable
diff --git a/src/mainboard/supermicro/x11-lga1151-series/cmos.layout b/src/mainboard/supermicro/x11-lga1151-series/cmos.layout
index 201ca33..e1c6aed 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/cmos.layout
+++ b/src/mainboard/supermicro/x11-lga1151-series/cmos.layout
@@ -30,6 +30,10 @@
395 4 e 6 debug_level
448 128 r 0 vbnv

+# coreboot config options: southbridge
+408 1 e 1 nmi
+409 2 e 7 power_on_after_fail
+
# coreboot config options: check sums
984 16 h 0 check_sum


To view, visit change 35526. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I10b0aa71fa7916b01e93e16cbd81e427fd14f6a4
Gerrit-Change-Number: 35526
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Niewöhner
Gerrit-MessageType: newchange