summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clk: stm32f7: add clock driver for stm32f7 familyVikas Manocha2017-03-176-6/+157
* serial: stm32f7: add device tree supportVikas Manocha2017-03-172-10/+24
* arm: use common instructions applicable to armv7m & other arm archsVikas Manocha2017-03-171-18/+7
* arm: Update our 'ret' assembler macro slightlyTom Rini2017-03-171-4/+4
* gpt: Fix uuid string formatVincent Tinelli2017-03-172-2/+2
* cmd: itest: correct calculus for long formatSebastien Colleur2017-03-171-1/+2
* configs: move CMD_MD5SUM definition to defconfigsAndre Przywara2017-03-1714-17/+7
* Kconfig: define MD5 dependency for FIT supportAndre Przywara2017-03-172-1/+1
* Kconfig: introduce md5sum command selectionAndre Przywara2017-03-172-0/+18
* kirkwood: remove get_random_hex() and MD5 dependencyAndre Przywara2017-03-172-2/+0
* Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-03-1618-699/+634
|\
| * mmc: zynq: Add fdt max-frequency supportStefan Herbrechtsmeier2017-02-171-1/+8
| * mmc: zynq: Determine base clock frequency via clock frameworkStefan Herbrechtsmeier2017-02-171-2/+24
| * clk: zynq: Add optional ethernet emio clock source supportStefan Herbrechtsmeier2017-02-171-0/+29
| * zynq: Move zynq to clock frameworkStefan Herbrechtsmeier2017-02-1713-651/+59
| * clk: zynq: Add zynq clock framework driverStefan Herbrechtsmeier2017-02-173-0/+468
| * zynq: Remove zynq_clk_get_name functionStefan Herbrechtsmeier2017-02-172-12/+1
| * zynq: Move static clock names into separate arrayStefan Herbrechtsmeier2017-02-171-61/+60
| * zynq: Add clk framework support to zynq timerStefan Herbrechtsmeier2017-02-171-0/+25
| * net: zynq: Add clk framework support to zynq ethernet driverStefan Herbrechtsmeier2017-02-172-14/+15
| * net: zynq: Don't overwrite gem_rclk_ctrl with default valueStefan Herbrechtsmeier2017-02-172-18/+5
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-03-1642-579/+750
|\ \
| * | LS1021ATWR: Modify u-boot size for sd secure bootVinitha Pillai2017-03-142-4/+4
| * | armv8: fsl-layerscape: Add vid support for LS2080AQDSPriyanka Jain2017-03-141-0/+9
| * | armv8: fsl-lsch3: Update VID supportPriyanka Jain2017-03-142-14/+164
| * | armv8: fsl-layerscape: Updates DCFG register mapPriyanka Jain2017-03-141-19/+46
| * | armv8/ls104xa: remove the DDR interactive debugging info from SPLHou Zhiqiang2017-03-144-0/+8
| * | armv8: fsl-lsch2: add workaround for erratum A-010635Tang Yuantian2017-03-141-2/+0
| * | armv8: layerscape: Update early MMU for DDR after initializationYork Sun2017-03-1413-38/+113
| * | armv8: mmu: Add a function to change mapping attributesYork Sun2017-03-143-4/+74
| * | armv8: ls2080a: Drop early MMU for SPL buildYork Sun2017-03-141-3/+0
| * | armv8: layerscape: Fix the sequence of changing MMU tableYork Sun2017-03-141-11/+4
| * | armv8: layerscape: Update MMU mapping with actual DDR sizeYork Sun2017-03-141-2/+40
| * | driver: net: fsl-mc: Update calculation of MC RAMYork Sun2017-03-141-51/+8
| * | armv8: layerscape: Rewrite memory reservationYork Sun2017-03-1417-423/+233
| * | efi: Add a hook to allow adding memory mappingYork Sun2017-03-141-4/+10
| * | armv8: ls2080a: Move CONFIG_SYS_MC_RSV_MEM_ALIGN to KconfigYork Sun2017-03-143-2/+8
| * | armv8: ls2080a: Move CONFIG_FSL_MC_ENET to KconfigYork Sun2017-03-143-2/+8
| * | armv8: Add global variable resv_ramYork Sun2017-03-143-0/+21
* | | arm64: booti: allow to place kernel image anywhere in physical memoryMasahiro Yamada2017-03-141-6/+22
* | | tools: fix cross-compiling tools when HOSTCC is overriddenMasahiro Yamada2017-03-142-2/+2
* | | tiny-printf: add static to locally used functionsMasahiro Yamada2017-03-141-2/+2
* | | igep00x0: fixup FDT according to detected flash typeLadislav Michl2017-03-141-0/+19
* | | igep00x0: disable environmentLadislav Michl2017-03-141-1/+1
* | | board: Add STMicroelectronics STiH410-B2260 supportPatrice Chotard2017-03-147-0/+173
* | | STiH410-B2260: Add device treePatrice Chotard2017-03-1415-1/+3967
* | | STiH410: Add STi pinctrl driverPatrice Chotard2017-03-143-0/+331
* | | STiH410: Add STi SDHCI driverPatrice Chotard2017-03-145-0/+219
* | | gpio: do not include <asm/arch/gpio.h> for ARCH_STIPatrice Chotard2017-03-141-1/+1
* | | STiH410: Add STi serial driverPatrice Chotard2017-03-144-0/+222