Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83692?usp=email )
Change subject: mb/supermicro/x10slm-f: Add board id for flashing via BMC ......................................................................
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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83692 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/supermicro/x10slm-f/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: Felix Held: Looks good to me, approved build bot (Jenkins): Verified
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