nuttx/boards/arm64/a64/pinephone
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 sched: move etc romfs mount from nsh to sched/init 2024-01-09 21:29:46 -03:00
include arm64/a64: Add drivers for PIO and LEDs 2022-12-06 18:14:39 +08:00
scripts arm64_head.S: Add explicit input section for __start 2024-03-23 00:21:54 +08:00
src nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
Kconfig arm64/pinephone: Fix missing pixels in Frame Buffer Driver 2022-12-30 11:05:27 +08:00