nuttx/boards/arm64/qemu/qemu-armv8a
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
..
configs fdt: move fdx_xx extend APIs from boards to drivers 2024-03-22 18:51:33 +08:00
include fix led panic feature 2023-09-21 00:35:12 +08:00
scripts arm64_head.S: Add explicit input section for __start 2024-03-23 00:21:54 +08:00
src fdt: move fdx_xx extend APIs from boards to drivers 2024-03-22 18:51:33 +08:00
CMakeLists.txt CMake:init arm64 CMake qemu-armv8a build 2023-12-27 07:27:17 -08:00
Kconfig