summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ARMv8: get new GD address from gd->new_gd directlyzijun_hu2017-10-081-2/+1
|/
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich2017-08-131-1/+1
* armv8: spl: Support separate stack for TPLPhilipp Tomsich2017-08-131-1/+3
* Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"Tom Rini2017-06-291-1/+0
* ARM: provide a valid exception stack address for startup codeLothar Waßmann2017-06-121-1/+4
* arm: adjust PC displayed in exception handlers to point to the failing instru...Lothar Waßmann2017-06-121-0/+14
* ARM: remove bogus cp_delay() functionLothar Waßmann2017-06-121-14/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2017-06-101-2/+11
|\
| * arm: Disable LPAE if not enabledSimon Glass2017-06-091-0/+9
| * arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4TSimon Glass2017-06-091-1/+1
| * arm: Rename HCTR to HTCRSimon Glass2017-06-091-1/+1
* | armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kerneltnishinaga.dev@gmail.com2017-06-091-0/+1
|/
* arm: Add Kconfig symbols used for Linux asm compatibilityPhil Edworthy2017-06-051-2/+0
* arm: Add declarations to avoid needing to include headersSimon Glass2017-06-051-0/+1
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-051-0/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1