diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2020-03-19 09:39:56 +0100 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2020-03-22 09:01:34 +0000 |
commit | cf8602b453d4e193ce71a0452fac2b769c881b23 (patch) | |
tree | 557807258a88354c1b6d7734db43f3aa87847d1f /configs/config.intel_coffeelake_rvp11.fsp_car | |
parent | 117ee716985fcb531ff5aa189dfac81e84aeb8d0 (diff) |
configs: Fix Intel RVP11 defconfig
It wasn't picked up by the builder due to wrong file name.
Change-Id: Ia31b5d304a0cabd0d578c5ac6181cb1c8ee1c246
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39666
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'configs/config.intel_coffeelake_rvp11.fsp_car')
-rw-r--r-- | configs/config.intel_coffeelake_rvp11.fsp_car | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/config.intel_coffeelake_rvp11.fsp_car b/configs/config.intel_coffeelake_rvp11.fsp_car new file mode 100644 index 0000000000..33192c4e1f --- /dev/null +++ b/configs/config.intel_coffeelake_rvp11.fsp_car @@ -0,0 +1,9 @@ +CONFIG_USE_BLOBS=y +CONFIG_VENDOR_INTEL=y +CONFIG_INTEL_GMA_VBT_FILE="3rdparty/fsp/CoffeeLakeFspBinPkg/SampleCode/Vbt/Vbt.bin" +CONFIG_BOARD_INTEL_COFFEELAKE_RVP11=y +CONFIG_ADD_FSP_BINARIES=y +CONFIG_USE_CANNONLAKE_FSP_CAR=y +CONFIG_RUN_FSP_GOP=y +CONFIG_FSP_USE_REPO=y +CONFIG_PAYLOAD_NONE=y |