diff options
author | Ian Feng <ian_feng@compal.corp-partner.google.com> | 2024-11-01 09:32:09 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-11-01 07:23:30 +0000 |
commit | 91ef89b8af3fbee83b9b2ecf4e895330e7e4d58f (patch) | |
tree | 8654099a95d12630f4a9d08c61dd5f3580bdbb9d /src | |
parent | ef112fdd37a6e00b3686aa3cfdfae2a92852c6a6 (diff) |
mb/google/brya/var/banshee: select SOC_INTEL_RAPTORLAKE
Select SOC_INTEL_RAPTORLAKE to force coreboot to use the RPL FSP
headers for FSP as banshee is using a converged firmware image.
This effort also helps to save banshee 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:358254132
TEST=Able to build and boot google/banshee.
cold boot time w/o this CL
```
Total Time: 1,399,888
```
cold boot time w/ this CL
```
Total Time: 1,295,334
```
Change-Id: If22e07a4c1b35fe1d060ca523743c6c503937287
Signed-off-by: Ian Feng <ian_feng@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84949
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 2981ea78f6..20207f45de 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -169,6 +169,7 @@ config BOARD_GOOGLE_BANSHEE select DRIVERS_GENERIC_GPIO_KEYS select INTEL_GMA_HAVE_VBT select MEMORY_SODIMM + select SOC_INTEL_RAPTORLAKE config BOARD_GOOGLE_BRASK select BOARD_GOOGLE_BASEBOARD_BRASK |