summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-05-01common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait
2020-05-01arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviourPatrick Delaunay
2020-05-01arm: caches: add DCACHE_DEFAULT_OPTIONPatrick Delaunay
2020-05-01arm: caches: protect dram_bank_mmu_setup access to bi_dramPatrick Delaunay
2020-05-01ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for themClaudius Heine
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait
2020-04-24arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait
2020-04-17ARM: bootm: take into account gd->ram_topPatrice Chotard
2020-04-16arm: set the relocated gd with gd->new_gdPatrick Delaunay
2020-02-25arch: arm: Fix SZ_64K undeclared compilation errorWasim Khan
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2020-01-10arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass
2019-12-02common: Move some SMP functions out of common.hSimon Glass
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner
2019-11-07arm: caches: Disable mmu only if mmu is availableLokesh Vutla
2019-10-25boot: arm: Enable support for custom board_prep_linuxLokesh Vutla
2019-10-11arm64: print instructions leading to exceptionHeinrich Schuchardt
2019-08-30board_f: fix noncached reservation calculationStephen Warren
2019-08-11env: Move env_get() to env.hSimon Glass
2019-07-23Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2019-07-17spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg
2019-07-16efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt
2019-07-10arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-05-09arm: zimage: add barebox image magic numberChristoph Fritz
2019-05-08arm: add a separate stack for TPLKever Yang
2019-05-08arm: remove ARCH_ROCKCHIP macro in common codeKever Yang
2019-05-01rockchip: arm: use 'arch-rockchip' for common headerKever Yang
2019-04-22arm: arm64 32bit address relocationIbai Erkiaga
2019-04-12arm: print information about loaded UEFI imagesHeinrich Schuchardt
2019-03-22arm: lib: bootm: Push the Starting kernel print to the endKeerthy
2019-02-28ARM: cache: Fix incorrect bitwise operationMarek Vasut