summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2020-07-28 13:59:01 -0700
committerAngel Pons <th3fanbus@gmail.com>2020-07-31 09:33:33 +0000
commit25ec61540885d8e13d654bfbbaeb5123816b665e (patch)
tree68572d04e2aee90ca745df06240132ba7835a880 /src/mainboard/ocp/deltalake
parentdecf7dc4f80d6b19798cd0cd6f0be794bd9463bb (diff)
downloadcoreboot-25ec61540885d8e13d654bfbbaeb5123816b665e.tar.xz
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44048 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ocp/deltalake')
-rw-r--r--src/mainboard/ocp/deltalake/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig
index d5df902102..8897b9fa08 100644
--- a/src/mainboard/ocp/deltalake/Kconfig
+++ b/src/mainboard/ocp/deltalake/Kconfig
@@ -42,4 +42,9 @@ config FMDFILE
string
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
+# Deltalake is single socket server, the platform design has 1 DIMM per channel
+config DIMM_MAX
+ int
+ default 6
+
endif # BOARD_OCP_DELTALAKE