summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* arm: K3: Update _start instructionLokesh Vutla2018-09-111-0/+8
* arm: armv7m: clean up armv7m unified code compilationVikas Manocha2018-09-103-4/+3
* arm: armv7m: remove un-necessary If then instructionVikas Manocha2018-09-101-3/+0
* ARM: PSCI: Enable the PSCI nodeStephen Warren2018-07-261-0/+4
* ARM: PSCI: Support PSCI v0.2Stephen Warren2018-07-261-0/+2
* arm: Remove unused _relocate argumentsIvan Gorinov2018-07-194-8/+2
* ARM: image: Add option for ignoring ep bit 3Marek Vasut2018-06-191-2/+3
* arm: Do not clear LR on exception in SPLAndrew F. Davis2018-06-181-1/+1
* arm: print instructions pointed to by pcHeinrich Schuchardt2018-05-231-0/+25
* bootm: fix 'memory-fixup' for vxWorks bootHannes Schmelzer2018-05-101-1/+1
* arm: v7R: Add support for enabling cachesLokesh Vutla2018-05-071-1/+11
* arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15Lokesh Vutla2018-05-071-5/+1
* arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2018-05-071-1/+1
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-072-3/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0744-96/+46
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk2018-04-131-0/+5
* ARM: Fix Makefile during SPL and TPL buildMarek Vasut2018-04-111-2/+2
* arm: print information about loaded UEFI imagesHeinrich Schuchardt2018-04-051-0/+13
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* arm64: show_regs: Dump the LRs HW valuesKarl Beldan2018-02-231-7/+6
* arm/PSCI: support PSCI versions greater than 1.0Andre Heider2018-02-141-7/+9
* ARM: image: indent with tab instead of 4 spacesMasahiro Yamada2018-02-131-46/+46
* efi_loader: fix building crt0 on armHeinrich Schuchardt2018-02-102-2/+6
* move booti_setup to arch/arm/lig/image.cBin Chen2018-02-072-1/+78
* arm: bootm-fdt.c: fix compiler warningHeiko Schocher2018-01-281-1/+1
* efi_selftest: test start imageHeinrich Schuchardt2018-01-221-0/+1