Skip to content

Commit f7bc58e

Browse files
author
Konstantin Kondrashov
committed
Merge branch 'ci/fix_secure_tests_for_efuse_example' into 'master'
fix(examples): Fix CI tests for secure boot cases Closes IDF-13077 See merge request espressif/esp-idf!39111
2 parents fbfa32c + 11321b5 commit f7bc58e

6 files changed

+5
-2
lines changed

examples/system/.build-test-rules.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ examples/system/efuse:
4646
enable:
4747
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
4848
disable:
49-
- if: IDF_TARGET not in ["esp32", "linux"] and NIGHTLY_RUN != "1"
5049
- if: IDF_TARGET == "linux" and CONFIG_NAME == "virt_flash_enc"
5150
- if: IDF_TARGET == "linux" and CONFIG_NAME == "virt_flash_enc_release"
5251
- if: IDF_TARGET == "linux" and CONFIG_NAME == "virt_sb_v2_and_fe"

examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32c5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE=y
1314

examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32c61

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE=y
1314

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_INSECURE_ALLOW_DL_MODE=y
1314

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11-
CONFIG_SECURE_BOOT_V2_ECDSA_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1212
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1313
CONFIG_SECURE_INSECURE_ALLOW_DL_MODE=y
1414

examples/system/efuse/sdkconfig.ci.virt_secure_boot_v2.esp32c61

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
88

99
CONFIG_SECURE_BOOT=y
1010
CONFIG_SECURE_BOOT_V2_ENABLED=y
11+
CONFIG_SECURE_SIGNED_APPS_ECDSA_V2_SCHEME=y
1112
CONFIG_SECURE_BOOT_SIGNING_KEY="test/secure_boot_signing_key_ecdsa_nistp256.pem"
1213
CONFIG_SECURE_INSECURE_ALLOW_DL_MODE=y
1314

0 commit comments

Comments
 (0)