summaryrefslogtreecommitdiff
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeLines
* arm: cache: always flush cache line size for page tableStefan Agner2016-08-26-1/+13
* arm: cache: add support for LPAE for region D$ behaviorStefan Agner2016-08-26-0/+4
* ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini2016-08-26-4/+0
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-20-1/+2
* vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)2016-08-15-5/+10
* ARM: Rework and correct barrier definitionsTom Rini2016-08-05-5/+0
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-08-02-43/+37
|\
| * arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT nodeHou Zhiqiang2016-08-02-0/+2
| * arm/PSCI: Fixed the backward compatiblity issueHou Zhiqiang2016-08-02-26/+35
| * arm/PSCI: Removed unused codeHou Zhiqiang2016-08-02-17/+0
* | libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-31-0/+4
|/
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-22-15/+12
* spl: zImage support in Falcon modeLadislav Michl2016-07-22-32/+42
* spl: Fix compilation warnings for arm64Michal Simek2016-07-22-1/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-19-1/+126
|\
| * ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang2016-07-19-1/+126
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-15-0/+2
|\ \
| * | ARM: Add an empty secure stack sectionChen-Yu Tsai2016-07-15-0/+2
| |/
* | arm: Show cache warnings in U-Boot proper onlySimon Glass2016-07-14-2/+2
* | arm: Move check_cache_range() into a common placeSimon Glass2016-07-14-0/+22
* | arm64: add better and more generic spin-table supportMasahiro Yamada2016-07-14-0/+7
|/
* ARM: move #ifdef to match the error handling codeMasahiro Yamada2016-06-24-2/+5
* arm/arm64: implement a boot header capabilityAndre Przywara2016-06-06-0/+10
* arm: lib: Fix fix push/pop-section directivesMarek Vasut2016-06-04-2/+2
* arm: lib: fix push/pop-section directivesStephen Warren2016-06-03-34/+34
* arm: lib: Split asm symbols into different .text subsectionsMarek Vasut2016-06-02-0/+38
* arm: lib: Import Thumb1 functionsMarek Vasut2016-06-02-0/+53
* arm: lib: import muldi3.S from LinuxMarek Vasut2016-06-02-1/+48
* arm: lib: Repair Warning: conditional infixes are deprecated in unified syntaxMarek Vasut2016-06-02-4/+4
* arm: lib: Import __do_div64 from LinuxMarek Vasut2016-06-02-1/+213
* arm: lib: Fix uldivmod.S build on Thumb2Marek Vasut2016-06-02-5/+3
* arm: lib: Sync libgcc 32b division/modulo operationsMarek Vasut2016-06-02-430/+353
* arm: lib: Sync libgcc shift operationsMarek Vasut2016-06-02-12/+24
* arm: lib: Drop underscore from private libgcc filenamesMarek Vasut2016-06-02-3/+3
* arm: include: Import unified.h from Linux kernelMarek Vasut2016-06-02-7/+8
* Rename reset to sysresetStephen Warren2016-05-26-1/+1
* Change my mailaddressAndreas Bießmann2016-05-02-1/+1
* arm: spl: Align default board_init_f comment with codeAndreas Dannenberg2016-04-01-1/+1
* arm: Add support for HYP mode and LPAE page tablesAlexander Graf2016-03-27-6/+60
* armv8: lsch3: Enable WUO config for RNI-20 nodePrabhakar Kushwaha2016-03-21-0/+21
* arm: Add a 64-bit division routine to the private librarySimon Glass2016-03-17-1/+247
* arm: Allow EFI payload code to take exceptionsAlexander Graf2016-03-15-0/+8
* arm64: Allow EFI payload code to take exceptionsAlexander Graf2016-03-15-0/+9
* efi_loader: Add runtime servicesAlexander Graf2016-03-15-0/+4
* arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)2016-02-15-1/+5
* arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7Marek Vasut2016-01-31-1/+1
* ARM: bootm: Try to use relocated ramdiskJeffy Chen2016-01-21-1/+11
* arm: initialize gd for AArch64Stephen Warren2016-01-14-0/+2
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-13-0/+3
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-13-2/+5