HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32883
Change subject: mb/asus/kgpe-d16: Add DIMM_MAX to Kconfig ......................................................................
mb/asus/kgpe-d16: Add DIMM_MAX to Kconfig
Default DIMM_MAX is 4 however kgpe-d16 has 16 DIMM slots and high expandability with 6 expansion slots.
Change-Id: Id7150f85138b9a22b07f6abdbb0acedccfbf6fde Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/asus/kgpe-d16/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/32883/1
diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig index 32c4dbc..03917c1 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -95,6 +95,10 @@ string default "1a03,2000"
+config DIMM_MAX + int + default 22 + config MAX_REBOOT_CNT int default 10