]> 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>
Mon, 8 Apr 2019 23:57:18 +0000 (09:57 +1000)
commite5672e5d7f560b9ad038d51f03edd0d1cf546728
treeaca7427b2e141b1820c77b93564defae2cf1e309
parenteed94b87e24a55ad468d48eccc07cd0b57b69b15
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/soc/esp32/include/soc/efuse_reg.h
docs/en/api-reference/system/efuse.rst
docs/en/security/flash-encryption.rst