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>
This commit is contained in:
parent
decf7dc4f8
commit
25ec615408
|
@ -42,4 +42,9 @@ config FMDFILE
|
||||||
string
|
string
|
||||||
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
|
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
|
endif # BOARD_OCP_DELTALAKE
|
||||||
|
|
Loading…
Reference in New Issue