summaryrefslogtreecommitdiffstats
path: root/Documentation/drivers/index.md
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2022-05-24 13:26:55 +0200
committerMichał Żygowski <michal.zygowski@3mdeb.com>2022-10-11 08:36:06 +0000
commita3bd8e96185b064cce6bbe2aa9b6e81b59efa486 (patch)
tree820b618d5518aacd42f67ae2ff1c0110a7af9076 /Documentation/drivers/index.md
parent0c14c0c585108b03d1d1d5d520c7fde94637c4bb (diff)
downloadcoreboot-a3bd8e96185b064cce6bbe2aa9b6e81b59efa486.tar.gz
coreboot-a3bd8e96185b064cce6bbe2aa9b6e81b59efa486.tar.bz2
coreboot-a3bd8e96185b064cce6bbe2aa9b6e81b59efa486.zip
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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64639 Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/drivers/index.md')
-rw-r--r--Documentation/drivers/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md
index ac9b0141cbd1..95c1e312a094 100644
--- a/Documentation/drivers/index.md
+++ b/Documentation/drivers/index.md
@@ -14,3 +14,4 @@ Some of the drivers currently available include:
* [SMMSTOREv2](smmstorev2.md)
* [SoundWire](soundwire.md)
* [USB4 Retimer](retimer.md)
+* [CBFS SMBIOS hooks](cbfs_smbios.md)