summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-12-30 14:40:04 +0100
committerHung-Te Lin <hungte@chromium.org>2020-12-25 02:25:49 +0000
commit09cdeba60643cb85f91b233211617e95167a64e5 (patch)
treecf6b2175ad401cd62f155760a7f425c718ab1f26 /src/mainboard
parent1c18f8679fd909de01959394264655a1f23892ff (diff)
downloadcoreboot-09cdeba60643cb85f91b233211617e95167a64e5.tar.xz
drivers/ipmi: Add Supermicro OEM commands
Add a new driver for OEM commands and select it from x11-lga1151-series. The driver communicates the BIOS version and date to the BMC using OEM commands. The command should be supported on all X11 series mainboards, but might work with older BMC, too. Tested on X11SSH-TF: The BIOS version strings are updated on boot and are visible in the BMC web UI. Change-Id: I51c22f83383affb70abb0efbcdc33ea925b5ff9f Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38002 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/supermicro/x11-lga1151-series/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
index 5e9b6457e5..533899dbde 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig
+++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig
@@ -63,6 +63,10 @@ config FMDFILE
string
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-ro-rwab.fmd" if VBOOT_SLOTS_RW_AB
+config DRIVERS_IPMI_SUPERMICRO_OEM
+ bool
+ default y
+
config CBFS_SIZE
hex
default 0xb00000