Skip to content

Commit

Permalink
configs/config.protectli_cml: Enable CBFS serial and UUID
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Oct 2, 2023
1 parent 872417b commit 81d648c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion configs/config.protectli_cml_vp4630_vp4650
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
CONFIG_POST_IO_PORT=0x80
CONFIG_PAYLOAD_EDK2=y
CONFIG_EDK2_REPOSITORY="https://github.com/Dasharo/edk2"
CONFIG_EDK2_TAG_OR_REV="d73eb32e986562fcc07eeb805ed265b5950499ef"
CONFIG_EDK2_TAG_OR_REV="896ab6be9623c4a717044b09536257affcccebdf"
CONFIG_EDK2_USE_EDK2_PLATFORMS=y
CONFIG_EDK2_PLATFORMS_REPOSITORY="https://github.com/Dasharo/edk2-platforms"
CONFIG_EDK2_PLATFORMS_TAG_OR_REV="3323ed481d35096fb6a7eae7b49f35eff00f86cf"
Expand All @@ -56,3 +56,5 @@ CONFIG_EDK2_LAN_ROM_DRIVER="3rdparty/blobs/mainboard/protectli/vault_cml/E0104X7
CONFIG_PXE_ADD_SCRIPT=y
CONFIG_PXE_SCRIPT="3rdparty/dasharo-blobs/dasharo/protectli.ipxe"
CONFIG_PXE_CUSTOM_BUILD_ID="0123456789"
CONFIG_DRIVERS_GENERIC_CBFS_UUID=y
CONFIG_DRIVERS_GENERIC_CBFS_SERIAL=y
4 changes: 3 additions & 1 deletion configs/config.protectli_cml_vp4670
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
CONFIG_POST_IO_PORT=0x80
CONFIG_PAYLOAD_EDK2=y
CONFIG_EDK2_REPOSITORY="https://github.com/Dasharo/edk2"
CONFIG_EDK2_TAG_OR_REV="d73eb32e986562fcc07eeb805ed265b5950499ef"
CONFIG_EDK2_TAG_OR_REV="896ab6be9623c4a717044b09536257affcccebdf"
CONFIG_EDK2_USE_EDK2_PLATFORMS=y
CONFIG_EDK2_PLATFORMS_REPOSITORY="https://github.com/Dasharo/edk2-platforms"
CONFIG_EDK2_PLATFORMS_TAG_OR_REV="3323ed481d35096fb6a7eae7b49f35eff00f86cf"
Expand All @@ -56,3 +56,5 @@ CONFIG_EDK2_LAN_ROM_DRIVER="3rdparty/blobs/mainboard/protectli/vault_cml/E0104X7
CONFIG_PXE_ADD_SCRIPT=y
CONFIG_PXE_SCRIPT="3rdparty/dasharo-blobs/dasharo/protectli.ipxe"
CONFIG_PXE_CUSTOM_BUILD_ID="0123456789"
CONFIG_DRIVERS_GENERIC_CBFS_UUID=y
CONFIG_DRIVERS_GENERIC_CBFS_SERIAL=y
4 changes: 3 additions & 1 deletion configs/config.protectli_vp4670_txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
CONFIG_POST_IO_PORT=0x80
CONFIG_PAYLOAD_EDK2=y
CONFIG_EDK2_REPOSITORY="https://github.com/Dasharo/edk2"
CONFIG_EDK2_TAG_OR_REV="91d01a5e577475894e7cce06d59e392cbbffba22"
CONFIG_EDK2_TAG_OR_REV="e6624ac86f904c8d8b811f4e75eb2d5045925689"
CONFIG_EDK2_USE_EDK2_PLATFORMS=y
CONFIG_EDK2_PLATFORMS_REPOSITORY="https://github.com/Dasharo/edk2-platforms"
CONFIG_EDK2_PLATFORMS_TAG_OR_REV="3323ed481d35096fb6a7eae7b49f35eff00f86cf"
Expand All @@ -61,3 +61,5 @@ CONFIG_EDK2_LAN_ROM_DRIVER="3rdparty/blobs/mainboard/protectli/vault_cml/E0104X7
CONFIG_PXE_ADD_SCRIPT=y
CONFIG_PXE_SCRIPT="3rdparty/dasharo-blobs/dasharo/protectli.ipxe"
CONFIG_PXE_CUSTOM_BUILD_ID="0123456789"
CONFIG_DRIVERS_GENERIC_CBFS_UUID=y
CONFIG_DRIVERS_GENERIC_CBFS_SERIAL=y
1 change: 1 addition & 0 deletions src/mainboard/protectli/vault_cml/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ config VBOOT
select VBOOT_SEPARATE_VERSTAGE
select VBOOT_NO_TPM
select HAS_RECOVERY_MRC_CACHE
select VBOOT_ENABLE_CBFS_FALLBACK

config VBOOT_SLOTS_RW_A
default y if VBOOT
Expand Down

0 comments on commit 81d648c

Please sign in to comment.