From f288a7ed825be6f313126185d73e5f28b4d07871 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 12 Jan 2023 21:46:12 +0530 Subject: [PATCH] mb/google/marasov: Skip MBP HOB creation to save boot time This change skips the MBP HOB creation since coreboot doesn't use it and also helps to reduce the boot time by ~10msec. Boot time data: Before: * 955:returning from FspSiliconInit 897,278 (33,603) After: * 955:returning from FspSiliconInit 864,543 (21,273) Signed-off-by: Subrata Banik Change-Id: Ia97cca560869fcfd55e65c2e1719cceec6f3ab7c Reviewed-on: https://review.coreboot.org/c/coreboot/+/71873 Reviewed-by: Sridhar Siricilla Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/marasov/overridetree.cb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb index db244b9964..4ab9605782 100644 --- a/src/mainboard/google/brya/variants/marasov/overridetree.cb +++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb @@ -66,6 +66,8 @@ chip soc/intel/alderlake }" register "sagv" = "SaGv_Enabled" + register "skip_mbp_hob" = "1" + register "ext_fivr_settings" = "{ .configure_ext_fivr = 1, .v1p05_enable_bitmap = FIVR_ENABLE_ALL_SX,