This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0510b1eeb7 boards/arm64: add initial support for Zynq Mpsoc ZCU111
Evaluation Kit
add 0f0c258fa2 esp32[c6]: Add MCUBoot support
add c15c0d1a78 esp32[h2]: Add MCUBoot support
add a8523f30ea esp32[c3]: Merge simple boot and mcu boot files into single
file
No new revisions were added by this update.
Summary of changes:
.../esp32c6/boards/esp32c6-devkitc/index.rst | 7 +
.../esp32c6/boards/esp32c6-devkitm/index.rst | 7 +
Documentation/platforms/risc-v/esp32c6/index.rst | 18 ++
.../risc-v/esp32h2/boards/esp32h2-devkit/index.rst | 7 +
Documentation/platforms/risc-v/esp32h2/index.rst | 18 ++
arch/risc-v/src/common/espressif/Kconfig | 3 +-
arch/risc-v/src/common/espressif/esp_start.c | 3 +
.../common/scripts/esp32c3_mcuboot_sections.ld | 339 ---------------------
...simple_boot_sections.ld => esp32c3_sections.ld} | 52 +++-
.../esp32c3/esp32c3-generic/scripts/Make.defs | 4 +-
.../esp32c6/common/scripts/esp32c6_flat_memory.ld | 59 +++-
...simple_boot_sections.ld => esp32c6_sections.ld} | 57 +++-
.../configs/{nsh => mcuboot_nsh}/defconfig | 1 +
.../esp32c6/esp32c6-devkitc/scripts/Make.defs | 4 +-
.../configs/{nsh => mcuboot_nsh}/defconfig | 1 +
.../esp32c6/esp32c6-devkitm/scripts/Make.defs | 6 +-
.../esp32h2/common/scripts/esp32h2_flat_memory.ld | 59 +++-
...simple_boot_sections.ld => esp32h2_sections.ld} | 76 ++++-
.../configs/{nsh => mcuboot_nsh}/defconfig | 1 +
.../esp32h2/esp32h2-devkit/scripts/Make.defs | 6 +-
tools/esp32c6/Config.mk | 77 -----
21 files changed, 357 insertions(+), 448 deletions(-)
delete mode 100644
boards/risc-v/esp32c3/common/scripts/esp32c3_mcuboot_sections.ld
rename boards/risc-v/esp32c3/common/scripts/{esp32c3_simple_boot_sections.ld
=> esp32c3_sections.ld} (91%)
rename boards/risc-v/esp32c6/common/scripts/{esp32c6_simple_boot_sections.ld
=> esp32c6_sections.ld} (91%)
copy boards/risc-v/esp32c6/esp32c6-devkitc/configs/{nsh =>
mcuboot_nsh}/defconfig (97%)
copy boards/risc-v/esp32c6/esp32c6-devkitm/configs/{nsh =>
mcuboot_nsh}/defconfig (97%)
rename boards/risc-v/esp32h2/common/scripts/{esp32h2_simple_boot_sections.ld
=> esp32h2_sections.ld} (86%)
copy boards/risc-v/esp32h2/esp32h2-devkit/configs/{nsh =>
mcuboot_nsh}/defconfig (97%)
delete mode 100644 tools/esp32c6/Config.mk