diff options
author | Subrata Banik <subratabanik@google.com> | 2023-01-12 21:46:12 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-01-17 04:40:34 +0000 |
commit | f288a7ed825be6f313126185d73e5f28b4d07871 (patch) | |
tree | a2aae6d45df454921a059d61827dd2b261053c96 /src/mainboard/google/brya/variants/marasov | |
parent | 24769421cd1df4f58a8addce16ff9c46080ba1ba (diff) |
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 <subratabanik@google.com>
Change-Id: Ia97cca560869fcfd55e65c2e1719cceec6f3ab7c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71873
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/marasov')
-rw-r--r-- | src/mainboard/google/brya/variants/marasov/overridetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
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, |