diff options
author | Terry Chen <terry_chen@wistron.corp-partner.google.com> | 2023-04-17 16:54:03 +0800 |
---|---|---|
committer | Nick Vaccaro <nvaccaro@google.com> | 2023-04-19 15:30:50 +0000 |
commit | 15ad4b008a1a8d0939e33ec75b81e0b0aced9c6a (patch) | |
tree | 11e8a4a9259b1d62759b660c8a56424334b054f7 /src/mainboard | |
parent | df029ede733032b7ef7d2b2d57464cee407fbf4c (diff) |
mb/google/brya/var/crota: select SOC_INTEL_RAPTORLAKE
Select SOC_INTEL_RAPTORLAKE to force coreboot to use the RPL FSP headers
for FSP as crota is using a converged firmware image.
BUG=b:267249674
BRANCH=firmware-brya-14505.B
TEST="FW_NAME=crota emerge-brya
coreboot-private-files-baseboard-brya coreboot chromeos-bootimage"
Cq-Depend: chromium:4430832
Signed-off-by: Terry Chen <terry_chen@wistron.corp-partner.google.com>
Change-Id: I448c58f93fddc44904c1f5ef3f8939618eff536f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74494
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 6775590339..9cdc8e7c9e 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -220,6 +220,7 @@ config BOARD_GOOGLE_CROTA select DRIVERS_GENESYSLOGIC_GL9750 select DRIVERS_I2C_CS42L42 select HAVE_WWAN_POWER_SEQUENCE + select SOC_INTEL_RAPTORLAKE config BOARD_GOOGLE_MOLI bool "-> Moli" |