mb/google/brya/var/osiris: use RPL FSP headers
To support an RPL SKU on osiris, osiris must use the FSP for RPL. Select SOC_INTEL_RAPTORLAKE for osiris so that it will use the RPL FSP headers for osiris. BUG=b:270640775 BRANCH=firmware-brya-14505.B TEST=cherry-pick Cq-Depends, then "emerge-brya intel-rplfsp coreboot-private-files-baseboard-brya coreboot chromeos-bootimage", flash and boot osiris to kernel. Cq-Depend: chromium:4290627, chrome-internal:5516851 Change-Id: If8de42a82fd85ffa8b9836e6024f119bc798f4fc Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73242 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
15024e06e8
commit
7659a9cd79
|
@ -243,6 +243,7 @@ config BOARD_GOOGLE_OSIRIS
|
||||||
select RT8168_GEN_ACPI_POWER_RESOURCE
|
select RT8168_GEN_ACPI_POWER_RESOURCE
|
||||||
select RT8168_GET_MAC_FROM_VPD
|
select RT8168_GET_MAC_FROM_VPD
|
||||||
select RT8168_SET_LED_MODE
|
select RT8168_SET_LED_MODE
|
||||||
|
select SOC_INTEL_RAPTORLAKE
|
||||||
|
|
||||||
config BOARD_GOOGLE_MITHRAX
|
config BOARD_GOOGLE_MITHRAX
|
||||||
bool "-> Mithrax"
|
bool "-> Mithrax"
|
||||||
|
|
Loading…
Reference in New Issue