From 92b0e8dcae99fea39f167b07063818581a83b1c3 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 23 Dec 2019 16:08:37 -0600 Subject: drivers/generic/cbfs-serial: Add driver to read serial from CBFS Add a new driver to support reading a board serial number from a text file in CBFS and injecting into the SMBIOS tables. Allow driver to be selected at the .config level and not require inclusion at the board level. Signed-off-by: Matt DeVillier Change-Id: Ieae39f39ab36e5b1f240383b7cf47681d9a311af Reviewed-on: https://review.coreboot.org/c/coreboot/+/37917 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/drivers/generic/cbfs-serial/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/drivers/generic/cbfs-serial/Kconfig (limited to 'src/drivers/generic/cbfs-serial/Kconfig') diff --git a/src/drivers/generic/cbfs-serial/Kconfig b/src/drivers/generic/cbfs-serial/Kconfig new file mode 100644 index 0000000000..209c242dba --- /dev/null +++ b/src/drivers/generic/cbfs-serial/Kconfig @@ -0,0 +1,6 @@ +config DRIVERS_GENERIC_CBFS_SERIAL + bool "Serial number in CBFS" + default n + help + Enable this option to read the board serial number from a + text file located in CBFS. -- cgit v1.2.3