summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2022-05-24 14:29:57 +0200
committerMichał Żygowski <michal.zygowski@3mdeb.com>2022-10-11 08:36:33 +0000
commit21dc639f9965d82ada20fc7f9d51af6ed2e64d72 (patch)
treece3af60dad66f4f9720d43529a1843530a171caf /configs
parenta3bd8e96185b064cce6bbe2aa9b6e81b59efa486 (diff)
downloadcoreboot-21dc639f9965d82ada20fc7f9d51af6ed2e64d72.tar.gz
coreboot-21dc639f9965d82ada20fc7f9d51af6ed2e64d72.tar.bz2
coreboot-21dc639f9965d82ada20fc7f9d51af6ed2e64d72.zip
configs/config.msi_ms7d25: Enable CBFS serial and UUID as default
There is no option to calculate or generate the serial number and UUID on this platform. Enable CBFS UUID and serial by default so anybody can easily populate the missing fields. TEST=Add UUID and serial CBFS files, boot the platform and see both UUID and serial number are populated correctly. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: Ic8af889f12617d4ab6a27c6f336276c04f26244c Reviewed-on: https://review.coreboot.org/c/coreboot/+/64640 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.msi_ms7d252
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config.msi_ms7d25 b/configs/config.msi_ms7d25
index 8eb44afe9330..e6d85e02395c 100644
--- a/configs/config.msi_ms7d25
+++ b/configs/config.msi_ms7d25
@@ -17,3 +17,5 @@ CONFIG_EDK2_FOLLOW_BGRT_SPEC=y
CONFIG_EDK2_SD_MMC_TIMEOUT=1000
CONFIG_TPM2=y
CONFIG_TPM_MEASURED_BOOT=y
+CONFIG_DRIVERS_GENERIC_CBFS_SERIAL=y
+CONFIG_DRIVERS_GENERIC_CBFS_UUID=y