summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | sandbox: Don't include the main loop in SPLSimon Glass2016-07-141-0/+2
| * | | sandbox: Don't use PCI in SPLSimon Glass2016-07-142-1/+3
| * | | sandbox: Add some missing headers in cpu.cSimon Glass2016-07-141-0/+2
| * | | sandbox: Correct header file order in cpu.cSimon Glass2016-07-141-1/+1
| * | | sandbox: Support building an SPL imageSimon Glass2016-07-141-0/+5
| * | | sandbox: Allow chaining from SPL to U-Boot properSimon Glass2016-07-142-0/+76
| * | | Makefile: Allow the SPL final link rule to be overriddenSimon Glass2016-07-141-2/+4
| * | | spl: Drop include of i2c.hSimon Glass2016-07-141-1/+0
| * | | README: Remove CONFIG_SYS_MALLOC_F_LEN commentSimon Glass2016-07-141-3/+0
| * | | sandbox: Don't print a warning for CONFIG_I2C_COMPATSimon Glass2016-07-141-1/+1
| | |/ | |/|
* | | rtc: Tidy up the code styleSimon Glass2016-07-141-39/+32
* | | arm: Show cache warnings in U-Boot proper onlySimon Glass2016-07-141-2/+2
* | | Add warn_non_spl() to show a message in U-Boot properSimon Glass2016-07-141-0/+10