summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: implement a boot header capabilityAndre Przywara2016-06-061-0/+10
* arm: lib: Fix fix push/pop-section directivesMarek Vasut2016-06-041-2/+2
* arm: lib: fix push/pop-section directivesStephen Warren2016-06-037-34/+34
* arm: lib: Split asm symbols into different .text subsectionsMarek Vasut2016-06-027-0/+38
* arm: lib: Import Thumb1 functionsMarek Vasut2016-06-021-0/+53
* arm: lib: import muldi3.S from LinuxMarek Vasut2016-06-022-1/+48
* arm: lib: Repair Warning: conditional infixes are deprecated in unified syntaxMarek Vasut2016-06-022-4/+4
* arm: lib: Import __do_div64 from LinuxMarek Vasut2016-06-022-1/+213
* arm: lib: Fix uldivmod.S build on Thumb2Marek Vasut2016-06-021-5/+3
* arm: lib: Sync libgcc 32b division/modulo operationsMarek Vasut2016-06-026-430/+353
* arm: lib: Sync libgcc shift operationsMarek Vasut2016-06-023-12/+24
* arm: lib: Drop underscore from private libgcc filenamesMarek Vasut2016-06-029-3/+3
* arm: include: Import unified.h from Linux kernelMarek Vasut2016-06-022-7/+8
* Rename reset to sysresetStephen Warren2016-05-261-1/+1
* Change my mailaddressAndreas Bießmann2016-05-021-1/+1
* arm: spl: Align default board_init_f comment with codeAndreas Dannenberg2016-04-011-1/+1
* arm: Add support for HYP mode and LPAE page tablesAlexander Graf2016-03-271-6/+60
* armv8: lsch3: Enable WUO config for RNI-20 nodePrabhakar Kushwaha2016-03-211-0/+21
* arm: Add a 64-bit division routine to the private librarySimon Glass2016-03-172-1/+247
* arm: Allow EFI payload code to take exceptionsAlexander Graf2016-03-151-0/+8
* arm64: Allow EFI payload code to take exceptionsAlexander Graf2016-03-151-0/+9
* efi_loader: Add runtime servicesAlexander Graf2016-03-151-0/+4
* arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)2016-02-151-1/+5
* arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7Marek Vasut2016-01-311-1/+1
* ARM: bootm: Try to use relocated ramdiskJeffy Chen2016-01-211-1/+11
* arm: initialize gd for AArch64Stephen Warren2016-01-141-0/+2
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-131-0/+3
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-132-2/+5
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-052-2/+2
* common: bootm: check return value of strict_strtoulPeng Fan2015-12-051-1/+4
* arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-104-3/+38
* arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski2015-11-101-2/+2
* arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski2015-11-101-0/+2
* arm: Switch 32-bit ARM to using generic global_data setupSimon Glass2015-10-241-24/+4
* arm: Switch aarch64 to using generic global_data setupSimon Glass2015-10-241-12/+3
* armv8/gic: Fix GIC v2 initializationThierry Reding2015-10-151-1/+9
* Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2015-10-142-690/+0
|\
| * arm: Drop old non-generic-board codeSimon Glass2015-09-282-690/+0
* | arm: Correct comments in crt0.S for the recent SPL improvementsSimon Glass2015-09-122-20/+36
|/
* Merge git://git.denx.de/u-boot-rockchipTom Rini2015-09-031-0/+2
|\
| * arm: reset: Avoid a build error when the reset uclass is enabledSimon Glass2015-09-021-0/+2
* | armv8: Add framework for CCN-504 interconnect configurationBhupesh Sharma2015-09-012-0/+62
|/
* ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DMTom Rini2015-08-121-2/+2
* ARM: cache: implement a default weak flush_cache() functionWu, Josh2015-08-121-21/+5
* ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh2015-08-121-0/+9
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-2/+2
* arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN valuesThierry Reding2015-07-271-1/+2
* arm: Add ENTRY/ENDPROC to private libgcc functionsSimon Glass2015-07-077-17/+30
* common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()Matt Porter2015-05-282-0/+45
* arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>Tom Rini2015-05-141-0/+2
OpenPOWER on IntegriCloud