zephyr/arch/arm/core
Ha Duong Quang 6984237c06 arch: arm: core: cortex_a_r: enable the VFP unit on boot for FPU_SHARING
The FPU is already disabled by the z_arm_svc function when the first
thread starts. Therefore, disabling the FPU at boot is unnecessary for
lazy FPU; instead, it must be enabled to handle floating-point instructions
before the lazy FPU works.

Signed-off-by: Ha Duong Quang <ha.duongquang@nxp.com>
2024-11-06 10:18:59 -08:00
..
cortex_a_r arch: arm: core: cortex_a_r: enable the VFP unit on boot for FPU_SHARING 2024-11-06 10:18:59 -08:00
cortex_m coredump: ARM: Ensure sp in dump is set as gdb expects 2024-11-06 10:17:59 -08:00
mmu
mpu arch: arm: fix null pointer dereference check test 2024-10-26 03:58:05 +01:00
offsets
CMakeLists.txt
Kconfig arch: arm: do not enable PLATFORM_SPECIFIC_INIT if SOC_RESET_HOOK=y 2024-09-16 15:12:18 -04:00
Kconfig.vfp
__aeabi_atexit.c
elf.c llext: Move arm-specific relocation names from generic LLEXT file 2024-09-12 14:48:55 +02:00
fatal.c coredump: ARM: Ensure sp in dump is set as gdb expects 2024-11-06 10:17:59 -08:00
gdbstub.c
header.S
irq_offload.c arch: initialize irq_offload during boot, do not use SYS_INIT 2024-09-17 20:05:22 -04:00
nmi.c
nmi_on_reset.S
swi_tables.ld
tls.c
userspace.S
vector_table.ld
zimage_header.ld