diff options
author | Michał Kopeć <michal.kopec@3mdeb.com> | 2023-10-19 16:23:16 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-05-12 18:52:41 +0000 |
commit | c42e28f077cbf108085dff8d847a74d23782d703 (patch) | |
tree | f2804f06a12779c4cd65130c394d2fe20fed6899 /configs | |
parent | 1a395728dfdb6a32757ba7e120eb0e62d503e447 (diff) |
mb/protectli/vault_cml: use combo v1/v2 FSP
Also switch configs to use combo v1/v2 FSP
The reason for this change is to simplify configuration - instead of
multiple targets for VP4630 and VP4650 or VP4670, it's now possible to
have one target covering all VP46x0.
Change-Id: I1a6f6e873e4ec35b9777dc17c0495151348d1d88
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81963
Reviewed-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.protectli_cml_vp46xx (renamed from configs/config.protectli_vp4670) | 2 | ||||
-rw-r--r-- | configs/config.protectli_vp4630_vp4650 | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/configs/config.protectli_vp4670 b/configs/config.protectli_cml_vp46xx index a9decdaf6f..11642325db 100644 --- a/configs/config.protectli_vp4670 +++ b/configs/config.protectli_cml_vp46xx @@ -1,5 +1,5 @@ CONFIG_VENDOR_PROTECTLI=y -CONFIG_BOARD_PROTECTLI_VP4670=y +CONFIG_BOARD_PROTECTLI_VP46XX=y CONFIG_TPM_MEASURED_BOOT=y CONFIG_SMMSTORE_SIZE=0x40000 CONFIG_TPM2=y diff --git a/configs/config.protectli_vp4630_vp4650 b/configs/config.protectli_vp4630_vp4650 deleted file mode 100644 index af50a7e12e..0000000000 --- a/configs/config.protectli_vp4630_vp4650 +++ /dev/null @@ -1,13 +0,0 @@ -CONFIG_VENDOR_PROTECTLI=y -CONFIG_BOARD_PROTECTLI_VP4630_VP4650=y -CONFIG_TPM_MEASURED_BOOT=y -CONFIG_SMMSTORE_SIZE=0x40000 -CONFIG_TPM2=y -CONFIG_POST_IO_PORT=0x80 -CONFIG_PAYLOAD_EDK2=y -CONFIG_EDK2_BOOT_MANAGER_ESCAPE=y -CONFIG_EDK2_BOOT_TIMEOUT=6 -CONFIG_EDK2_FOLLOW_BGRT_SPEC=y -# CONFIG_EDK2_FULL_SCREEN_SETUP is not set -CONFIG_EDK2_SD_MMC_TIMEOUT=10 -CONFIG_EDK2_SERIAL_SUPPORT=y |