From fa80dfd34f96da090fdb48fa89c0a01afb695bf6 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Wed, 12 Sep 2018 16:16:57 -0600 Subject: mb/google/octopus: Query the EC for board version The board version is part of EC's EEPROM, but is not being populated from EEPROM. Instead a default Kconfig parameter is returned as board version. Select GOOGLE_SMBIOS_MAINBOARD_VERSION Kconfig item to enable requesting the EC for board version. BUG=b:114001972,b:114677884,b:114677887 Change-Id: Ib404a9da35156e197d232088fd7ca69432effbca Signed-off-by: Karthikeyan Ramasubramanian Tested-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/28539 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Jett Rink Reviewed-by: Furquan Shaikh --- src/mainboard/google/octopus/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/octopus') diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 0ed6ed4cfc..7ecb4860d5 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -17,6 +17,7 @@ config BOARD_GOOGLE_BASEBOARD_OCTOPUS select SOC_ESPI select MAINBOARD_HAS_SPI_TPM_CR50 select MAINBOARD_HAS_TPM2 + select GOOGLE_SMBIOS_MAINBOARD_VERSION if BOARD_GOOGLE_BASEBOARD_OCTOPUS -- cgit v1.2.3