summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
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-30Revert "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-11Merge git://git.denx.de/u-boot-dmTom Rini1-2/+11
2017-06-10armv7m: 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
2017-06-09arm: Rename HCTR to HTCRSimon Glass1-1/+1
2017-06-05arm: Add Kconfig symbols used for Linux asm compatibilityPhil Edworthy1-2/+0
2017-06-05arm: Add declarations to avoid needing to include headersSimon Glass1-0/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-05-17armv8: fsl: move ccn504 code into FSL MakefileAndre Przywara1-1/+1
2017-05-17armv8: SPL: only compile GIC code if neededAndre Przywara1-0/+2
2017-05-12spl: fdt: support for fdt fixup for falcon bootB, Ravi2-1/+7
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-4/+3
2017-04-27arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux()Patrice Chotard1-1/+4
2017-04-18ARM: adjust arm-smccc code for use in U-BootMasahiro Yamada1-0/+8
2017-04-08armv7m: add instruction & data cache supportVikas Manocha1-0/+2
2017-04-07Remove various unused interrupt related codeTom Rini3-114/+0
2017-04-05arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()Stefan Roese1-0/+9
2017-03-19arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini6-6/+6
2017-03-17arm: use common instructions applicable to armv7m & other arm archsVikas Manocha1-18/+7
2017-03-10do_smhload: fix return codeRyan Harkin1-2/+2
2017-03-02armv8: spl: Call spl_relocate_stack_gd for ARMv8Philipp Tomsich1-2/+12
2017-02-09arm64: fix comment in relocate_64.SMasahiro Yamada1-1/+1
2017-02-08arm64: use store with auto-incrementMasahiro Yamada1-2/+1
2017-02-08arm64: use xzr to zero-out the bss sectionMasahiro Yamada1-2/+1
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini1-2/+2
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini3-7/+7
2017-01-18ARMv8/sec_firmware: relocated and renamed the config FSL_PPA_ARMV8_PSCIHou Zhiqiang2-2/+2
2017-01-18armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang1-5/+5
2017-01-04ARM: boot0 hook: remove macro, include whole header fileAndre Przywara1-1/+0
2017-01-04armv8: prevent using THUMBAndre Przywara1-0/+2
2016-12-15ARMv8: Setup PSCI memory and device treemacro.wave.z@gmail.com3-3/+8
2016-12-15ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definitionmacro.wave.z@gmail.com2-2/+2
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2-4/+0
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-1/+1
2016-11-22armv8: fsl-layerscape: SMP support for loading 32-bit OSAlison Wang1-0/+6
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang1-5/+34
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+7
2016-11-15efi: arm: Add aarch64 EFI app supportSimon Glass3-0/+292
2016-11-15efi: arm: Add EFI app supportSimon Glass4-0/+284
2016-11-15elf: arm: Add a few ARM relocation typesSimon Glass2-2/+4
2016-11-13arm: Set TTB XN bit in case DCACHE_OFF for LPAE modeKeerthy1-0/+5
2016-11-13arm: print the cache config option in hex instead of decimalKeerthy1-1/+1