From 38fcc8ab5022558928e0cb464b50ebd02ee67c21 Mon Sep 17 00:00:00 2001 From: Nick Vaccaro Date: Fri, 22 Dec 2017 23:01:00 -0800 Subject: mainboard/google/zoombini: Provide memory configuration variant API Add support for memory configuration by providing weak implementation from the baseboard. All SPD files are present under spd/ directory. SPD_SOURCES must be provided by the variants to ensure that required SPD hex files are included in the SPD binary. BUG=b:64395641 BRANCH=None TEST=Verify "./util/abuild/abuild -p none -t google/zoombini -x -a" compiles successfully. Change-Id: I449ab56dfc7a75752944b58ba6291b5ee32f81ad Signed-off-by: Nick Vaccaro Reviewed-on: https://review.coreboot.org/22205 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Duncan Laurie --- src/mainboard/google/zoombini/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/google/zoombini/Kconfig') diff --git a/src/mainboard/google/zoombini/Kconfig b/src/mainboard/google/zoombini/Kconfig index efa2d9ca7a..d6c125091e 100644 --- a/src/mainboard/google/zoombini/Kconfig +++ b/src/mainboard/google/zoombini/Kconfig @@ -8,6 +8,7 @@ config BOARD_GOOGLE_BASEBOARD_ZOOMBINI select HAVE_ACPI_TABLES select MAINBOARD_HAS_CHROMEOS select SOC_INTEL_CANNONLAKE + select SOC_INTEL_CANNONLAKE_LPDDR4_INIT if BOARD_GOOGLE_BASEBOARD_ZOOMBINI @@ -19,6 +20,10 @@ config DEVICETREE string default "variants/baseboard/devicetree.cb" +config DIMM_SPD_SIZE + int + default 512 + config DRIVER_TPM_I2C_BUS depends on ZOOMBINI_USE_I2C_TPM default 0x1 -- cgit v1.2.3