Ren Kuo has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37808 )
Change subject: mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for Dood ......................................................................
mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for Dood
Enable DRAM_PART_NUM_IN_CBI feature to get DRAM part number from CBI and set DRAM_PART_IN_CBI_BOARD_ID_MIN to 3 for dood EVT
BUG=b:146317464 TEST=build coreboot
Change-Id: Ic7c8fa254eff540f244b1f9c6229c11d07397b26 --- M src/mainboard/google/octopus/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/37808/1
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 3139716..414d848 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -118,6 +118,7 @@ config DRAM_PART_NUM_NOT_ALWAYS_IN_CBI bool default y if BOARD_GOOGLE_BOBBA + default y if BOARD_GOOGLE_DOOD default y if BOARD_GOOGLE_FLEEX default y if BOARD_GOOGLE_MEEP default y if BOARD_GOOGLE_OCTOPUS @@ -133,5 +134,6 @@ default 3 if BOARD_GOOGLE_BOBBA default 1 if BOARD_GOOGLE_MEEP default 255 if BOARD_GOOGLE_OCTOPUS + default 3 if BOARD_GOOGLE_DOOD
endif # BOARD_GOOGLE_OCTOPUS