aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
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-23arm: print instructions pointed to by pcHeinrich Schuchardt1-0/+25
2018-05-10bootm: 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-13vxworks: 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-13ARM: 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-07move 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-22efi_selftest: test start imageHeinrich Schuchardt1-0/+1
2018-01-12ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren1-3/+12
2018-01-12ARMv8: Allow dynamic early stack pointerStephen Warren1-0/+3
2017-12-24arm: Add support of updating dts before fix-upPrabhakar Kushwaha1-0/+12
2017-12-16efi_loader: helloworld.c: Reduce file sizeAlexander Graf1-7/+4
2017-12-07armv8: fix gd after relocationYork Sun1-2/+3
2017-12-04arm64 :show_regs: show the address before relocationPeng Fan1-2/+8
2017-11-21arm: provide a PCS-compliant setjmp implementationPhilipp Tomsich3-0/+85
2017-11-21arm: boot0 hook: move boot0 hook before '_start'Philipp Tomsich1-19/+35
2017-11-17armv8: update gd after relocateKever Yang1-0/+2
2017-11-17arm64: support running at addr other than linked toStephen Warren2-5/+26
2017-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+11
2017-10-09armv8: layerscape: Enable falcon bootYork Sun1-0/+11
2017-10-08ARMv8: fix error in freeing stack framezijun_hu1-1/+1
2017-10-08ARMv8: get new GD address from gd->new_gd directlyzijun_hu1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-08-13armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich1-1/+1
2017-08-13armv8: spl: Support separate stack for TPLPhilipp Tomsich1-1/+3
2017-06-29Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"Tom Rini1-1/+0
2017-06-12ARM: provide a valid exception stack address for startup codeLothar Waßmann1-1/+4
2017-06-12arm: adjust PC displayed in exception handlers to point to the failing instru...Lothar Waßmann1-0/+14
2017-06-12ARM: remove bogus cp_delay() functionLothar Waßmann1-14/+1
2017-06-10Merge git://git.denx.de/u-boot-dmTom Rini1-2/+11
2017-06-09armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kerneltnishinaga.dev@gmail.com1-0/+1
2017-06-09arm: Disable LPAE if not enabledSimon Glass1-0/+9
2017-06-09arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4TSimon Glass1-1/+1