Ren Kuo has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86512?usp=email )
Change subject: mb/google/brya/var/volmar: select SOC_INTEL_RAPTORLAKE ......................................................................
mb/google/brya/var/volmar: select SOC_INTEL_RAPTORLAKE
Select SOC_INTEL_RAPTORLAKE to force coreboot to use the RPL FSP headers for FSP as vell is using a converged firmware image.
This effort also helps to save vell boot time by 80-100ms as RPL FSP is better optimized.
BUG=b:356391361 TEST=build and boot on volmar DUT run cbmem -t to get the short boot to kernel time
Change-Id: I77847fb760a04e250e9bc485fb217b4de419b60a --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/86512/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 213d499..a2495e4 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -664,6 +664,7 @@ select DRIVERS_I2C_MAX98373 select DRIVERS_I2C_NAU8825 select INTEL_GMA_HAVE_VBT + select SOC_INTEL_RAPTORLAKE
config BOARD_GOOGLE_XIVU select BOARD_GOOGLE_BASEBOARD_NISSA