summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-11arm: armv7m: remove un-necessary If then instructionVikas Manocha1-3/+0
2018-07-26ARM: PSCI: Enable the PSCI nodeStephen Warren1-0/+4
2018-07-26ARM: PSCI: Support PSCI v0.2Stephen Warren1-0/+2
2018-07-19arm: Remove unused _relocate argumentsIvan Gorinov4-8/+2
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut1-2/+3
2018-06-18arm: Do not clear LR on exception in SPLAndrew F. Davis1-1/+1
2018-05-24arm: print instructions pointed to by pcHeinrich Schuchardt1-0/+25
2018-05-11bootm: fix 'memory-fixup' for vxWorks bootHannes Schmelzer1-1/+1
2018-05-07arm: v7R: Add support for enabling cachesLokesh Vutla1-1/+11
2018-05-07arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15Lokesh Vutla1-5/+1
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla1-1/+1
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2-3/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini44-96/+46
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-14vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk1-0/+5
2018-04-11ARM: Fix Makefile during SPL and TPL buildMarek Vasut1-2/+2
2018-04-05arm: print information about loaded UEFI imagesHeinrich Schuchardt1-0/+13
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2018-02-23arm64: show_regs: Dump the LRs HW valuesKarl Beldan1-7/+6
2018-02-14arm/PSCI: support PSCI versions greater than 1.0Andre Heider1-7/+9
2018-02-14ARM: image: indent with tab instead of 4 spacesMasahiro Yamada1-46/+46
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt2-2/+6
2018-02-08move booti_setup to arch/arm/lig/image.cBin Chen2-1/+78
2018-01-28arm: bootm-fdt.c: fix compiler warningHeiko Schocher1-1/+1
2018-01-23efi_selftest: test start imageHeinrich Schuchardt1-0/+1
2018-01-12ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren1-3/+12