Terry Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74494 )
Change subject: mb/google/brya/var/crota: select SOC_INTEL_RAPTORLAKE ......................................................................
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"
Signed-off-by: Terry Chen terry_chen@wistron.corp-partner.google.com Change-Id: I448c58f93fddc44904c1f5ef3f8939618eff536f --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/74494/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 6775590..fa3e86a 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -220,6 +220,7 @@ select DRIVERS_GENESYSLOGIC_GL9750 select DRIVERS_I2C_CS42L42 select HAVE_WWAN_POWER_SEQUENCE + select SOC_INTEL_RAPTORLAKE
config BOARD_GOOGLE_MOLI bool "-> Moli"