Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56653 )
Change subject: soc/intel/alderlake: Disable Crashlog by default ......................................................................
soc/intel/alderlake: Disable Crashlog by default
Disabling crashlog by default since it is a debug feature. Since we don't use debug features in normal mode, disabling crashlog feature by default. It'll also give us boot time savings of around 5-7 ms.
BUG=b:188577893 BRANCH=None TEST=platform boots and no function impact observed
Change-Id: I4e420a2b84a60af3ec9c646a649d9bb765758b23 Signed-off-by: MAULIK V VAGHELA maulik.v.vaghela@intel.com --- M src/soc/intel/alderlake/chipset.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/56653/1
diff --git a/src/soc/intel/alderlake/chipset.cb b/src/soc/intel/alderlake/chipset.cb index 532ec38..427e3c9 100644 --- a/src/soc/intel/alderlake/chipset.cb +++ b/src/soc/intel/alderlake/chipset.cb @@ -55,7 +55,7 @@ end device pci 08.0 alias gna off end device pci 09.0 alias north_tracehub off end - device pci 0a.0 alias crashlog on end + device pci 0a.0 alias crashlog off end device pci 0d.0 alias tcss_xhci off chip drivers/usb/acpi register "type" = "UPC_TYPE_HUB"