Joey Peng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73371 )
Change subject: mb/google/brya/var/taeko: use RPL FSP headers ......................................................................
mb/google/brya/var/taeko: use RPL FSP headers
To support an RPL SKU on taeko, taeko must use the FSP for RPL.
Select SOC_INTEL_RAPTORLAKE for taeko so that it will use the RPL FSP headers for osiris.
BUG=b:270242461 BRANCH=firmware-brya-14505.B TEST=cherry-pick Cq-Depends, then "emerge-brya intel-rplfsp coreboot-private-files-baseboard-brya coreboot chromeos-bootimage"
Signed-off-by: Joey Peng joey.peng@lcfc.corp-partner.google.com Change-Id: Ic97400555dabb237325e7c4a8d5edcbb4779cdb1 --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/73371/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 71b36ac..bb0e617 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -167,6 +167,7 @@ select DRIVERS_GENESYSLOGIC_GL9763E select DRIVERS_GENESYSLOGIC_GL9763E_L1_MAX if DRIVERS_GENESYSLOGIC_GL9763E select CHROMEOS_WIFI_SAR if CHROMEOS + select SOC_INTEL_RAPTORLAKE
config BOARD_GOOGLE_TAEKO4ES bool "-> Taeko4ES"