mb/google/dedede: enable Intel CrashLog
Enable Intel CrashLog diagnostic feature by default on all Google Dedede variants. BUG=b:354834461 TEST=Built for Google Dedede and verifed that CrashLog is enabled by default. Change-Id: Ib0487bd6a5bfdad2a80fd0787e009e48f4527d38 Signed-off-by: Jędrzej Ciupis <jciupis@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83885 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub Czapiga <czapiga@google.com>
This commit is contained in:
committed by
Felix Held
parent
07dd73c921
commit
81b417da06
@ -36,6 +36,7 @@ config BOARD_GOOGLE_BASEBOARD_DEDEDE
|
||||
select SOC_INTEL_COMMON_BLOCK_IPU
|
||||
select SOC_INTEL_CSE_LITE_SKU
|
||||
select SOC_INTEL_JASPERLAKE
|
||||
select SOC_INTEL_CRASHLOG
|
||||
select SPI_FLASH_SMM
|
||||
|
||||
config BOARD_GOOGLE_AWASUKI
|
||||
|
@ -359,7 +359,7 @@ chip soc/intel/jasperlake
|
||||
end
|
||||
end # USB xHCI
|
||||
device pci 14.1 off end # USB xDCI (OTG)
|
||||
device pci 14.2 off end # PMC SRAM
|
||||
device pci 14.2 alias shared_ram on end # PMC SRAM
|
||||
device pci 14.3 on
|
||||
chip drivers/wifi/generic
|
||||
register "wake" = "GPE0_PME_B0"
|
||||
|
Reference in New Issue
Block a user