summaryrefslogtreecommitdiff
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-1/+2
* vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)2016-08-151-5/+10
* ARM: Rework and correct barrier definitionsTom Rini2016-08-051-5/+0
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-08-021-43/+37
|\
| * arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT nodeHou Zhiqiang2016-08-021-0/+2
| * arm/PSCI: Fixed the backward compatiblity issueHou Zhiqiang2016-08-021-26/+35
| * arm/PSCI: Removed unused codeHou Zhiqiang2016-08-021-17/+0
* | libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-312-0/+4
|/
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-222-15/+12
* 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