u-boot/arch/arm/lib
Tom Rini 6a7185887b global: Make <asm/global_data.h> include <asm/u-boot.h>
This follows the example of RISC-V where <asm/global_data.h> includes
<asm/u-boot.h> directly as "gd" includes a reference to bd_info already
and so the first must include the second anyhow. We then remove
<asm/u-boot.h> from all of the places which include references to "gd"
an so have <asm/global_data.h> already.

Signed-off-by: Tom Rini <trini@konsulko.com>
2024-05-06 15:07:48 -06:00
..
ashldi3.S
ashrdi3.S
asm-offsets.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
asmdefs.h arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functions 2021-09-24 07:48:06 -04:00
bdinfo.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
bitops.S arm: Use builtins for ffs/fls 2023-08-17 16:39:20 -04:00
bootm-fdt.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
bootm.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
cache-cp15.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
cache-pl310.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
cache.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
ccn504.S WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
cmd_boot.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
crt0.S arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=y 2022-11-21 09:23:00 -05:00
crt0_64.S Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h 2022-06-06 12:09:19 -04:00
crt0_aarch64_efi.S efi_loader: set IMAGE_DLLCHARACTERISTICS_NX_COMPAT 2024-02-28 14:37:46 +01:00
crt0_arm_efi.S arm: separate .data and .text sections of EFI binaries 2024-02-28 14:39:27 +01:00
debug.S arm: Drop CONFIG_MMU 2023-02-07 14:33:48 -05:00
div0.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
div64.S WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
eabi_compat.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
elf_aarch64_efi.lds efi_loader: add .rela sections to .text on arm64 2023-01-13 09:09:07 +01:00
elf_arm_efi.lds arm: separate .data and .text sections of EFI binaries 2024-02-28 14:39:27 +01:00
gic-v3-its.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
gic_64.S arm64: gic: Add power up sequence for GIC-600 2024-03-19 18:40:46 -04:00
image.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
interrupts.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
interrupts_64.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
interrupts_m.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
lib1funcs.S arm: lib: add __gnu_thumb1_case_si 2023-04-06 19:10:08 -04:00
lshrdi3.S
Makefile Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" 2024-04-18 08:29:35 -06:00
memcpy-arm64.S arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functions 2021-09-24 07:48:06 -04:00
memcpy.S arm: ARMv4 assembly compatibility 2022-09-02 13:40:42 -04:00
memset-arm64.S arm64: memset-arm64: Use simple memset when cache is disabled 2021-09-24 07:48:06 -04:00
memset.S
muldi3.S
psci-dt.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
reloc_aarch64_efi.c
reloc_arm_efi.c
relocate.S arm: Use the WEAK assembly entry point consistently 2022-12-06 15:30:30 -05:00
relocate_64.S Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
reset.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
save_prev_bl_data.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
sections.c arm: move image_copy_start/end to linker symbols 2024-03-29 10:39:25 -04:00
semihosting.S arm: semihosting: Fix returning from traps on ARMv6 and lower 2023-11-10 12:52:28 -05:00
setjmp.S arm: ARMv4 assembly compatibility 2022-09-02 13:40:42 -04:00
setjmp_aarch64.S
spl.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
stack.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00
uldivmod.S
vectors.S arm: spl: Use separate fault handlers instead of a single common one 2024-01-11 21:19:25 -05:00
vectors_m.S Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h 2022-06-06 12:09:19 -04:00
xferlist.c arm: Get bloblist from boot arguments 2024-02-29 09:24:22 -05:00
xferlist.h arm: Get bloblist from boot arguments 2024-02-29 09:24:22 -05:00
zimage.c arm: Remove <common.h> and add needed includes 2024-05-06 15:06:34 -06:00