summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-15sunxi: Move remaining PSCI assembly code to CChen-Yu Tsai
2016-07-15ARM: PSCI: Split out common stack setup code from psci_arch_initChen-Yu Tsai
2016-07-15sunxi: Add defconfig and dts file for the Orange Pi Lite SBCHans de Goede
2016-07-15sunxi: Sync sun8i-h3-orangepi-plus.dts with upstreamHans de Goede
2016-07-15sunxi: orangepi_pc: Add support for eMMC found on the Orange Pi PC PlusHans de Goede
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede
2016-07-15sunxi: Remove some unnecessary #ifdefsHans de Goede
2016-07-15sunxi: Add support for multiple ethadrr-essesHans de Goede
2016-07-15Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-15net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar
2016-07-15sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel
2016-07-15sunxi: FEL - Add the ability to recognize and auto-import uEnv-style dataBernhard Nortmann
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka
2016-07-14dm: Update the of-platdata README for the new featuresSimon Glass
2016-07-14dm: Add a test for of-platdataSimon Glass
2016-07-14test/py: Start sandbox SPL when enabledSimon Glass
2016-07-14test/py: Provide a way to get early console outputSimon Glass
2016-07-14test/py: Note which console produced unexpected outputSimon Glass
2016-07-14test/py: Handle testing with the sandbox_spl boardSimon Glass
2016-07-14rockchip: Use of-platdata for firefly-rk3288Simon Glass
2016-07-14rockchip: sdram: Update the driver to support of-platdataSimon Glass
2016-07-14rockchip: sdram: Move all DT decoding to ofdata_to_platdata()Simon Glass
2016-07-14rockchip: syscon: Update to work with of-platdataSimon Glass
2016-07-14rockchip: Don't use spl_boot_device() with of-platdataSimon Glass
2016-07-14rockchip: Move the MMC setup check earlierSimon Glass
2016-07-14rockchip: pinctrl: Update the rk3288 driver to support of-platdataSimon Glass
2016-07-14rockchip: clk: Update the rk3288 driver to support of-platdataSimon Glass
2016-07-14rockchip: clk: Move all DT decoding to ofdata_to_platdata()Simon Glass
2016-07-14rockchip: mmc: Update the driver to support of-platdataSimon Glass
2016-07-14rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass
2016-07-14rockchip: Update the sdram-channel property to support of-platdataSimon Glass
2016-07-14rockchip: serial: Add an of-platdata driver for rockchipSimon Glass
2016-07-14dm: serial: ns16550: Update to support of-platdataSimon Glass
2016-07-14dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass
2016-07-14dm: core: Move regmap allocation into a separate functionSimon Glass
2016-07-14dm: sandbox: Enable of-platdata for sandbox_splSimon Glass
2016-07-14sandbox: Don't bring in the eeprom emulator in SPLSimon Glass
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-14dm: Don't attach the device tree to SPL with of-platdataSimon Glass
2016-07-14dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass
2016-07-14dm: spl: Bind in all devices in SPL with of-platdataSimon Glass
2016-07-14tiny-printf: Support assert()Simon Glass
2016-07-14Only build the libfdt python module if 'swig' is availableSimon Glass
2016-07-14dm: Add a more efficient libfdt librarySimon Glass
2016-07-14dm: Makefile: Build of-platdata files when the feature is enabledSimon Glass
2016-07-14dm: Add a tool to generate C code from a device treeSimon Glass
2016-07-14dm: Add a library to provide simple device-tree accessSimon Glass
2016-07-14dm: Add a README for of-platdataSimon Glass