coreboot-kgpe-d16/src
Patrick Rudolph 9e877ec60d util/supermicro: Add and use new tool smcbiosinfo
The BMC and tools interacting with it depend on metadata placed inside
the ROM in order the flash the BIOS.

Add a new tool smcbiosinfo, integrate it into the build system, and
generate a 128byte metadata file called smcbiosinfo.bin on build.

You need to provide the BoardID for every SMC mainboard through a new
Kconfig symbol: SUPERMICRO_BOARDID

Some fields are unknown, but it's sufficient to flash it using SMC
vendor tools.

Tested on Supermicro X11SSH:
* Flashing using the WebUI works
* Flashing using SMCIPMITool works

No further validation is done on the firmware.

Change-Id: Id608c2ce78614b45a2fd0b26d97d666f02223998
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35484
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2020-01-06 10:56:09 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/x86/Kconfig: Remove unused BOOTBLOCK_RESETS 2020-01-02 14:31:20 +00:00
commonlib commonlib/fsp_relocate: Fix typos 2019-12-19 17:50:22 +00:00
console drivers/pc80/rtc: Swap cmos_write32() parameter order 2020-01-06 04:30:40 +00:00
cpu cpu/intel/microcode: Apply more strict guard for assembly files 2019-12-27 09:01:50 +00:00
device device/smbus: Drop unused smbus_set_link() 2020-01-04 22:08:38 +00:00
drivers drivers/i2c/i2cmux2: Drop unused i2c multiplex 2020-01-04 22:08:24 +00:00
ec ec/hp/kbc1126: Make firmware offsets user configurable 2019-12-31 15:19:41 +00:00
include drivers/pc80/rtc: Swap cmos_write32() parameter order 2020-01-06 04:30:40 +00:00
lib device/early_smbus: Drop unused function parameter 2020-01-03 04:30:30 +00:00
mainboard util/supermicro: Add and use new tool smcbiosinfo 2020-01-06 10:56:09 +00:00
northbridge drivers/pc80/rtc: Swap cmos_write32() parameter order 2020-01-06 04:30:40 +00:00
security src: Remove unused include <string.h> 2019-12-26 10:45:37 +00:00
soc soc/intel/cannonlake: Add VR config for CFL, CNL and WHL 2020-01-06 10:06:37 +00:00
southbridge sb/amd/{agesa,pi}: use ACPIMMIO common block wherever possible 2020-01-05 17:01:48 +00:00
superio src: Remove some romcc workarounds 2019-12-31 15:22:43 +00:00
vendorcode vc/amd/pi/00670F00: Fix typo in phony target declaration 2020-01-05 23:54:58 +00:00
Kconfig arch/x86: Drop ROMCC_BOOTBLOCK symbol 2019-12-27 08:59:32 +00:00