incubator-nuttx/boards
ouyangxiangzhen edd7d718eb arch/x86_64: Reimplement the NuttX32 multiboot1 wrapper.
This commit reimplemented the NuttX32 multiboot1 wrapper:
1. Fixed the issue of SMP AP booting.
2. Reduced memory copy overhead. We only need to copy .realmode section
   now.
3. Move the multiboot1 header to intel64_head.S.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
2024-09-30 15:35:41 +08:00
..
arm weact stm32h743vit6 usbconsole fix 2024-09-28 13:36:34 +08:00
arm64 mm/kasan: Map the generated shadow area to the fixed segment 2024-09-20 21:47:23 +08:00
avr nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
dummy
hc/m9s12 compile: add DEBUG_SYMBOLS_LEVEL allow custom the level 2024-09-27 00:13:07 +08:00
mips nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
misoc/lm32/misoc nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
or1k/mor1kx/or1k drivers: prepare 16550 UART driver to support PCI 2024-09-15 03:37:58 +08:00
renesas compile: add DEBUG_SYMBOLS_LEVEL allow custom the level 2024-09-27 00:13:07 +08:00
risc-v boards/qemu-rv: Correct tmpfs mount path to use CONFIG_LIBC_TMPDIR 2024-09-27 13:35:00 +08:00
sim/sim/sim compile: add DEBUG_SYMBOLS_LEVEL allow custom the level 2024-09-27 00:13:07 +08:00
sparc nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
tricore/tc3xx/tc397 cmake/tricore/tasking: add cmake build for tasking toolchain 2024-09-25 08:43:28 +08:00
x86/qemu/qemu-i486
x86_64/intel64/qemu-intel64 arch/x86_64: Reimplement the NuttX32 multiboot1 wrapper. 2024-09-30 15:35:41 +08:00
xtensa 1.xtensa/esp32s3: configure the number of universal management 2024-09-28 11:47:24 +08:00
z16/z16f/z16f2800100zcog
z80 net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
.gitignore
Board.mk
CMakeLists.txt [cmake]: added initial support for MSYS2 2024-08-27 21:36:12 +08:00
Kconfig Fix Kconfig style 2024-09-17 22:16:41 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
boardctl.c boardctl: add board control api to start slave core 2024-09-16 13:03:33 +08:00
dummy.c