forked from espressif/esp-idf
- Secure boot V2 verification failed when multiple keys are used to sign the bootloader and the application is signed with a key other than the first key that is used to sign the bootloader. - The issue was introduced as a regression from the commit `ff16ce43`. - Added a QEMU test for recreating the issue. - Made SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT independent of SECURE_BOOT_BUILD_SIGNED_BINARIES.
13 lines
454 B
YAML
13 lines
454 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
tools/test_apps/security/secure_boot:
|
|
disable:
|
|
- if: IDF_ENV_FPGA != 1 and CONFIG_NAME != "qemu"
|
|
reason: the test can only run on an FPGA as efuses need to be reset during the test.
|
|
|
|
tools/test_apps/security/signed_app_no_secure_boot:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3"]
|
|
temporary: true
|
|
reason: No need to test on all targets
|