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>
This commit is contained in:
parent
1c18f8679f
commit
09cdeba606
6 changed files with 103 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue