From 15d2a79a1a50c9321267bfe1a8ee2be8767315a1 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 8 Nov 2016 10:04:04 -0600 Subject: vendorcode/google: add common smbios mainboard version support Provide an option to deliver the mainboard smbios version in the form of 'rev%d' based on the board_id() value. BUG=chromium:663243 Change-Id: If0a34935f570612da6e0c950fd7e8f0d92b6984f Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/17290 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/vendorcode/google/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vendorcode/google/Makefile.inc') diff --git a/src/vendorcode/google/Makefile.inc b/src/vendorcode/google/Makefile.inc index 6e950a1ebf..60ff84d01e 100644 --- a/src/vendorcode/google/Makefile.inc +++ b/src/vendorcode/google/Makefile.inc @@ -14,3 +14,5 @@ ## subdirs-$(CONFIG_CHROMEOS) += chromeos + +ramstage-$(CONFIG_GOOGLE_SMBIOS_MAINBOARD_VERSION) += smbios.c -- cgit v1.2.3