From 0e977fca9ccaa2fe7c044f71a513b56799d93383 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 25 May 2017 14:48:18 -0500 Subject: purism/librem13v2: Add memory init code Adding code to setup the spd information from sodimm. Adapted from intel/kblrvp. Change-Id: I0403f999dac1bdef0e9e1abe7c9c62407e223bb1 Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/19935 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/purism/librem13v2/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/mainboard/purism/librem13v2/Kconfig') diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig index 2b3c0642ea..4de48a98af 100644 --- a/src/mainboard/purism/librem13v2/Kconfig +++ b/src/mainboard/purism/librem13v2/Kconfig @@ -46,4 +46,13 @@ config VGA_BIOS_ID string default "8086,1916" +config DIMM_MAX + int + default 1 + +config DIMM_SPD_SIZE + int + default 512 + + endif -- cgit v1.2.3