summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty2020-01-102-0/+101
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-023-0/+3
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-3/+3
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for cache functionsSimon Glass2019-12-021-6/+6
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2019-11-173-2/+4
* arm: caches: Disable mmu only if mmu is availableLokesh Vutla2019-11-071-0/+6
* boot: arm: Enable support for custom board_prep_linuxLokesh Vutla2019-10-251-0/+4
* arm64: print instructions leading to exceptionHeinrich Schuchardt2019-10-111-0/+12
* board_f: fix noncached reservation calculationStephen Warren2019-08-301-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-07-232-10/+8
|\
| * efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt2019-07-162-10/+8
* | spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg2019-07-171-17/+36
|/
* arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada2019-07-101-1/+1
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-182-4/+4
* arm: zimage: add barebox image magic numberChristoph Fritz2019-05-091-2/+4
* arm: add a separate stack for TPLKever Yang2019-05-081-1/+3
* arm: remove ARCH_ROCKCHIP macro in common codeKever Yang2019-05-081-4/+0
* rockchip: arm: use 'arch-rockchip' for common headerKever Yang2019-05-011-1/+4
* arm: arm64 32bit address relocationIbai Erkiaga2019-04-221-7/+12
* arm: print information about loaded UEFI imagesHeinrich Schuchardt2019-04-121-0/+13
* arm: lib: bootm: Push the Starting kernel print to the endKeerthy2019-03-221-2/+2
* ARM: cache: Fix incorrect bitwise operationMarek Vasut2019-02-281-1/+1
* arch: arm: lib: Flush L3 after relocation to DDRMeenakshi Aggarwal2019-02-191-0/+1
* efi_selftest: allow building on ARMv7-MHeinrich Schuchardt2019-02-131-1/+5
* arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt2019-01-161-4/+6
* arm: efi: Generate Microsoft PE format compliant imagesBin Meng2018-12-022-14/+14
* arm: Make arch specific memcpy thumb-safe.Klaus Goger2018-11-161-3/+5
* Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini2018-10-171-1/+0
|\
| * arm: do not include efi_loader.h twiceHeinrich Schuchardt2018-10-161-1/+0
* | arm64: gic: Do gicv3 secure initialization based on EL levelMichal Simek2018-10-161-7/+9
|/