aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-14dm: Makefile: Build of-platdata files when the feature is enabledSimon Glass1-3/+36
2016-07-14dm: Add a tool to generate C code from a device treeSimon Glass2-0/+392
2016-07-14dm: Add a library to provide simple device-tree accessSimon Glass3-0/+294
2016-07-14dm: Add a README for of-platdataSimon Glass1-0/+268
2016-07-14dm: Add an option to enable the of-platdata featureSimon Glass1-0/+21
2016-07-14dm: Don't include fdtdec functions when of-platdata is enabledSimon Glass1-3/+2
2016-07-14dm: serial: Add support for of-platdataSimon Glass1-1/+7
2016-07-14dm: clk: Add support for of-platdataSimon Glass3-2/+26
2016-07-14dm: Add a header that provides access to the of-platdata structsSimon Glass1-0/+19
2016-07-14dm: sandbox: Add a simple driver to test of-platdataSimon Glass2-0/+58
2016-07-14dm: syscon: Add support for of-platdataSimon Glass2-0/+24
2016-07-14dm: regmap: Add a dummy implementation for of-platdataSimon Glass2-0/+12
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass3-4/+4
2016-07-14dm: Makefile: Build of-platdata before SPLSimon Glass1-1/+2
2016-07-14dm: spl: Don't set up device tree with of-platdataSimon Glass1-1/+1
2016-07-14sandbox: Add a test device that uses of-platdataSimon Glass3-0/+50
2016-07-14sandbox: Add a new sandbox_spl boardSimon Glass5-1/+237
2016-07-14sandbox: serial: Don't sync video in SPLSimon Glass1-0/+2
2016-07-14sandbox: Don't use IDE and iotrace in SPLSimon Glass1-0/+4
2016-07-14sandbox: Add basic SPL implementationSimon Glass3-0/+75
2016-07-14sandbox: Don't include the main loop in SPLSimon Glass1-0/+2
2016-07-14sandbox: Don't use PCI in SPLSimon Glass2-1/+3
2016-07-14sandbox: Add some missing headers in cpu.cSimon Glass1-0/+2
2016-07-14sandbox: Correct header file order in cpu.cSimon Glass1-1/+1
2016-07-14sandbox: Support building an SPL imageSimon Glass1-0/+5
2016-07-14sandbox: Allow chaining from SPL to U-Boot properSimon Glass2-0/+76
2016-07-14Makefile: Allow the SPL final link rule to be overriddenSimon Glass1-2/+4
2016-07-14spl: Drop include of i2c.hSimon Glass1-1/+0
2016-07-14README: Remove CONFIG_SYS_MALLOC_F_LEN commentSimon Glass1-3/+0
2016-07-14sandbox: Don't print a warning for CONFIG_I2C_COMPATSimon Glass1-1/+1
2016-07-14Revert "armv8: Enable CPUECTLR.SMPEN for coherency"Tom Rini1-8/+0
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini35-23/+773
2016-07-12x86: link: Correct a failure in DRAM initSimon Glass1-0/+5
2016-07-12x86: Add Advantech SOM-DB5800/SOM-6867 supportGeorge McCollister14-1/+524
2016-07-12x86: baytrail: acpi: Hide internal UART per GNVS settingBin Meng1-11/+8
2016-07-12x86: acpi: Pack global NVS into ACPI tableBin Meng5-2/+32
2016-07-12x86: quark: Introduce ACPI global NVSBin Meng3-0/+41
2016-07-12x86: baytrail: Introduce ACPI global NVSBin Meng4-0/+81
2016-07-12x86: conga-qeval20-qa3: Add support for internal UARTStefan Roese2-0/+65
2016-07-12x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng1-1/+1
2016-07-12x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng3-0/+13
2016-07-12pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng1-2/+2
2016-07-12pci: Make load_oprom and run_oprom independentBin Meng1-4/+1
2016-07-12pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng1-2/+0
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini23-117/+450
2016-07-11tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng1-2/+3
2016-07-11tools: patman: Handle missing blank line for 'Series-changes'Bin Meng1-2/+8
2016-07-11tools: patman: Generate cover letter correctly when 'END' is missingBin Meng1-0/+8
2016-07-11tools: patman: Handle tag sections without an 'END'Bin Meng1-0/+20
2016-07-11tools: patman: Use cover_match for 'Cover-letter'Bin Meng1-1/+2