From bfa61e6fb60ac73666f2690610695c558bf6c9e1 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 24 Sep 2024 10:10:51 +0530 Subject: mb/google/brya: Enable SOC_INTEL_COMMON_BASECODE_RAMTOP for vell Enable the SOC_INTEL_COMMON_BASECODE_RAMTOP Kconfig option for the google/vell mainboard. This option ensures improving the boot time on google/vell by 40ms in an average. BUG=b:352330495 TEST=Able to reduced google/vell boot time by 40ms. Signed-off-by: Subrata Banik Change-Id: Iedfd346c62b1ac79796042dd3569d846007b8f10 Reviewed-on: https://review.coreboot.org/c/coreboot/+/84525 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/brya/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index efe9b507bb..5088ade027 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -583,6 +583,7 @@ config BOARD_GOOGLE_VELL select DRIVERS_INTEL_MIPI_CAMERA select DRIVERS_I2C_CS35L53 select INTEL_GMA_HAVE_VBT + select SOC_INTEL_COMMON_BASECODE_RAMTOP select SOC_INTEL_COMMON_BLOCK_IPU select SOC_INTEL_RAPTORLAKE -- cgit v1.2.3