summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-07-14dm: Add an option to enable the of-platdata featureSimon Glass
2016-07-14dm: Don't include fdtdec functions when of-platdata is enabledSimon Glass
2016-07-14dm: serial: Add support for of-platdataSimon Glass
2016-07-14dm: clk: Add support for of-platdataSimon Glass
2016-07-14dm: Add a header that provides access to the of-platdata structsSimon Glass
2016-07-14dm: sandbox: Add a simple driver to test of-platdataSimon Glass
2016-07-14dm: syscon: Add support for of-platdataSimon Glass
2016-07-14dm: regmap: Add a dummy implementation for of-platdataSimon Glass
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass
2016-07-14dm: Makefile: Build of-platdata before SPLSimon Glass
2016-07-14dm: spl: Don't set up device tree with of-platdataSimon Glass
2016-07-14sandbox: Add a test device that uses of-platdataSimon Glass
2016-07-14sandbox: Add a new sandbox_spl boardSimon Glass
2016-07-14sandbox: serial: Don't sync video in SPLSimon Glass
2016-07-14sandbox: Don't use IDE and iotrace in SPLSimon Glass
2016-07-14sandbox: Add basic SPL implementationSimon Glass
2016-07-14sandbox: Don't include the main loop in SPLSimon Glass
2016-07-14sandbox: Don't use PCI in SPLSimon Glass
2016-07-14sandbox: Add some missing headers in cpu.cSimon Glass
2016-07-14sandbox: Correct header file order in cpu.cSimon Glass
2016-07-14sandbox: Support building an SPL imageSimon Glass
2016-07-14sandbox: Allow chaining from SPL to U-Boot properSimon Glass
2016-07-14Makefile: Allow the SPL final link rule to be overriddenSimon Glass
2016-07-14spl: Drop include of i2c.hSimon Glass
2016-07-14README: Remove CONFIG_SYS_MALLOC_F_LEN commentSimon Glass
2016-07-14sandbox: Don't print a warning for CONFIG_I2C_COMPATSimon Glass
2016-07-14rtc: Tidy up the code styleSimon Glass
2016-07-14arm: Show cache warnings in U-Boot proper onlySimon Glass
2016-07-14Add warn_non_spl() to show a message in U-Boot properSimon Glass
2016-07-14Add comments for debug() and pr_fmtSimon Glass
2016-07-14arm: Don't invalidate unaligned cache regionsSimon Glass
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass
2016-07-14board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin
2016-07-14board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin
2016-07-14configs: da850evm: enable bootz commandSekhar Nori
2016-07-14ARM: OMAP5+: Enable errata i727Lokesh Vutla