summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...Jan Kiszka1-2/+0
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-07-09arm: bootm: Disable LMB reservation for command line and board info on arm64Marek Vasut1-0/+2
2021-07-09arch: cache: cp15: Add mmu_set_region_dcache_behaviour() when SYS_DCACHE_OFF ...Patrice Chotard1-6/+12
2021-06-28arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi1-0/+5
2021-05-24ARM: make LTO availableMarek Behún1-0/+2
2021-05-24ARM: fix LTO build for some thumb-interwork casesMarek Behún1-0/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2-16/+17
2021-04-27arm: zimage: Use correct symbol to hide messages in SPLSamuel Holland1-7/+5
2021-04-20arm64: gic-v3-its: Clear the Pending table before enabling LPIsHou Zhiqiang1-1/+11
2021-04-13bootm: do not hang on failureHeinrich Schuchardt1-5/+2
2021-03-02arm: cp15: remove weak function arm_init_domainsPatrick Delaunay1-6/+0
2021-03-02arm: cp15: update DACR value to activate access controlPatrick Delaunay1-2/+5
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler3-3/+3
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini10-0/+10
2021-02-03bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bitBin Meng1-4/+4
2021-02-03bdinfo: Rename function names to be clearerBin Meng1-8/+8
2021-02-03arm: Remove vital devices lastSimon Glass1-0/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass10-0/+10
2021-01-29efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt1-1/+2
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait1-1/+3
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-5/+5
2020-12-05treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle2-4/+4
2020-09-22arm64: Add support for larger PIE U-BootEdgar E. Iglesias1-1/+7
2020-08-05arm: Add SPL build check to SPL early bss clearBrian Moyer1-5/+5
2020-07-29arch: arm: use dt and UCLASS_SYSCON to get gic lpi detailsRayagonda Kokatanur1-7/+56
2020-07-29arch: arm: use dt and UCLASS_IRQ to get gic detailsRayagonda Kokatanur1-7/+66
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada4-8/+9
2020-07-10arm: provide a function for boards init code to modify MMU virtual-physical mapMarek Szyprowski1-6/+18
2020-06-25bdinfo: arm: Move ARM-specific info into its own fileSimon Glass2-0/+52
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop asm/ptrace.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass4-5/+8
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass4-0/+4
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard1-3/+10
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-05-01common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait3-0/+6
2020-05-01arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviourPatrick Delaunay1-1/+4
2020-05-01arm: caches: add DCACHE_DEFAULT_OPTIONPatrick Delaunay1-9/+2
2020-05-01arm: caches: protect dram_bank_mmu_setup access to bi_dramPatrick Delaunay1-0/+4
2020-05-01ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for themClaudius Heine1-1/+1
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait1-1/+1
2020-04-24arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait1-0/+5
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait1-0/+28
2020-04-17ARM: bootm: take into account gd->ram_topPatrice Chotard1-0/+3