summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2016-11-13arm: Set TTB XN bit in case DCACHE_OFF for LPAE modeKeerthy
2016-11-13arm: print the cache config option in hex instead of decimalKeerthy
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass
2016-08-26arm: cache: always flush cache line size for page tableStefan Agner
2016-08-26arm: cache: add support for LPAE for region D$ behaviorStefan Agner
2016-08-26ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-08-15vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)
2016-08-05ARM: Rework and correct barrier definitionsTom Rini
2016-08-02Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-08-02arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT nodeHou Zhiqiang
2016-08-02arm/PSCI: Fixed the backward compatiblity issueHou Zhiqiang
2016-08-02arm/PSCI: Removed unused codeHou Zhiqiang
2016-07-31libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek
2016-07-22armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt
2016-07-22spl: zImage support in Falcon modeLadislav Michl
2016-07-22spl: Fix compilation warnings for arm64Michal Simek
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-07-19ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-07-15ARM: Add an empty secure stack sectionChen-Yu Tsai
2016-07-14arm: Show cache warnings in U-Boot proper onlySimon Glass
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass
2016-07-14arm64: add better and more generic spin-table supportMasahiro Yamada
2016-06-24ARM: move #ifdef to match the error handling codeMasahiro Yamada
2016-06-06arm/arm64: implement a boot header capabilityAndre Przywara
2016-06-04arm: lib: Fix fix push/pop-section directivesMarek Vasut
2016-06-03arm: lib: fix push/pop-section directivesStephen Warren
2016-06-02arm: lib: Split asm symbols into different .text subsectionsMarek Vasut
2016-06-02arm: lib: Import Thumb1 functionsMarek Vasut
2016-06-02arm: lib: import muldi3.S from LinuxMarek Vasut
2016-06-02arm: lib: Repair Warning: conditional infixes are deprecated in unified syntaxMarek Vasut
2016-06-02arm: lib: Import __do_div64 from LinuxMarek Vasut
2016-06-02arm: lib: Fix uldivmod.S build on Thumb2Marek Vasut
2016-06-02arm: lib: Sync libgcc 32b division/modulo operationsMarek Vasut
2016-06-02arm: lib: Sync libgcc shift operationsMarek Vasut
2016-06-02arm: lib: Drop underscore from private libgcc filenamesMarek Vasut
2016-06-02arm: include: Import unified.h from Linux kernelMarek Vasut
2016-05-26Rename reset to sysresetStephen Warren
2016-05-02Change my mailaddressAndreas Bießmann
2016-04-01arm: spl: Align default board_init_f comment with codeAndreas Dannenberg
2016-03-27arm: Add support for HYP mode and LPAE page tablesAlexander Graf
2016-03-21armv8: lsch3: Enable WUO config for RNI-20 nodePrabhakar Kushwaha
2016-03-17arm: Add a 64-bit division routine to the private librarySimon Glass
2016-03-15arm: Allow EFI payload code to take exceptionsAlexander Graf
2016-03-15arm64: Allow EFI payload code to take exceptionsAlexander Graf
2016-03-15efi_loader: Add runtime servicesAlexander Graf
2016-02-15arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)
2016-01-31arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7Marek Vasut
2016-01-21ARM: bootm: Try to use relocated ramdiskJeffy Chen