summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-06cmd/time.c: Initialize 'repeatable' variableTom Rini
2017-10-06cmd/pxe.c: Rework initrd and bootargs handling slightlyTom Rini
2017-10-06cmd/nvedit.c: Update input handling to cover overflow casesTom Rini
2017-10-06test/dm: Fix string handling issues in the eth testTom Rini
2017-10-06test/overlay: Fix various malloc/free leaksTom Rini
2017-10-06GPT: fix memory leaks identified by CoverityAlison Chaiken
2017-10-06fs-test: Add test for a filename using '..' to go back to the rootTuomas Tynkkynen
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen
2017-10-06fs-test: Add FAT16 supportTuomas Tynkkynen
2017-10-06fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen
2017-10-06doc: Fix statements on case sensitivity for regulator prefixFelix Brack
2017-10-06omap: Fix warning when looking for userdata partSam Protsenko
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko
2017-10-06omap: Omit fastboot.userdata_size related errorsSam Protsenko
2017-10-06travis.yml: Add job for running test.py in qemu_armTuomas Tynkkynen
2017-10-06ARM: Add a new arch + board for QEMU's 'virt' machineTuomas Tynkkynen
2017-10-06PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen
2017-10-06pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen
2017-10-06pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen
2017-10-06omap: detect board before spl_early_init()Jean-Jacques Hiblot
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot
2017-10-06fdtdec: sort include filesJean-Jacques Hiblot
2017-10-06lib: allow building lzo for the SPLJean-Jacques Hiblot
2017-10-06gzip: add a function to parse the headerJean-Jacques Hiblot
2017-10-06lzo: add a function to check the validity of the headerJean-Jacques Hiblot
2017-10-06fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot
2017-10-06fit: fixed bug in locate_dtb_in_fit()Jean-Jacques Hiblot
2017-10-06fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot
2017-10-06dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot
2017-10-06linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-10-05common: Drop LOGLEVEL to 4Tom Rini
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada
2017-10-04linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada
2017-10-04bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada
2017-10-04vsprintf.h: include <linux/types.h>Masahiro Yamada
2017-10-04common.h: remove error()Masahiro Yamada
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2017-10-04stdio.h: move printf() stuff from <common.h> to <stdio.h>Masahiro Yamada
2017-10-03sunxi: only init USB Ethernet gadget when it's enabledIcenowy Zheng
2017-10-03sunxi: usb_phy: invert the USB phy_ctl conditionMaxime Ripard
2017-10-03sun7i: a20: Add Bananapi M1 Plus supportJagan Teki
2017-10-03sunxi: defaultly enable SPL for Lichee Pi ZeroIcenowy Zheng
2017-10-03sunxi: Enable eMMC on Cubietruck PlusChen-Yu Tsai
2017-10-03sunxi: rename Bananapi M3 dts file nameChen-Yu Tsai