summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools/fit_image.c: Update some return code pathsTom Rini2017-10-061-1/+3
* cmd/time.c: Initialize 'repeatable' variableTom Rini2017-10-061-1/+1
* cmd/pxe.c: Rework initrd and bootargs handling slightlyTom Rini2017-10-061-6/+6
* cmd/nvedit.c: Update input handling to cover overflow casesTom Rini2017-10-061-4/+7
* test/dm: Fix string handling issues in the eth testTom Rini2017-10-061-3/+5
* test/overlay: Fix various malloc/free leaksTom Rini2017-10-061-4/+12
* GPT: fix memory leaks identified by CoverityAlison Chaiken2017-10-061-18/+69
* fs-test: Add test for a filename using '..' to go back to the rootTuomas Tynkkynen2017-10-061-14/+24
* fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen2017-10-061-1/+2
* fs-test: Add FAT16 supportTuomas Tynkkynen2017-10-061-19/+36
* fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen2017-10-061-0/+4
* doc: Fix statements on case sensitivity for regulator prefixFelix Brack2017-10-061-2/+2
* omap: Fix warning when looking for userdata partSam Protsenko2017-10-061-1/+2
* disk: Provide API to get partition by name for specific typeSam Protsenko2017-10-062-2/+28
* omap: Omit fastboot.userdata_size related errorsSam Protsenko2017-10-061-9/+4
* travis.yml: Add job for running test.py in qemu_armTuomas Tynkkynen2017-10-061-0/+5
* ARM: Add a new arch + board for QEMU's 'virt' machineTuomas Tynkkynen2017-10-067-0/+152
* PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen2017-10-063-0/+152
* pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen2017-10-061-51/+17
* pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen2017-10-061-46/+7
* pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen2017-10-062-0/+109
* omap: detect board before spl_early_init()Jean-Jacques Hiblot2017-10-061-1/+3
* spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot2017-10-064-13/+248
* fdtdec: sort include filesJean-Jacques Hiblot2017-10-051-5/+5
* lib: allow building lzo for the SPLJean-Jacques Hiblot2017-10-052-1/+7
* gzip: add a function to parse the headerJean-Jacques Hiblot2017-10-052-3/+13
* lzo: add a function to check the validity of the headerJean-Jacques Hiblot2017-10-052-4/+20
* fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot2017-10-052-0/+33
* fit: fixed bug in locate_dtb_in_fit()Jean-Jacques Hiblot2017-10-051-1/+1
* fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot2017-10-052-4/+9
* dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-0514-28/+45
* linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada2017-10-051-0/+5
* disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam2017-10-051-0/+10
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-05220-1138/+1866
|\
| * sunxi: only init USB Ethernet gadget when it's enabledIcenowy Zheng2017-10-031-0/+2
| * sunxi: usb_phy: invert the USB phy_ctl conditionMaxime Ripard2017-10-031-4/+10
| * sun7i: a20: Add Bananapi M1 Plus supportJagan Teki2017-10-033-23/+97
| * sunxi: defaultly enable SPL for Lichee Pi ZeroIcenowy Zheng2017-10-031-0/+4
| * sunxi: Enable eMMC on Cubietruck PlusChen-Yu Tsai2017-10-031-0/+1
| * sunxi: rename Bananapi M3 dts file nameChen-Yu Tsai2017-10-033-3/+3
| * sunxi: Fix USB_GADGET implicationMaxime Ripard2017-10-032-1/+1
| * sunxi: Remove the MMC index hackMaxime Ripard2017-10-036-23/+32
| * sunxi: Use sunxi_get_boot_deviceMaxime Ripard2017-10-031-1/+5
| * arm: sunxi: Move spl_boot_device in a separate functionMaxime Ripard2017-10-032-3/+10
| * sunxi: Add support for A20-OLinuXino-MICRO-eMMCStefan Mavrodiev2017-10-032-0/+97
| * sunxi: Enable CMD_GPT by defaultMaxime Ripard2017-10-031-0/+1
| * cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard2017-10-0313-11/+9
| * sunxi: sina33: Sync the device tree with the kernelMaxime Ripard2017-10-038-397/+939
| * sunxi: Imply USB_ETHERMaxime Ripard2017-10-031-0/+1
| * sunxi: Register usb_etherMaxime Ripard2017-10-031-0/+2