Home
last modified time | relevance | path

Searched refs:BOOTLOADER_IRAM_LOADER_SEG_START (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h50 #define BOOTLOADER_IRAM_LOADER_SEG_START \ macro
52 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN)
Dmcuboot.ld26 iram_loader_seg (RWX) : org = BOOTLOADER_IRAM_LOADER_SEG_START,
Ddefault.ld22 user_iram_end = BOOTLOADER_IRAM_LOADER_SEG_START;
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h60 #define BOOTLOADER_IRAM_LOADER_SEG_START \ macro
62 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN)
76 #define USER_DRAM_END (BOOTLOADER_IRAM_LOADER_SEG_START - IRAM_DRAM_OFFSET)
Dmcuboot.ld23 _bootloader_iram_loader_seg_start = BOOTLOADER_IRAM_LOADER_SEG_START;
29 iram_loader_seg (RWX) : org = BOOTLOADER_IRAM_LOADER_SEG_START,
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h55 #define BOOTLOADER_IRAM_LOADER_SEG_START \ macro
58 (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN)
Dmcuboot.ld26 iram_loader_seg (RX) : org = BOOTLOADER_IRAM_LOADER_SEG_START,
Ddefault.ld20 user_iram_end = BOOTLOADER_IRAM_LOADER_SEG_START;
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h51 #define BOOTLOADER_IRAM_LOADER_SEG_START (BOOTLOADER_USER_SRAM_END - BOOTLOADER_IRAM_LOADER_SEG_LEN) macro
52 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN)
Dmcuboot.ld26 iram_loader_seg (RX) : org = BOOTLOADER_IRAM_LOADER_SEG_START,
Ddefault.ld20 user_sram_end = BOOTLOADER_IRAM_LOADER_SEG_START;
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h56 #define BOOTLOADER_IRAM_LOADER_SEG_START \ macro
59 (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN)
Dmcuboot.ld26 iram_loader_seg (RX) : org = BOOTLOADER_IRAM_LOADER_SEG_START,
Ddefault.ld20 user_iram_end = BOOTLOADER_IRAM_LOADER_SEG_START;
/Zephyr-latest/soc/espressif/esp32/
Dmemory.h64 #define BOOTLOADER_IRAM_LOADER_SEG_START 0x40078000 macro
Dmcuboot.ld25 iram_loader_seg (RWX) : org = BOOTLOADER_IRAM_LOADER_SEG_START,