Merge branch 'feature/secure_boot_esp32s2' into 'master'

Feature/secure boot esp32s2

See merge request espressif/esp-idf!8254
This commit is contained in:
Angus Gratton
2020-07-28 16:39:34 +08:00
28 changed files with 634 additions and 109 deletions

View File

@@ -34,7 +34,7 @@
#define RAM_IRAM_START 0x40020000
#define RAM_DRAM_START 0x3FFB0000
#define DATA_RAM_END 0x3FFE4000 /* 2nd stage bootloader iram_loader_seg starts at block 15 */
#define DATA_RAM_END 0x3FFE0000 /* 2nd stage bootloader iram_loader_seg starts at SRAM block 14 (reclaimed after app boots) */
#define IRAM_ORG (RAM_IRAM_START + CONFIG_ESP32S2_INSTRUCTION_CACHE_SIZE \
+ CONFIG_ESP32S2_DATA_CACHE_SIZE)