coreboot/src/arch/arm
Arthur Heymans b24f48db7d arch/arm/armv7: Disable generating neon FPU code
By default clang generates code with neon instructions. These are not
supported on all arm targets so default to fpu=none.

Change-Id: I48fc505107d131466be39f466151df62b2d2bd0b
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69745
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-11-30 16:37:30 +00:00
..
armv4 src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
armv7 arch/arm/armv7: Disable generating neon FPU code 2022-11-30 16:37:30 +00:00
include src: remove force-included header rules.h from individual files 2022-09-06 17:57:31 +00:00
libgcc arch/arm: Use unified assembly syntax 2022-11-24 15:15:41 +00:00
asmlib.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
boot.c cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD 2022-06-01 19:45:08 +00:00
boot_linux.S arch/arm: Add support for loading Linux kernels 2020-09-21 08:10:56 +00:00
clock.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
div0.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
eabi_compat.c arch/arm/eabi_compat.c: Add eabi_clrX and eabi_memcyX 2022-11-30 16:37:05 +00:00
fit_payload.c src/arch: Remove unused <console/console.h> 2021-02-15 10:48:12 +00:00
Kconfig Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol 2019-11-25 09:17:38 +00:00
Makefile.inc arch/{arm,ppc64,riscv}: Remove cpu_info 2021-07-26 07:29:16 +00:00
memcpy.S arch/arm: Use unified assembly syntax 2022-11-24 15:15:41 +00:00
memmove.S arch/arm: Use unified assembly syntax 2022-11-24 15:15:41 +00:00
memset.S arch/arm: Use unified assembly syntax 2022-11-24 15:15:41 +00:00
stages.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
tables.c symbols: Change implementation details of DECLARE_OPTIONAL_REGION() 2020-08-27 22:11:17 +00:00