diff options
author | Kevin Chiu <kevin.chiu.17802@gmail.com> | 2022-10-19 21:04:27 +0800 |
---|---|---|
committer | Nick Vaccaro <nvaccaro@google.com> | 2022-11-02 16:25:34 +0000 |
commit | 512b1a77243a6afb5d79e58d4ac32b5276ac5873 (patch) | |
tree | 3034d55962499e72acb7f96c0b32c07251d6601d /src/mainboard/google/brya | |
parent | 001b059322f0e71f245e770d48ad56831395cbe3 (diff) |
mb/google/brya/var/gladios: use RPL FSP headers
To support an RPL SKU on gladios, gladios must use the FSP for RPL.
Select SOC_INTEL_RAPTORLAKE for gladios so that it will use the RPL
FSP headers for gladios.
BUG=b:239513596
BRANCH=None
TEST=FW_NAME=gladios emerge-brask intel-rplfsp
coreboot-private-files-baseboard-brya coreboot chromeos-bootimage
Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com>
Change-Id: Ic30f7fe30eb0a3151cdf46fff609819056b2fbfe
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68570
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'src/mainboard/google/brya')
-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 8c5af455c9..78759868e5 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -286,3 +286,4 @@ config BOARD_GOOGLE_ZYDRON config BOARD_GOOGLE_GLADIOS bool "-> Gladios" select BOARD_GOOGLE_BASEBOARD_BRASK + select SOC_INTEL_RAPTORLAKE |