nuttx/boards
aviralgarg05 06fadfd17b boards/xtensa/esp32: reserve IRAM/DRAM handoff regions for boot
Rework board_boot_image() to use a fixed handoff layout instead of heap\nallocation in the final chain-boot path.\n\n- validate load-header entry and segment placement against reserved regions\n- reserve top DRAM area for handoff args + new stack\n- reserve top IRAM area for a copied boot stub\n- map segments via bootloader_mmap/munmap and copy RTC segments before handoff\n- jump through copied IRAM stub to perform IRAM/DRAM final copy and branch\n  to the new entry point

Signed-off-by: aviralgarg05 <gargaviral99@gmail.com>
2026-02-21 18:01:29 +05:30
..
arm boards/arm: add nxp mr-navq95b support 2026-02-06 15:28:12 -03:00
arm64 drivers/virtio and vhost: auto-select parent config from sub-drivers 2026-02-04 02:32:02 +08:00
avr arch/avr/avrdx: do not copy const variables into RAM 2025-07-10 12:21:40 -03:00
dummy
hc/m9s12 boards/hc/m9s12: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
mips boards: remove reference to non-existent readme 2025-10-11 17:07:51 -04:00
misoc/lm32/misoc boards/misoc/lm32: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
or1k/mor1kx/or1k boards/defconfig: remove unused config about dd 2025-04-20 00:41:26 +08:00
renesas Make/Toolchain.defs: add the AR_EXTRACT command 2025-08-19 09:47:44 +08:00
risc-v riscv: Fix page table traversal for SV39 2026-02-04 11:52:04 -03:00
sim/sim/sim drivers/virtio and vhost: auto-select parent config from sub-drivers 2026-02-04 02:32:02 +08:00
sparc sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
tricore/tc397/a2g-tc397-5v-tft arch/tricore: support minimal vectortalbe in tricore 2026-01-19 17:51:48 +08:00
x86/qemu/qemu-i486 qemu-i486: Simplify Make.defs by include Toolchain.defs 2025-01-27 02:28:39 +08:00
x86_64/qemu/qemu-intel64 boards/qemu-intel64/jumbo: enable procfs ACPI 2026-01-19 14:46:34 +01:00
xtensa boards/xtensa/esp32: reserve IRAM/DRAM handoff regions for boot 2026-02-21 18:01:29 +05:30
z16/z16f/z16f2800100zcog boards/z16/z16f: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
z80 sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
.gitignore
Board.mk sh:Change expansion path logic 2024-03-04 01:18:45 +08:00
boardctl.c boards/boardctl.c: BOARDIOC_SPINLOCK missing some Conditional branch 2026-02-02 20:40:33 +08:00
CMakeLists.txt boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
dummy.c boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
Kconfig boards/arm: add nxp mr-navq95b support 2026-02-06 15:28:12 -03:00
Makefile boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00