Attention is currently required from: Tarun Tuli, Subrata Banik, Kapil Porwal.
Pratikkumar V Prajapati has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74770 )
Change subject: [WIP] soc/intel/meteorlake: Enable crashlog ......................................................................
[WIP] soc/intel/meteorlake: Enable crashlog
DO NOT MERGE
This patch is added to test crashlog.
Change-Id: I3d3a9fb41d1293f021ad9de9b29c756cb7559373 Signed-off-by: Pratikkumar Prajapati pratikkumar.v.prajapati@intel.com --- M src/soc/intel/meteorlake/Kconfig M src/soc/intel/meteorlake/chipset.cb 2 files changed, 17 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/74770/1
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 7762d5f..54bba7c 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -100,6 +100,7 @@ select UDK_202111_BINDING select X86_CLFLUSH_CAR select X86_INIT_NEED_1_SIPI + select SOC_INTEL_CRASHLOG
config SOC_INTEL_METEORLAKE_TCSS_USB4_SUPPORT bool diff --git a/src/soc/intel/meteorlake/chipset.cb b/src/soc/intel/meteorlake/chipset.cb index 57d1205..defd07a 100644 --- a/src/soc/intel/meteorlake/chipset.cb +++ b/src/soc/intel/meteorlake/chipset.cb @@ -83,7 +83,7 @@ device pci 13.0 alias ioe_p2sb hidden end device pci 13.1 alias ieh2 off end device pci 13.2 alias pmc2 hidden end - device pci 13.3 alias shared_sram2 off end + device pci 13.3 alias shared_sram2 on end device pci 14.0 alias xhci off chip drivers/usb/acpi register "type" = "UPC_TYPE_HUB" @@ -128,7 +128,7 @@ end end device pci 14.1 alias usb_otg off end - device pci 14.2 alias shared_sram off end + device pci 14.2 alias shared_sram on end device pci 14.3 alias cnvi_wifi off end device pci 14.5 alias ieh off end device pci 15.0 alias i2c0 off end