u-boot/arch/arm
Tom Rini a27c8ea7f7 arm: Centralize fixed register logic
When building for ARM64, we need to pass -ffixed-x18 and otherwise pass
-ffixed-r9. Rather than having this logic in two places, we can do this
once in arch/arm/config.mk. Further, while gcc will ignore being passed
both -ffixed-r9 and -ffixed-x18 and simply use -ffixed-x18, clang will
note that -ffixed-r9 is not used. Remove this duplication to also remove
the warning.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-04-25 15:31:27 -04:00
..
cpu arm: Centralize fixed register logic 2023-04-25 15:31:27 -04:00
dts arm: dts: k3-am625-r5-sk: add a53 cluster power 2023-04-24 13:18:48 -04:00
include armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present 2023-04-25 15:31:27 -04:00
lib arm64: interrupts: print FAR_ELx on sync exceptions 2023-04-25 15:31:27 -04:00
mach-apple
mach-aspeed
mach-at91
mach-bcm283x
mach-bcmbca
mach-bcmstb
mach-cortina
mach-davinci
mach-exynos
mach-highbank
mach-hpe
mach-imx arm64: imx: Add support for imx8mp-beacon-kit 2023-04-04 09:40:25 +02:00
mach-integrator
mach-ipq40xx
mach-k3 arch: mach-k3: j721s2_init: Disable the firewalls 2023-04-25 15:31:27 -04:00
mach-keystone
mach-kirkwood
mach-lpc32xx
mach-mediatek
mach-meson
mach-mvebu arm: mvebu: spl: Allow to build SATA kwbimage for 4K Native disks 2023-04-13 11:34:47 +02:00
mach-nexell
mach-npcm
mach-octeontx
mach-octeontx2
mach-omap2
mach-orion5x
mach-owl
mach-qemu
mach-rmobile ARM: renesas: Add R8A779G0 V4H White Hawk board code 2023-04-07 17:13:28 +02:00
mach-rockchip rockchip: rk3588: Sync sdmmc node from linux-next 2023-04-21 15:16:01 +08:00
mach-s5pc1xx
mach-snapdragon
mach-socfpga
mach-sti
mach-stm32
mach-stm32mp stm32mp: fix various array bounds checks 2023-04-19 10:02:28 +02:00
mach-sunxi sunxi: arm64: boot0.h: runtime check for RVBAR address 2023-04-12 00:17:22 +01:00
mach-tegra
mach-u8500
mach-uniphier
mach-versal
mach-versal-net
mach-versatile
mach-zynq
mach-zynqmp
mach-zynqmp-r5
thumb1/include/asm/proc-armv
config.mk arm: Centralize fixed register logic 2023-04-25 15:31:27 -04:00
Kconfig arm: Only support ARM64_CRC32 when using GCC 2023-04-25 15:31:27 -04:00
Kconfig.debug
Makefile