mainboard/google/rex: Enable crashlog
Enable crashlog for rex. Select config options SOC_INTEL_CRASHLOG, and SOC_INTEL_IOE_DIE_SUPPORT. Also enable ioe_shared_sram and pmc_shared_sram devices. BUG=b:262501347 TEST=Able to trigger Crashlog, BERT table gets generated and decodes as expected. Change-Id: I3d3a9fb41d1293f021ad9de9b29c756cb7559373 Signed-off-by: Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74770 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
f5a07b0146
commit
4456f32b2b
2 changed files with 4 additions and 0 deletions
|
@ -25,9 +25,11 @@ config BOARD_GOOGLE_REX_COMMON
|
|||
select MAINBOARD_HAS_TPM2
|
||||
select PMC_IPC_ACPI_INTERFACE
|
||||
select SOC_INTEL_COMMON_BLOCK_VARIANT_POWER_LIMIT
|
||||
select SOC_INTEL_CRASHLOG
|
||||
select SOC_INTEL_CSE_LITE_SKU
|
||||
select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V2
|
||||
select SOC_INTEL_CSE_SEND_EOP_ASYNC
|
||||
select SOC_INTEL_IOE_DIE_SUPPORT
|
||||
|
||||
config BOARD_GOOGLE_BASEBOARD_REX
|
||||
def_bool n
|
||||
|
|
|
@ -349,6 +349,7 @@ chip soc/intel/meteorlake
|
|||
device generic 0 on end
|
||||
end
|
||||
end
|
||||
device ref ioe_shared_sram on end
|
||||
device ref xhci on
|
||||
chip drivers/usb/acpi
|
||||
device ref xhci_root_hub on
|
||||
|
@ -412,6 +413,7 @@ chip soc/intel/meteorlake
|
|||
end
|
||||
end
|
||||
end
|
||||
device ref pmc_shared_sram on end
|
||||
device ref cnvi_wifi on
|
||||
chip drivers/wifi/generic
|
||||
register "wake" = "GPE0_PME_B0"
|
||||
|
|
Loading…
Reference in a new issue