summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mkimage: Support placing data outside the FITSimon Glass2016-03-145-2/+142
* mkimage: Support adding device tree files to a FITSimon Glass2016-03-144-10/+146
* mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-144-6/+235
* image: Add functions to obtain short namesSimon Glass2016-03-142-4/+49
* tools: Add a function to obtain the size of a fileSimon Glass2016-03-143-2/+36
* mkimage: Allow a FIT to include an image of any typeSimon Glass2016-03-142-5/+29
* tools: Include fdt_sw.o in libfdt for mkimageSimon Glass2016-03-141-1/+1
* sunxi: Display the board model on start-upSimon Glass2016-03-141-0/+1
* fdt: Allow libfdt to be used in SPLSimon Glass2016-03-147-27/+23
* fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROLSimon Glass2016-03-141-0/+1
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14791-708/+1679
* Move CONFIG_OF_LIBFDT to KconfigSimon Glass2016-03-14881-257/+699
* freescale: Remove CONFIG_DM from header filesSimon Glass2016-03-1448-8/+92
* Correct defconfig orderingSimon Glass2016-03-1441-113/+89
* libfdt: Add a function to write a property placeholderSimon Glass2016-03-142-2/+30
* mkimage: Make 'params' staticSimon Glass2016-03-141-1/+1
* mkimage: Show an error message when usage() is calledSimon Glass2016-03-141-8/+9
* mkimage: Move usage() up to the topSimon Glass2016-03-141-39/+42
* mkimage: Sort the option processing code by optionSimon Glass2016-03-141-25/+25
* mkimage: Convert to use getopt()Simon Glass2016-03-141-132/+101
* mkimage: Move argument processing into its own functionSimon Glass2016-03-141-24/+32
* common: Add support for environment file in EXT4.Stuart Longland2016-03-143-1/+131
* Prepare v2016.03Tom Rini2016-03-141-1/+1
* mx6slevk: Fix the power up of the Ethernet PHYFabio Estevam2016-03-131-5/+4
* sf: Correct data types in stm_is_locked_sr()Marek Vasut2016-03-121-3/+3
* dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla2016-03-121-3/+7
* exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet supportAnand Moon2016-03-111-0/+1
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-03-103-9/+9
|\
| * rockchip: rk3288: correct sdram settingChris Zhong2016-03-101-7/+7
| * rockchip: make configure_emmc() empty for Firefly-RK3288FUKAUMI Naoki2016-03-101-1/+1
| * rockchip: rk3036: change ddr frequency to 400MLin Huang2016-03-101-1/+1
* | MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=yDaniel Schwierzeck2016-03-091-1/+1
* | MIPS: fix mips_cache fallback without __builtin_mips_cacheMatthias Schiffer2016-03-091-1/+1
|/
* malloc: remove !gd handlingStephen Warren2016-03-081-1/+1
* malloc: use hidden visibilityStephen Warren2016-03-081-0/+2
* sandbox: Fix building with LLVMTom Rini2016-03-082-1/+7
* omap3: Use raw SPL by default for mmc1Alexander Graf2016-03-081-2/+0
* api: Export API structure address as an environment variableStanislav Galabov2016-03-081-0/+1
* OMAP3: am3517_evm: Add NAND MTD partitions with UBI/UBIFS supportDerald D. Woods2016-03-082-158/+153
* OMAP3: am3517_evm: Use BCH8 ECC for NANDDerald D. Woods2016-03-081-7/+16
* ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCsMasahiro Yamada2016-03-091-0/+1
* pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIERMasahiro Yamada2016-03-093-9/+9
* pinctrl: uniphier: set input-enable before pin-muxingMasahiro Yamada2016-03-091-3/+3
* ARM: uniphier: fix build error when CONFIG_CMD_DDRMPHY_DUMP=yMasahiro Yamada2016-03-091-16/+2
* ARM: uniphier: document how-to-build for Ace and Sanji boardsMasahiro Yamada2016-03-091-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-03-043-2/+12
|\
| * usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2016-03-052-1/+5
| * usb: gadget: composite: Correct recovery path for registerSam Protsenko2016-03-011-1/+7
* | board: tbs2910: Fix eMMC BOOTCFG valueSoeren Moch2016-03-021-1/+1
* | mx53ard: Move to booting zImageFabio Estevam2016-03-021-8/+10
OpenPOWER on IntegriCloud