summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* ARM: make LTO availableMarek Behún2021-05-241-0/+2
* ARM: fix LTO build for some thumb-interwork casesMarek Behún2021-05-241-0/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-242-16/+17
* arm: zimage: Use correct symbol to hide messages in SPLSamuel Holland2021-04-271-7/+5
* arm64: gic-v3-its: Clear the Pending table before enabling LPIsHou Zhiqiang2021-04-201-1/+11
* bootm: do not hang on failureHeinrich Schuchardt2021-04-121-5/+2
* arm: cp15: remove weak function arm_init_domainsPatrick Delaunay2021-03-021-6/+0
* arm: cp15: update DACR value to activate access controlPatrick Delaunay2021-03-021-2/+5
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-023-3/+3
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1510-0/+10
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0210-0/+10
* | bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bitBin Meng2021-02-031-4/+4
* | bdinfo: Rename function names to be clearerBin Meng2021-02-031-8/+8
* | arm: Remove vital devices lastSimon Glass2021-02-031-0/+3
|/
* efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt2021-01-291-1/+2
* common: board_r: Drop initr_noncached wrapperOvidiu Panait2021-01-151-1/+3
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-5/+5
* treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle2020-12-042-4/+4
* arm64: Add support for larger PIE U-BootEdgar E. Iglesias2020-09-221-1/+7
* arm: Add SPL build check to SPL early bss clearBrian Moyer2020-08-041-5/+5
* arch: arm: use dt and UCLASS_SYSCON to get gic lpi detailsRayagonda Kokatanur2020-07-291-7/+56
* arch: arm: use dt and UCLASS_IRQ to get gic detailsRayagonda Kokatanur2020-07-291-7/+66
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-174-8/+9
* arm: provide a function for boards init code to modify MMU virtual-physical mapMarek Szyprowski2020-07-101-6/+18
* bdinfo: arm: Move ARM-specific info into its own fileSimon Glass2020-06-252-0/+52
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-185-0/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-184-5/+8
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-184-0/+4
* cmd: cache: Fix non-cached memory cachabilityPatrice Chotard2020-05-071-3/+10
* Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-05-041-1/+1
|\
| * ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for themClaudius Heine2020-05-011-1/+1
* | common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait2020-05-013-0/+6
* | arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviourPatrick Delaunay2020-05-011-1/+4
* | arm: caches: add DCACHE_DEFAULT_OPTIONPatrick Delaunay2020-05-011-9/+2
* | arm: caches: protect dram_bank_mmu_setup access to bi_dramPatrick Delaunay2020-05-011-0/+4
|/
* common/board_f: Make reserve_mmu genericOvidiu Panait2020-04-241-1/+1
* arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait2020-04-241-0/+5
* common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2020-04-241-0/+28
* ARM: bootm: take into account gd->ram_topPatrice Chotard2020-04-171-0/+3
* arm: set the relocated gd with gd->new_gdPatrick Delaunay2020-04-161-2/+1
* arch: arm: Fix SZ_64K undeclared compilation errorWasim Khan2020-02-251-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-172-2/+3
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-173-1/+4
* common: Move relocate_code() to init.hSimon Glass2020-01-171-1/+1