Lines Matching full:version
274 … This option prevents rollback to previous firmware/application image with lower security version.
277 int "eFuse secure version of app"
281 The secure version is the sequence number stored in the header of each firmware.
282 The security version is set in the bootloader, version is recorded in the eFuse field
284 … for storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).
287 a security version greater or equal that recorded in eFuse field.
288 The app is booted with a higher (or equal) secure version.
290 The security version is worth increasing if in previous versions there is
296 int "Size of the efuse secure version field"
305 The size of the efuse secure version field.
307 This determines how many times the security version can be increased.
310 bool "Emulate operations with efuse secure version(only test)"
316 … This option allows to emulate read/write operations with all eFuses and efuse secure version.
538 Refer to <Secure Boot Version 2 documentation link> before enabling.
615 bool "Select secure boot version"
619 Select the Secure Boot Version. Depends on the Chip Revision.
632 bool "Enable Secure Boot version 1"
635 Build a bootloader which enables secure boot version 1 on first boot.
636 …Refer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enablin…
639 bool "Enable Secure Boot version 2"
642 Build a bootloader which enables Secure Boot version 2 on first boot.
643 …Refer to Secure Boot V2 section of the ESP-IDF Programmer's Guide for this version before enabling.
685 … Version 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.
703 … See the Secure Boot section of the ESP-IDF Programmer's Guide for this version for details.
720 …Refer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enablin…
771 …Refer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enablin…