summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test/py: Start sandbox SPL when enabledSimon Glass2016-07-141-1/+5
* test/py: Provide a way to get early console outputSimon Glass2016-07-142-0/+23
* test/py: Note which console produced unexpected outputSimon Glass2016-07-141-1/+1
* test/py: Handle testing with the sandbox_spl boardSimon Glass2016-07-141-1/+1
* rockchip: Use of-platdata for firefly-rk3288Simon Glass2016-07-141-0/+3
* rockchip: sdram: Update the driver to support of-platdataSimon Glass2016-07-141-1/+39
* rockchip: sdram: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-142-38/+64
* rockchip: syscon: Update to work with of-platdataSimon Glass2016-07-141-0/+38
* rockchip: Don't use spl_boot_device() with of-platdataSimon Glass2016-07-141-0/+2
* rockchip: Move the MMC setup check earlierSimon Glass2016-07-141-11/+12
* rockchip: pinctrl: Update the rk3288 driver to support of-platdataSimon Glass2016-07-141-1/+7
* rockchip: clk: Update the rk3288 driver to support of-platdataSimon Glass2016-07-141-2/+18
* rockchip: clk: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-141-1/+12
* rockchip: mmc: Update the driver to support of-platdataSimon Glass2016-07-141-3/+26
* rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-141-15/+17
* rockchip: Update the sdram-channel property to support of-platdataSimon Glass2016-07-142-1/+8
* rockchip: serial: Add an of-platdata driver for rockchipSimon Glass2016-07-143-0/+55
* dm: serial: ns16550: Update to support of-platdataSimon Glass2016-07-141-1/+3
* dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass2016-07-142-3/+30
* dm: core: Move regmap allocation into a separate functionSimon Glass2016-07-141-12/+22
* dm: sandbox: Enable of-platdata for sandbox_splSimon Glass2016-07-141-0/+1
* sandbox: Don't bring in the eeprom emulator in SPLSimon Glass2016-07-141-0/+2
* dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-144-11/+41
* dm: Don't attach the device tree to SPL with of-platdataSimon Glass2016-07-141-1/+1
* dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass2016-07-141-0/+1
* dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2016-07-143-4/+4
* dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-141-1/+2
* tiny-printf: Support assert()Simon Glass2016-07-141-0/+9
* Only build the libfdt python module if 'swig' is availableSimon Glass2016-07-141-1/+4
* dm: Add a more efficient libfdt librarySimon Glass2016-07-146-2/+339
* dm: Makefile: Build of-platdata files when the feature is enabledSimon Glass2016-07-141-3/+36
* dm: Add a tool to generate C code from a device treeSimon Glass2016-07-142-0/+392
* dm: Add a library to provide simple device-tree accessSimon Glass2016-07-143-0/+294
* dm: Add a README for of-platdataSimon Glass2016-07-141-0/+268
* dm: Add an option to enable the of-platdata featureSimon Glass2016-07-141-0/+21
* dm: Don't include fdtdec functions when of-platdata is enabledSimon Glass2016-07-141-3/+2
* dm: serial: Add support for of-platdataSimon Glass2016-07-141-1/+7
* dm: clk: Add support for of-platdataSimon Glass2016-07-143-2/+26
* dm: Add a header that provides access to the of-platdata structsSimon Glass2016-07-141-0/+19
* dm: sandbox: Add a simple driver to test of-platdataSimon Glass2016-07-142-0/+58
* dm: syscon: Add support for of-platdataSimon Glass2016-07-142-0/+24
* dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-142-0/+12
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-143-4/+4
* dm: Makefile: Build of-platdata before SPLSimon Glass2016-07-141-1/+2
* dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-141-1/+1
* sandbox: Add a test device that uses of-platdataSimon Glass2016-07-143-0/+50
* sandbox: Add a new sandbox_spl boardSimon Glass2016-07-145-1/+237
* sandbox: serial: Don't sync video in SPLSimon Glass2016-07-141-0/+2
* sandbox: Don't use IDE and iotrace in SPLSimon Glass2016-07-141-0/+4
* sandbox: Add basic SPL implementationSimon Glass2016-07-143-0/+75