Attention is currently required from: Michał Żygowski, Paul Menzel, Krystian Hebel.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/64639
to look at the new patch set (#11).
Change subject: drivers/generic/cbfs-uuid: Add driver to include UUID from CBFS ......................................................................
drivers/generic/cbfs-uuid: Add driver to include UUID from CBFS
When system_uuid CBFS file is present and contains the UUID in a string format, the driver will parse it and convert to binary format to populate the SMBIOS type 1 UUID field.
TEST=Add UUID file and boot MSI PRO Z690-A DDR4 WIFI and check with dmidecode if the UUID is populated correctly.
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I22f22f4e8742716283d2fcaba4894c06cef3a4bf --- A Documentation/drivers/cbfs_smbios.md M Documentation/drivers/index.md A src/drivers/generic/cbfs-uuid/Kconfig A src/drivers/generic/cbfs-uuid/Makefile.inc A src/drivers/generic/cbfs-uuid/cbfs-uuid.c 5 files changed, 113 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/64639/11