diff options
author | Nico Huber <nico.h@gmx.de> | 2024-07-24 11:40:44 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-08-05 13:49:56 +0000 |
commit | 1360d65c98ad964748e551f9972ba5b24ca75bc8 (patch) | |
tree | e66ed4d0f5b1f7aced7c7307a62e510de50754d0 /src/mainboard | |
parent | 2fbfa0657ff02e5e403b1617a90836d7c0f295f1 (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/supermicro/x10slm-f/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x10slm-f/Kconfig b/src/mainboard/supermicro/x10slm-f/Kconfig index 28c7c1a20f..212fc90445 100644 --- a/src/mainboard/supermicro/x10slm-f/Kconfig +++ b/src/mainboard/supermicro/x10slm-f/Kconfig @@ -28,4 +28,8 @@ config MAINBOARD_PART_NUMBER config ENABLE_DDR_2X_REFRESH default y +config SUPERMICRO_BOARDID + string + default "0811" + endif |