aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-24mkimage: fit: spl: Add an optional static offset for external dataTeddy Reed5-3/+39
2016-06-24cmd: bootefi: cosmeticSergey Kubushyn1-1/+1
2016-06-24omap3: bugfix in timer on rolloverDaniel Gorsulowski1-1/+1
2016-06-21Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-49/+81
2016-06-22tools: moveconfig: show suspicious boards with possible misconversionMasahiro Yamada1-1/+31
2016-06-22tools: moveconfig: simplify show_failed_boards() and show more infoMasahiro Yamada1-13/+14
2016-06-22tools: moveconfig: simplify source tree switchingMasahiro Yamada1-13/+9
2016-06-22tools: moveconfig: change class WorkDir to class ReferenceSourceMasahiro Yamada1-21/+28
2016-06-22tools: moveconfig: fix needless move for config with default 1Masahiro Yamada1-4/+2
2016-06-21NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...Guillaume GARDET1-1/+16
2016-06-21net: phy: marvell: Do not reset 88e1310 after autonegNathan Rossi1-4/+1
2016-06-21net: phy: micrel: add support for KSZ886x switches in MIIM modeAlexey Firago1-0/+26
2016-06-21net: rtl8169: fix switching between adaptersStephen Warren1-4/+9
2016-06-20Kconfig: Add a new DISTRO_DEFAULTS Kconfig optionHans de Goede3-9/+23
2016-06-20sunxi: Add PSCI implementation in CChen-Yu Tsai5-504/+341
2016-06-20sunxi: Add base address for GICChen-Yu Tsai3-4/+6
2016-06-20sunxi: Add CPUCFG debug lock and sun7i cpu power controlsChen-Yu Tsai1-1/+6
2016-06-20sunxi: Group cpu core related controls togetherChen-Yu Tsai2-24/+16
2016-06-20sunxi: Add missing linux/types.h header for cpucfg_sun6i.hChen-Yu Tsai1-0/+2
2016-06-20sunxi: Add packed attribute to struct sunxi_prcm_regChen-Yu Tsai1-1/+3
2016-06-20sunxi: Make CPUCFG_BASE macro names the same across familiesChen-Yu Tsai3-14/+25
2016-06-20ARM: allocate extra space for PSCI stack in secure section during link phaseChen-Yu Tsai1-0/+7
2016-06-20ARM: PSCI: export common PSCI function declarations for C codeChen-Yu Tsai1-0/+7
2016-06-20ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_allChen-Yu Tsai1-0/+2
2016-06-20ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top()Chen-Yu Tsai1-9/+9
2016-06-20sunxi: Revert "sunxi: make SoC variant choice mandatory"Hans de Goede1-0/+1
2016-06-20sunxi: Add defconfig and dts file for inet86dz boardHans de Goede4-0/+319
2016-06-20sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tabletHans de Goede5-0/+328
2016-06-20sunxi: Select USE_TINY_PRINTFHans de Goede1-0/+1
2016-06-20tinyprintf: Add vprintf implementationHans de Goede1-0/+5
2016-06-20Prepare v2016.07-rc2v2016.07-rc2Tom Rini1-1/+1
2016-06-20autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada32-5/+37
2016-06-20Merge git://git.denx.de/u-boot-nand-flashTom Rini12-190/+383
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren2-0/+4
2016-06-20dragonboard410c: Increase default environment size.Mateusz Kulikowski1-1/+1
2016-06-20Merge git://git.denx.de/u-boot-dmTom Rini77-687/+2028
2016-06-19mtd: nand: Patch remaining places where nand_to_mtd() should be usedBoris Brezillon6-6/+6
2016-06-19nand: doc: fix example ecc scheme calculationFabian Mewes1-1/+1
2016-06-19nand: extend nand tortureMax Krummenacher2-7/+40
2016-06-19nand: nand torture: follow sync with linux v4.6Max Krummenacher1-1/+1
2016-06-19common: fb_nand: won't compileSergey Kubushyn1-1/+1
2016-06-19spl: nand: sunxi: add support for NAND config auto-detectionBoris Brezillon1-58/+204
2016-06-19spl: nand: sunxi: split 'load page' and 'read page' logicBoris Brezillon1-71/+114
2016-06-19spl: nand: sunxi: rework status polling loopBoris Brezillon1-16/+13
2016-06-19spl: nand: sunxi: stop guessing the redundant u-boot offsetBoris Brezillon1-20/+0
2016-06-19spl: nand: support redundant u-boot imageBoris Brezillon2-0/+15
2016-06-19spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependencyBoris Brezillon1-4/+11
2016-06-19spl: nand: sunxi: remove support for so-called 'syndrome' modeBoris Brezillon1-42/+14
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren37-570/+985
2016-06-19reset: implement a reset testStephen Warren9-4/+251