summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* dm: Add a tool to generate C code from a device treeSimon Glass2016-07-14-0/+392
* dm: Add a library to provide simple device-tree accessSimon Glass2016-07-14-0/+294
* dm: Add a README for of-platdataSimon Glass2016-07-14-0/+268
* dm: Add an option to enable the of-platdata featureSimon Glass2016-07-14-0/+21
* dm: Don't include fdtdec functions when of-platdata is enabledSimon Glass2016-07-14-3/+2
* dm: serial: Add support for of-platdataSimon Glass2016-07-14-1/+7
* dm: clk: Add support for of-platdataSimon Glass2016-07-14-2/+26
* dm: Add a header that provides access to the of-platdata structsSimon Glass2016-07-14-0/+19
* dm: sandbox: Add a simple driver to test of-platdataSimon Glass2016-07-14-0/+58
* dm: syscon: Add support for of-platdataSimon Glass2016-07-14-0/+24
* dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-14-0/+12
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-14-4/+4
* dm: Makefile: Build of-platdata before SPLSimon Glass2016-07-14-1/+2
* dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-14-1/+1
* sandbox: Add a test device that uses of-platdataSimon Glass2016-07-14-0/+50
* sandbox: Add a new sandbox_spl boardSimon Glass2016-07-14-1/+237
* sandbox: serial: Don't sync video in SPLSimon Glass2016-07-14-0/+2
* sandbox: Don't use IDE and iotrace in SPLSimon Glass2016-07-14-0/+4
* sandbox: Add basic SPL implementationSimon Glass2016-07-14-0/+75
* sandbox: Don't include the main loop in SPLSimon Glass2016-07-14-0/+2
* sandbox: Don't use PCI in SPLSimon Glass2016-07-14-1/+3
* sandbox: Add some missing headers in cpu.cSimon Glass2016-07-14-0/+2
* sandbox: Correct header file order in cpu.cSimon Glass2016-07-14-1/+1
* sandbox: Support building an SPL imageSimon Glass2016-07-14-0/+5
* sandbox: Allow chaining from SPL to U-Boot properSimon Glass2016-07-14-0/+76
* Makefile: Allow the SPL final link rule to be overriddenSimon Glass2016-07-14-2/+4
* spl: Drop include of i2c.hSimon Glass2016-07-14-1/+0
* README: Remove CONFIG_SYS_MALLOC_F_LEN commentSimon Glass2016-07-14-3/+0
* sandbox: Don't print a warning for CONFIG_I2C_COMPATSimon Glass2016-07-14-1/+1
* Revert "armv8: Enable CPUECTLR.SMPEN for coherency"Tom Rini2016-07-14-8/+0
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-07-12-23/+773
|\
| * x86: link: Correct a failure in DRAM initSimon Glass2016-07-12-0/+5
| * x86: Add Advantech SOM-DB5800/SOM-6867 supportGeorge McCollister2016-07-12-1/+524
| * x86: baytrail: acpi: Hide internal UART per GNVS settingBin Meng2016-07-12-11/+8
| * x86: acpi: Pack global NVS into ACPI tableBin Meng2016-07-12-2/+32
| * x86: quark: Introduce ACPI global NVSBin Meng2016-07-12-0/+41
| * x86: baytrail: Introduce ACPI global NVSBin Meng2016-07-12-0/+81
| * x86: conga-qeval20-qa3: Add support for internal UARTStefan Roese2016-07-12-0/+65
| * x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng2016-07-12-1/+1
| * x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng2016-07-12-0/+13
| * pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng2016-07-12-2/+2
| * pci: Make load_oprom and run_oprom independentBin Meng2016-07-12-4/+1
| * pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng2016-07-12-2/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-11-117/+450
|\ \
| * | dm: spi: Read default speed and mode values from DTVignesh R2016-07-09-6/+12
| * | ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHzVignesh R2016-07-09-8/+4
| * | defconfig: k2g_evm_defconfig: Enable Cadence QSPI controllerVignesh R2016-07-09-0/+8
| * | ARM: dts: K2G: Add support for QSPI controllerVignesh R2016-07-09-0/+59
| * | spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R2016-07-09-7/+8
| * | spi: cadence_qspi_apb: Support 32 bit AHB addressVignesh R2016-07-09-3/+2