mb/google/octopus: fetch DRAM part number from CBI for phaser after DVT phase
This modification for DVT build and use CBI method enable all memory particles. BUG=b:112870780 TEST=verify it under the EVT unit and pre-test EVT unit(rework RAM ID follow the proposal) respectively. Change-Id: I488a0652ba348eff9a6d8591b0cfa6ed4fe808aa Signed-off-by: peichao.wang <peichao.wang@bitland.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/28579 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
75a62e7648
commit
211ceb5976
|
@ -110,6 +110,7 @@ config TPM_TIS_ACPI_INTERRUPT
|
|||
|
||||
config DRAM_PART_NUM_IN_CBI
|
||||
bool
|
||||
default y if BOARD_GOOGLE_PHASER
|
||||
|
||||
config DRAM_PART_NUM_ALWAYS_IN_CBI
|
||||
bool
|
||||
|
@ -120,7 +121,7 @@ config DRAM_PART_IN_CBI_BOARD_ID_MIN
|
|||
depends on DRAM_PART_NUM_IN_CBI && !DRAM_PART_NUM_ALWAYS_IN_CBI
|
||||
default 255 if BOARD_GOOGLE_YORP
|
||||
default 255 if BOARD_GOOGLE_BIP
|
||||
default 9 if BOARD_GOOGLE_PHASER
|
||||
default 2 if BOARD_GOOGLE_PHASER
|
||||
default 9 if BOARD_GOOGLE_FLEEX
|
||||
default 9 if BOARD_GOOGLE_BOBBA
|
||||
default 9 if BOARD_GOOGLE_MEEP
|
||||
|
|
Loading…
Reference in New Issue