aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-26board: amlogic: factorise gxbb boardsJerome Brunet9-91/+3
2018-11-26board: amlogic: move khadas-vim2 as q200 ref boardNeil Armstrong9-12/+115
2018-11-26board: amlogic: remove p212 derivativesJerome Brunet14-184/+4
2018-11-26configs: meson: remove unnecessary MESON_FDTFILE_SETTINGJerome Brunet6-17/+1
2018-11-26ARM: meson: clean-up platform selectionJerome Brunet1-31/+20
2018-11-26net: designware: add meson meson axg compatibleNeil Armstrong1-0/+1
2018-11-26net: designware: add meson meson gxbb compatibleNeil Armstrong1-0/+1
2018-11-26mmc: meson-gx: Add AXG compatibleNeil Armstrong1-0/+1
2018-11-23Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dmTom Rini52-148/+909
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass8-0/+86
2018-11-20test: sf: Add a simple SPI flash testSimon Glass1-2/+44
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass8-15/+27
2018-11-20string: Include the config headerSimon Glass1-0/+1
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass3-11/+23
2018-11-20binman: Set the pathname correctly for ELF filesSimon Glass1-3/+2
2018-11-20binman: Drop an unnecessary comma in blob handlingSimon Glass1-1/+1
2018-11-20binman: Add a way to enable debugging from the buildSimon Glass2-2/+10
2018-11-20spl: lz4: Allow use of lz4 compression in SPLSimon Glass2-1/+9
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2-3/+42
2018-11-20sandbox: Update some drivers to work in SPL/TPLSimon Glass1-0/+15
2018-11-20sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass3-19/+12
2018-11-20sandbox: Add a function to read a host fileSimon Glass2-3/+55
2018-11-20sandbox: log: Add a category for sandboxSimon Glass1-0/+1
2018-11-20sandbox: tpm: Allow debugging of data packagesSimon Glass1-0/+6
2018-11-20cros_ec: Add new features for events and powerSimon Glass3-7/+429
2018-11-20cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-20cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-20cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-20cros_ec: Use uint instead of u8 for parametersSimon Glass1-6/+4
2018-11-20buildman: Show boards with warning with w+Simon Glass2-19/+54
2018-11-20buildman: Rename the good, better, worse variablesSimon Glass1-14/+14
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