From 2df166f7006db3fc4ffa3995177ea755221d9cd2 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sun, 22 Sep 2024 17:02:01 +0000 Subject: mb/google/brya/var/vell: 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. Additionally, Raptor Lake platform only needs 1 SIPI-SIPI which saves 10ms of the boot time. BUG=b:352330495 TEST=Able to build and boot google/vell. warm reboot time w/o this CL ``` Total Time: 1,408,669 ``` warm reboot time w/ this CL ``` Total Time: 1,235,651 ``` Change-Id: I8f7dd76f00cfeff2908aeb805524706ac23403fa Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/84491 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/brya') diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 5747e9e0b5..efe9b507bb 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -584,6 +584,7 @@ config BOARD_GOOGLE_VELL select DRIVERS_I2C_CS35L53 select INTEL_GMA_HAVE_VBT select SOC_INTEL_COMMON_BLOCK_IPU + select SOC_INTEL_RAPTORLAKE config BOARD_GOOGLE_VOLMAR select BOARD_GOOGLE_BASEBOARD_BRYA -- cgit v1.2.3