Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84525?usp=email )
Change subject: mb/google/brya: Enable SOC_INTEL_COMMON_BASECODE_RAMTOP for vell ......................................................................
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 subratabanik@google.com Change-Id: Iedfd346c62b1ac79796042dd3569d846007b8f10 Reviewed-on: https://review.coreboot.org/c/coreboot/+/84525 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai ericllai@google.com --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Eric Lai: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index efe9b50..5088ade 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -583,6 +583,7 @@ 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