Jonathan Zhang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44048 )
Change subject: mb/ocp/deltalake: configure DIMM_MAX ......................................................................
mb/ocp/deltalake: configure DIMM_MAX
DeltaLake is a single socket server. Its platform design has 1 DIMM slot per channel. There are 6 DIMM slots.
Configure DIMM_MAX to overwrite SOC default.
Change-Id: I47ecc81452fe59ed59fd3a239ffe329cbc031d7a Signed-off-by: Jonathan Zhang jonzhang@fb.com --- M src/mainboard/ocp/deltalake/Kconfig 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/44048/1
diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig index 17f81bd..c65fa50 100644 --- a/src/mainboard/ocp/deltalake/Kconfig +++ b/src/mainboard/ocp/deltalake/Kconfig @@ -41,4 +41,9 @@ string default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
+# Deltalake is singel socket sever, the platform design has 1 DIMM per channel +config DIMM_MAX + int + default 6 + endif # BOARD_OCP_DELTALAKE