Home
last modified time | relevance | path

Searched refs:BOOTLOADER_DRAM_SEG_START (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/soc/espressif/esp32/
Dmemory.h62 #define BOOTLOADER_DRAM_SEG_START 0x3ffe8000 macro
63 #define BOOTLOADER_DRAM_SEG_END (BOOTLOADER_DRAM_SEG_START + BOOTLOADER_DRAM_SEG_LEN)
Dmcuboot.ld29 dram_seg (RW) : org = BOOTLOADER_DRAM_SEG_START,
Ddefault_appcpu.ld75 _heap_sentry = BOOTLOADER_DRAM_SEG_START + APPCPU_DRAM_SIZE;
/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h53 #define BOOTLOADER_DRAM_SEG_START \ macro
Dmcuboot.ld28 dram_seg (RW) : org = BOOTLOADER_DRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h59 #define BOOTLOADER_DRAM_SEG_START \ macro
Dmcuboot.ld28 dram_seg (RW) : org = BOOTLOADER_DRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h53 #define BOOTLOADER_DRAM_SEG_START (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN) macro
Dmcuboot.ld28 dram_seg (RW) : org = BOOTLOADER_DRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h60 #define BOOTLOADER_DRAM_SEG_START \ macro
Dmcuboot.ld28 dram_seg (RW) : org = BOOTLOADER_DRAM_SEG_START,
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h64 #define BOOTLOADER_DRAM_SEG_START (BOOTLOADER_DRAM_SEG_END - BOOTLOADER_DRAM_SEG_LEN) macro
Dmcuboot.ld22 _bootloader_dram_seg_start = BOOTLOADER_DRAM_SEG_START;
31 dram_seg (RW) : org = BOOTLOADER_DRAM_SEG_START,