summaryrefslogtreecommitdiff
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* armv8: fsl: move ccn504 code into FSL MakefileAndre Przywara2017-05-171-1/+1
* armv8: SPL: only compile GIC code if neededAndre Przywara2017-05-171-0/+2
* spl: fdt: support for fdt fixup for falcon bootB, Ravi2017-05-112-1/+7
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-081-4/+3
* arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux()Patrice Chotard2017-04-271-1/+4
* ARM: adjust arm-smccc code for use in U-BootMasahiro Yamada2017-04-181-0/+8
* armv7m: add instruction & data cache supportVikas Manocha2017-04-081-0/+2
* Remove various unused interrupt related codeTom Rini2017-04-063-114/+0
* arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()Stefan Roese2017-04-041-0/+9
* arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini2017-03-186-6/+6
* arm: use common instructions applicable to armv7m & other arm archsVikas Manocha2017-03-171-18/+7
* do_smhload: fix return codeRyan Harkin2017-03-091-2/+2
* armv8: spl: Call spl_relocate_stack_gd for ARMv8Philipp Tomsich2017-03-011-2/+12
* arm64: fix comment in relocate_64.SMasahiro Yamada2017-02-081-1/+1
* arm64: use store with auto-incrementMasahiro Yamada2017-02-081-2/+1
* arm64: use xzr to zero-out the bss sectionMasahiro Yamada2017-02-081-2/+1
* ARM: Default to using optimized memset and memcpy routinesTom Rini2017-01-201-2/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-01-193-7/+7
|\
| * ARMv8/sec_firmware: relocated and renamed the config FSL_PPA_ARMV8_PSCIHou Zhiqiang2017-01-182-2/+2
| * armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang2017-01-181-5/+5
* | ARM: boot0 hook: remove macro, include whole header fileAndre Przywara2017-01-041-1/+0
* | armv8: prevent using THUMBAndre Przywara2017-01-041-0/+2
|/
* ARMv8: Setup PSCI memory and device treemacro.wave.z@gmail.com2016-12-153-3/+8
* ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definitionmacro.wave.z@gmail.com2016-12-152-2/+2
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-022-4/+0
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-271-1/+1
* armv8: fsl-layerscape: SMP support for loading 32-bit OSAlison Wang2016-11-221-0/+6
* armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-221-5/+34
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-171-0/+7
* efi: arm: Add aarch64 EFI app supportSimon Glass2016-11-143-0/+292
* efi: arm: Add EFI app supportSimon Glass2016-11-144-0/+284
* elf: arm: Add a few ARM relocation typesSimon Glass2016-11-142-2/+4
* arm: Set TTB XN bit in case DCACHE_OFF for LPAE modeKeerthy2016-11-131-0/+5