summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-17arm: set the relocated gd with gd->new_gdPatrick Delaunay1-2/+1
2020-02-25arch: arm: Fix SZ_64K undeclared compilation errorWasim Khan1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-2/+3
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass3-1/+4
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2020-01-10arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty2-0/+101
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass3-0/+3
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-3/+3
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for cache functionsSimon Glass1-6/+6
2019-12-03common: Move some SMP functions out of common.hSimon Glass1-0/+1
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner3-2/+4
2019-11-08arm: caches: Disable mmu only if mmu is availableLokesh Vutla1-0/+6
2019-10-26boot: arm: Enable support for custom board_prep_linuxLokesh Vutla1-0/+4
2019-10-11arm64: print instructions leading to exceptionHeinrich Schuchardt1-0/+12
2019-08-30board_f: fix noncached reservation calculationStephen Warren1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-24Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-10/+8
2019-07-17spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg1-17/+36
2019-07-17efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt2-10/+8
2019-07-10arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada1-1/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2-4/+4
2019-05-10arm: zimage: add barebox image magic numberChristoph Fritz1-2/+4
2019-05-08arm: add a separate stack for TPLKever Yang1-1/+3
2019-05-08arm: remove ARCH_ROCKCHIP macro in common codeKever Yang1-4/+0
2019-05-01rockchip: arm: use 'arch-rockchip' for common headerKever Yang1-1/+4
2019-04-23arm: arm64 32bit address relocationIbai Erkiaga1-7/+12
2019-04-12arm: print information about loaded UEFI imagesHeinrich Schuchardt1-0/+13
2019-03-22arm: lib: bootm: Push the Starting kernel print to the endKeerthy1-2/+2
2019-02-28ARM: cache: Fix incorrect bitwise operationMarek Vasut1-1/+1
2019-02-19arch: arm: lib: Flush L3 after relocation to DDRMeenakshi Aggarwal1-0/+1
2019-02-13efi_selftest: allow building on ARMv7-MHeinrich Schuchardt1-1/+5
2019-01-17arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt1-4/+6
2018-12-02arm: efi: Generate Microsoft PE format compliant imagesBin Meng2-14/+14
2018-11-17arm: Make arch specific memcpy thumb-safe.Klaus Goger1-3/+5
2018-10-17Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini1-1/+0
2018-10-16arm: do not include efi_loader.h twiceHeinrich Schuchardt1-1/+0
2018-10-16arm64: gic: Do gicv3 secure initialization based on EL levelMichal Simek1-7/+9
2018-09-11arm: K3: Update _start instructionLokesh Vutla1-0/+8
2018-09-11arm: armv7m: clean up armv7m unified code compilationVikas Manocha3-4/+3