nuttx/arch/arm64
zhangyuan21 36acd4fce5 arch/arm64: .bss initialization using assembly language
The compiler will optimize boot_early_memset to memset,
but memset in libc cannot be used before MMU is enabled.
Therefore, assembly language is used to implement the
initialization of bss to avoid this problem.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-05-19 21:38:07 -07:00
..
include arm64: ARMv8-r(Cortex-R82) support( add FVP platform ) 2023-03-02 13:33:15 +08:00
src arch/arm64: .bss initialization using assembly language 2023-05-19 21:38:07 -07:00
Kconfig arch/arm64/Kconfig: Fix help attribute 2023-05-10 22:51:11 +08:00