]> granicus.if.org Git - esp-idf/commit
efuse/flash encryption: Reduce FLASH_CRYPT_CNT to a 7 bit efuse field
authorAngus Gratton <angus@espressif.com>
Thu, 28 Mar 2019 23:28:42 +0000 (10:28 +1100)
committerAngus Gratton <gus@projectgus.com>
Wed, 3 Apr 2019 03:07:20 +0000 (14:07 +1100)
commit4b4cd7fb5168f4286a97607b837a5d1b5bc9e2f4
tree97e521ae322fb998dbab1a4e67b8ca7ce965a3d2
parent005c5196e9744845d81e63c3d92f4fa5e4df64d1
efuse/flash encryption: Reduce FLASH_CRYPT_CNT to a 7 bit efuse field

8th bit is not used by hardware.

As reported https://esp32.com/viewtopic.php?f=2&t=7800&p=40895#p40894
components/bootloader_support/src/flash_encrypt.c
components/efuse/esp32/esp_efuse_table.c
components/efuse/esp32/esp_efuse_table.csv
components/efuse/esp32/include/esp_efuse_table.h
components/esptool_py/esptool
components/soc/esp32/include/soc/efuse_reg.h
docs/en/api-reference/system/efuse.rst
docs/en/security/flash-encryption.rst