summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2019-08-11spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner
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
2019-02-19arch: arm: lib: Flush L3 after relocation to DDRMeenakshi Aggarwal
2019-02-13efi_selftest: allow building on ARMv7-MHeinrich Schuchardt
2019-01-16arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt
2018-12-02arm: efi: Generate Microsoft PE format compliant imagesBin Meng
2018-11-16arm: Make arch specific memcpy thumb-safe.Klaus Goger
2018-10-17Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini
2018-10-16arm: do not include efi_loader.h twiceHeinrich Schuchardt
2018-10-16arm64: gic: Do gicv3 secure initialization based on EL levelMichal Simek
2018-09-11arm: K3: Update _start instructionLokesh Vutla
2018-09-10arm: armv7m: clean up armv7m unified code compilationVikas Manocha
2018-09-10arm: armv7m: remove un-necessary If then instructionVikas Manocha
2018-07-26ARM: PSCI: Enable the PSCI nodeStephen Warren
2018-07-26ARM: PSCI: Support PSCI v0.2Stephen Warren
2018-07-19arm: Remove unused _relocate argumentsIvan Gorinov
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut
2018-06-18arm: Do not clear LR on exception in SPLAndrew F. Davis
2018-05-23arm: print instructions pointed to by pcHeinrich Schuchardt
2018-05-10bootm: fix 'memory-fixup' for vxWorks bootHannes Schmelzer
2018-05-07arm: v7R: Add support for enabling cachesLokesh Vutla
2018-05-07arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15Lokesh Vutla
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-13vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk
2018-04-11ARM: Fix Makefile during SPL and TPL buildMarek Vasut
2018-04-05arm: print information about loaded UEFI imagesHeinrich Schuchardt
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-23arm64: show_regs: Dump the LRs HW valuesKarl Beldan
2018-02-14arm/PSCI: support PSCI versions greater than 1.0Andre Heider
2018-02-13ARM: image: indent with tab instead of 4 spacesMasahiro Yamada
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt
2018-02-07move booti_setup to arch/arm/lig/image.cBin Chen
2018-01-28arm: bootm-fdt.c: fix compiler warningHeiko Schocher
2018-01-22efi_selftest: test start imageHeinrich Schuchardt
2018-01-12ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren