Nico Huber has uploaded this change for review.

View Change

mb/supermicro/x10slm-f: Add board id for flashing via BMC

The ID for X10SLM+F is 0811 as reported by Knogle on IRC.

Change-Id: Ie58aad50e66efbc3113541884beea9668d886b5d
Signed-off-by: Nico Huber <nico.h@gmx.de>
---
M src/mainboard/supermicro/x10slm-f/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/83692/1
diff --git a/src/mainboard/supermicro/x10slm-f/Kconfig b/src/mainboard/supermicro/x10slm-f/Kconfig
index 28c7c1a..212fc90 100644
--- a/src/mainboard/supermicro/x10slm-f/Kconfig
+++ b/src/mainboard/supermicro/x10slm-f/Kconfig
@@ -28,4 +28,8 @@
config ENABLE_DDR_2X_REFRESH
default y

+config SUPERMICRO_BOARDID
+ string
+ default "0811"
+
endif

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

Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie58aad50e66efbc3113541884beea9668d886b5d
Gerrit-Change-Number: 83692
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>