incubator-nuttx/arch
Ville Juven 738bdb95b7 arm64_head.S: Add explicit input section for __start
As __start must be placed at a precise location, a separate, explicit
input section is needed to guarantee this.

Why is this an issue ? NuttX uses --entry=__start which puts __start in
its correct location, but out-of-tree builds won't work, so it more robust
to use an explicit section for the startup code and enforce its placement
in the linker script.
2024-03-23 00:21:54 +08:00
..
arm fdt: move fdx_xx extend APIs from boards to drivers 2024-03-22 18:51:33 +08:00
arm64 arm64_head.S: Add explicit input section for __start 2024-03-23 00:21:54 +08:00
avr comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
ceva comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
dummy
hc comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
mips Use C++ standard lib from toolchain 2024-03-06 08:42:44 +08:00
misoc comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
or1k comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
renesas comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
risc-v arch/risc-v/src/common/supervisor/riscv_perform_syscall.c: Record the currently running task in risc-v syscall 2024-03-21 18:45:41 +08:00
sim comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
sparc comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
tricore arch/tricore: add spinlock support 2024-03-21 18:47:14 +08:00
x86 comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
x86_64 cmake:enable libxx for CMake build 2024-03-15 01:28:53 +08:00
xtensa Fix Kconfig style 2024-03-21 22:28:49 +08:00
z16 comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
z80 comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
CMakeLists.txt build/cmake: add initial KERNEL mode support 2024-03-15 16:21:23 +08:00
Kconfig arch: add ARCH_TRUSTZONE_DISABLED choice 2024-03-19 18:24:42 +09:00