mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 18:40:59 +02:00
fix(efuse): ESP32-H21 no issues on BLOCK9 with AES_XTS and ECDSA keys
This commit is contained in:
committed by
Mahavir Jain
parent
ae221cb24f
commit
4bf5d62683
@@ -795,10 +795,6 @@ config SOC_EFUSE_DIS_ICACHE
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SOC_EFUSE_ECDSA_KEY
|
config SOC_EFUSE_ECDSA_KEY
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@@ -462,7 +462,6 @@
|
|||||||
#define SOC_EFUSE_DIS_DIRECT_BOOT 1
|
#define SOC_EFUSE_DIS_DIRECT_BOOT 1
|
||||||
#define SOC_EFUSE_SOFT_DIS_JTAG 1
|
#define SOC_EFUSE_SOFT_DIS_JTAG 1
|
||||||
#define SOC_EFUSE_DIS_ICACHE 1
|
#define SOC_EFUSE_DIS_ICACHE 1
|
||||||
#define SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 // XTS-AES and ECDSA key purposes not supported for this block
|
|
||||||
// #define SOC_EFUSE_ECDSA_USE_HARDWARE_K 1 // Force use hardware TRNG supplied K for ECDSA
|
// #define SOC_EFUSE_ECDSA_USE_HARDWARE_K 1 // Force use hardware TRNG supplied K for ECDSA
|
||||||
#define SOC_EFUSE_ECDSA_KEY 1
|
#define SOC_EFUSE_ECDSA_KEY 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user