incubator-nuttx/boards
Almir Okato d098c1dc87 esp32s3: add simple boot support
The Simple Boot feature for Espressif chips is a method of booting
that doesn't depend on a 2nd stage bootloader. Its not the
intention to replace a 2nd stage bootloader such as MCUboot and
ESP-IDF bootloader, but to have a minimal and straight-forward way
of booting, and also simplify the building.

This commit also removes deprecated code and makes this bootloader
configuration as default for esp32s3 targets and removes the need
for running 'make bootloader' command for it.

Other related fix, but not directly to Simple Boot:
- Instrumentation is required to run from IRAM to support it during
initialization. `is_eco0` function also needs to run from IRAM.
- `rtc.data` section placement was fixed.
- Provide arch-defined interfaces for efuses, in order to decouple
board config level from arch-defined values.

Signed-off-by: Almir Okato <almir.okato@espressif.com>
2024-04-17 19:43:05 +08:00
..
arm boards: Move DS1307 initialization to stm32/common 2024-04-17 19:28:56 +08:00
arm64 arch/arm64/src/imx9: Add a more capable uart driver 2024-04-17 00:10:10 +08:00
avr avr32dev1: Fix compilation and nsh boot-up 2024-02-08 11:12:13 -03:00
dummy
hc/m9s12 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
mips sched_lock refine: remove sched_[un]lock in xxx_waitsample 2023-11-21 20:03:43 -08:00
misoc/lm32/misoc Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
or1k/mor1kx/or1k Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
renesas Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
risc-v rv-virt/knsh32: enable debugging options 2024-04-16 19:09:31 +08:00
sim/sim/sim video/vnc: add vnc_fb_register 2024-04-12 17:42:49 +08:00
sparc fix nxstyle 2024-04-16 19:09:12 +08:00
tricore/tc3xx/tc397 arch/tricore: add spinlock support 2024-03-21 18:47:14 +08:00
x86/qemu/qemu-i486 Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
x86_64/intel64/qemu-intel64 arch/intel64: move timer frequency configuration to common files 2024-03-09 11:52:29 +08:00
xtensa esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
z16/z16f/z16f2800100zcog Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt 2023-10-28 13:55:22 +08:00
z80 Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt 2023-10-28 13:55:22 +08:00
.gitignore
Board.mk sh:Change expansion path logic 2024-03-04 01:18:45 +08:00
CMakeLists.txt
Kconfig Fix Kconfig style 2024-04-09 10:49:23 +08:00
Makefile
boardctl.c board/control: add irq affinity control 2024-03-30 12:21:25 +08:00
dummy.c