summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-05-1139-103/+235
|\
| * driver: net: fsl-mc: updated copyright infoYogesh Gaur2018-05-0916-17/+17
| * mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya2018-05-091-2/+3
| * armv8/fsl-lsch2: make the workaround for PIN MUX erratum A010539 robustHou Zhiqiang2018-05-091-0/+1
| * armv8/fsl-lsch2: correct QMAN clockHou Zhiqiang2018-05-092-1/+11
| * armv8: sec_firmware: Add support for multiple loadablesSumit Garg2018-05-092-11/+91
| * powerpc: mpc85xx: Improve Work-around for Erratum A005125Takuma Ueba2018-05-091-0/+7
| * armv8: ls1088: Update 1900MT/s DDR timing to bring consistencyAshish Kumar2018-05-091-2/+2
| * armv8: ls1088aqds: Enable mdio commands on u-boot promptAshish Kumar2018-05-091-0/+2
| * armv8: sec_firmware: Remove JR3 from device tree node in all casesRuchika Gupta2018-05-092-5/+5
| * armv8: ls1088a: Move CONFIG_BOOTARGS and CONFIG_CMD_GREPENV to defconfigAshish Kumar2018-05-0910-5/+27
| * armv8: layerscape: Avoid code duplication for TZASC InstantiationSriram Dash2018-05-091-28/+34
| * mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya2018-05-092-22/+14
| * spi: fsl_qspi: Introduce is_controller_busy functionRajat Srivastava2018-05-091-10/+21
* | Merge git://git.denx.de/u-boot-socfpgaTom Rini2018-05-105-80/+229
|\ \
| * | spl: socfpga: Generate Arria10 SFP header V1Marek Vasut2018-05-081-0/+4
| * | tools: socfpga: Add SFP image V1 supportMarek Vasut2018-05-081-77/+216
| * | tools: socfpga: Stop using global struct socfpga_imageMarek Vasut2018-05-081-2/+6
| * | image: socfpga: Add SFP image version 1 definitionMarek Vasut2018-05-082-2/+4
| * | ARM: socfpga: Add boot trampoline for Arria10Marek Vasut2018-05-081-2/+2
* | | SPDX: Convert a few files that were missed beforeTom Rini2018-05-1052-106/+54
* | | tools/file2include: avoid incorrect commentsHeinrich Schuchardt2018-05-101-1/+1
* | | include: update log2 header from the Linux kernelHeinrich Schuchardt2018-05-101-26/+37
* | | xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt2018-05-101-8/+9
* | | tools/file2include: create Linux style SPDX headerHeinrich Schuchardt2018-05-101-2/+1
* | | bootm: fix 'memory-fixup' for vxWorks bootHannes Schmelzer2018-05-101-1/+1
* | | Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selectedAlex Kiernan2018-05-101-1/+1
* | | board/freescale: Remove invalid fsl email addressesFabio Estevam2018-05-1011-22/+22
* | | p1022ds: Change Timur's email addressFabio Estevam2018-05-101-1/+1
* | | bootcount: display5: config: Enable boot count feature in the display5 boardLukasz Majewski2018-05-101-0/+4
* | | bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount chec...Lukasz Majewski2018-05-101-1/+2
* | | bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski2018-05-101-0/+3
* | | bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski2018-05-101-18/+5
* | | bootcount: Add function wrappers to handle bootcount increment and error chec...Lukasz Majewski2018-05-101-0/+47
* | | bootcount: Add include guards into bootcount.h fileLukasz Majewski2018-05-101-0/+3
* | | bootcount: spl: Enable bootcount support in SPLLukasz Majewski2018-05-102-0/+10
* | | Merge git://git.denx.de/u-boot-ubiTom Rini2018-05-101-0/+4
|\ \ \
| * | | ubifs: avoid assert failed in ubifs.cPatrice Chotard2018-05-091-0/+4
* | | | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-05-0914-171/+748
|\ \ \ \ | |/ / / |/| | |
| * | | board: sunxi: sun8i-v40: Add Bananapi M2 Berry supportJagan Teki2018-05-074-1/+153
| * | | ARM: dts: sun8i: Sync r40 dtsi from LinuxJagan Teki2018-05-073-0/+360
| * | | sunxi: Sort dts Makefile entries for H3Chen-Yu Tsai2018-05-011-5/+5
| * | | sunxi: Add Libre Computer Board ALL-H3-CC H5 ver.Chen-Yu Tsai2018-05-014-0/+30
| * | | sunxi: Add Libre Computer Board ALL-H3-CC H2+ ver.Chen-Yu Tsai2018-05-014-1/+31
| * | | sunxi: Split out common board design for ALL-H3-CC device treeChen-Yu Tsai2018-05-012-164/+170
| * | | sunxi: Disable R_I2C for Libre Computer Board ALL-H3-CC H3 ver.Chen-Yu Tsai2018-05-011-2/+0
* | | | bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini2018-05-081-14/+12
* | | | image: fit: Show signatures and hashes for configurationsClément Péron2018-05-081-0/+13
* | | | arm: bitops: fix find_next_zero_bit() for case size < 32Grygorii Strashko2018-05-081-1/+1
* | | | cmd: add ADC cli commandsNeil Armstrong2018-05-083-0/+129