summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2018-09-26MLK-19726-2 arm: Don't remove all devices when power domain driver is enabledYe Li
2018-04-27MLK-10647 armv7: Fix Dcache disable issue on i.MX7Ye.Li
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
2018-01-12ARMv8: Allow dynamic early stack pointerStephen Warren
2017-12-24arm: Add support of updating dts before fix-upPrabhakar Kushwaha
2017-12-16efi_loader: helloworld.c: Reduce file sizeAlexander Graf
2017-12-07armv8: fix gd after relocationYork Sun
2017-12-04arm64 :show_regs: show the address before relocationPeng Fan
2017-11-21arm: provide a PCS-compliant setjmp implementationPhilipp Tomsich
2017-11-21arm: boot0 hook: move boot0 hook before '_start'Philipp Tomsich
2017-11-17armv8: update gd after relocateKever Yang
2017-11-17arm64: support running at addr other than linked toStephen Warren
2017-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-10-09armv8: layerscape: Enable falcon bootYork Sun
2017-10-08ARMv8: fix error in freeing stack framezijun_hu
2017-10-08ARMv8: get new GD address from gd->new_gd directlyzijun_hu
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-13armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich
2017-08-13armv8: spl: Support separate stack for TPLPhilipp Tomsich
2017-06-29Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel"Tom Rini
2017-06-12ARM: provide a valid exception stack address for startup codeLothar Waßmann
2017-06-12arm: adjust PC displayed in exception handlers to point to the failing instru...Lothar Waßmann
2017-06-12ARM: remove bogus cp_delay() functionLothar Waßmann
2017-06-10Merge git://git.denx.de/u-boot-dmTom Rini
2017-06-09armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kerneltnishinaga.dev@gmail.com
2017-06-09arm: Disable LPAE if not enabledSimon Glass
2017-06-09arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4TSimon Glass
2017-06-09arm: Rename HCTR to HTCRSimon Glass
2017-06-05arm: Add Kconfig symbols used for Linux asm compatibilityPhil Edworthy
2017-06-05arm: Add declarations to avoid needing to include headersSimon Glass
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-05-17armv8: fsl: move ccn504 code into FSL MakefileAndre Przywara
2017-05-17armv8: SPL: only compile GIC code if neededAndre Przywara
2017-05-11spl: fdt: support for fdt fixup for falcon bootB, Ravi
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha
2017-04-27arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux()Patrice Chotard
2017-04-18ARM: adjust arm-smccc code for use in U-BootMasahiro Yamada
2017-04-08armv7m: add instruction & data cache supportVikas Manocha
2017-04-06Remove various unused interrupt related codeTom Rini
2017-04-04arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()Stefan Roese