Jakub Czapiga has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76151?usp=email )
Change subject: mb/google/rex/var/ovis: Enable crashlog and IOE die ......................................................................
mb/google/rex/var/ovis: Enable crashlog and IOE die
BUG=b:262501347 TEST=Boot on Ovis board.
Change-Id: I43aac857e3ec7989c9ab5201cd8f24a7c877e76b Signed-off-by: Jakub Czapiga jacz@semihalf.com --- M src/mainboard/google/rex/Kconfig M src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb 2 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/76151/1
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 4bb9a67..302def2 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -53,8 +53,10 @@ select HAVE_SLP_S0_GATE select MAINBOARD_HAS_CHROMEOS select MEMORY_SOLDERDOWN + select SOC_INTEL_CRASHLOG select SOC_INTEL_METEORLAKE_U_H select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES + select SOC_INTEL_IOE_DIE_SUPPORT select TPM_GOOGLE_TI50
if BOARD_GOOGLE_REX_COMMON diff --git a/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb b/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb index bfe991b..adc1cc4 100644 --- a/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb +++ b/src/mainboard/google/rex/variants/baseboard/ovis/devicetree.cb @@ -57,6 +57,7 @@ device ref igpu on end device ref dtt on end device ref xhci on end + device ref ioe_shared_sram on end device ref pmc_shared_sram on end device ref heci1 on end device ref uart0 on end