aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-20buildman: Detect dtc warningsSimon Glass2-3/+6
2018-11-20buildman: Only print toolchain probing with -vSimon Glass2-2/+2
2018-11-20dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt1-3/+12
2018-11-20fdt: restore board_fdt_blob_setup() declarationBaruch Siach1-0/+1
2018-11-20cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama1-1/+1
2018-11-20fdt: Fix uncompress_blob() for U-Boot properMarek Vasut1-1/+2
2018-11-20dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau2-18/+18
2018-11-20sandbox: README: use setenv ethrotate noHeinrich Schuchardt1-0/+4
2018-11-20sandbox: README: setting environment variablesHeinrich Schuchardt1-8/+8
2018-11-20sandbox: remove stray DEBUGHeinrich Schuchardt1-4/+4
2018-11-20dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang1-4/+7
2018-11-20Merge git://git.denx.de/u-boot-marvellTom Rini14-31/+466
2018-11-20Merge branch '2018-11-19-master-imports'Tom Rini6-6/+165
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL1-1/+4
2018-11-20clk: meson: fix clk81 divider calculationJerome Brunet1-1/+2
2018-11-20cmd: adc: add an option to scan some or all available channelsFabrice Gasnier1-1/+54
2018-11-20cmd: adc: print single conversion also in uVFabrice Gasnier1-2/+7
2018-11-20cmd: adc: add info on channel maskFabrice Gasnier1-1/+5
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier3-0/+93
2018-11-20ARM: mvebu: dts: add Clearfog GT-8KRabeeh Khoury3-0/+391
2018-11-20ARM: mvebu: db-88f6820: remove redundant commentChris Packham2-10/+0
2018-11-20arm64: mvebu: a8k: autodetect RAM sizeBaruch Siach1-1/+49
2018-11-20linux/sizes.h: sync from kernelBaruch Siach2-2/+5
2018-11-20MIPS: drop asm/const.hBaruch Siach1-27/+0
2018-11-20Use _AC and UL macros from linux/const.hBaruch Siach4-10/+5
2018-11-20linux/const.h: import from kernelBaruch Siach1-0/+34
2018-11-18Merge tag 'mips-pull-2018-11-18' of git://git.denx.de/u-boot-mipsTom Rini32-149/+593
2018-11-18MIPS: fix linking of standalone programsDaniel Schwierzeck5-98/+4
2018-11-18Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGSDaniel Schwierzeck1-2/+2
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck7-10/+14
2018-11-18mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfigStefan Roese4-16/+31
2018-11-18mips: mt76xx: linkit-smart-7688: Use ioremap_nocache to get addressStefan Roese1-2/+5
2018-11-18mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfigStefan Roese4-19/+58
2018-11-18mips: mt76xx: gardena-smart-gateway: Add board_late_init() to set LED def stateStefan Roese2-0/+10
2018-11-18mips: mt76xx: gardena-smart-gateway: Add LEDs to dtsStefan Roese1-0/+59
2018-11-18mips: mt76xx: gardena-smart-gateway: Configure GPIOs (digital vs analog)Stefan Roese1-6/+9
2018-11-18mips: mt76xx: Enable watchdog supportStefan Roese3-0/+43
2018-11-18mips: mt76xx: Kconfig: Add ethernet and GPIO supportStefan Roese1-0/+2
2018-11-18mips: mt76xx: Add watchdog DT node to mt7628a.dtsiStefan Roese1-0/+11
2018-11-18mips: mt76xx: Add GPIO DT nodes to mt7628a.dtsiStefan Roese1-0/+32
2018-11-18mips: mt76xx: Add ethernet DT node to mt7628a.dtsiStefan Roese1-0/+8
2018-11-18mips: mt76xx: lowlevel_init.S: Add missing memory controller reset in DDR initStefan Roese1-0/+6
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese3-0/+192
2018-11-18wdt: Add MT7621 watchdog driverStefan Roese3-0/+111
2018-11-17Merge branch '2018-11-16-master-imports'Tom Rini108-290/+5162
2018-11-16sunxi: Update MAINTAINERS file for recent boardsTom Rini1-0/+6
2018-11-16fdt_region: Ensure that depth never goes below -1Konrad Beckmann1-0/+3
2018-11-16image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann1-0/+5
2018-11-16Ability to modify distro boot filenameMartyn Welch1-3/+4
2018-11-16misc: fs_loader: Fix compiler warningKeerthy1-1/+1