summaryrefslogtreecommitdiff
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren2018-01-121-3/+12
* ARMv8: Allow dynamic early stack pointerStephen Warren2018-01-121-0/+3
* arm: Add support of updating dts before fix-upPrabhakar Kushwaha2017-12-241-0/+12
* efi_loader: helloworld.c: Reduce file sizeAlexander Graf2017-12-161-7/+4
* armv8: fix gd after relocationYork Sun2017-12-071-2/+3
* arm64 :show_regs: show the address before relocationPeng Fan2017-12-041-2/+8
* arm: provide a PCS-compliant setjmp implementationPhilipp Tomsich2017-11-213-0/+85
* arm: boot0 hook: move boot0 hook before '_start'Philipp Tomsich2017-11-211-19/+35
* armv8: update gd after relocateKever Yang2017-11-171-0/+2
* arm64: support running at addr other than linked toStephen Warren2017-11-172-5/+26
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-10-121-0/+11
|\
| * armv8: layerscape: Enable falcon bootYork Sun2017-10-091-0/+11
* | ARMv8: fix error in freeing stack framezijun_hu2017-10-081-1/+1