summaryrefslogtreecommitdiff
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* spl: zImage support in Falcon modeLadislav Michl2016-07-223-32/+42
* spl: Fix compilation warnings for arm64Michal Simek2016-07-221-1/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-193-1/+126
|\
| * ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang2016-07-193-1/+126
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-151-0/+2
|\ \
| * | ARM: Add an empty secure stack sectionChen-Yu Tsai2016-07-151-0/+2
| |/
* | arm: Show cache warnings in U-Boot proper onlySimon Glass2016-07-141-2/+2
* | arm: Move check_cache_range() into a common placeSimon Glass2016-07-141-0/+22
* | arm64: add better and more generic spin-table supportMasahiro Yamada2016-07-141-0/+7
|/
* ARM: move #ifdef to match the error handling codeMasahiro Yamada2016-06-241-2/+5
* 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
|\