summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-15mkimage: Explain the auto-fit imagefile special caseSimon Glass1-0/+1
2016-07-15mkimage: Honour the default image type with auto-fitSimon Glass1-1/+1
2016-07-15linux/io.h: add generic ioremap()/iounmap() definesMasahiro Yamada2-0/+20
2016-07-15arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada3-101/+0
2016-07-15types.h: move and redefine resource_size_tMasahiro Yamada2-1/+4
2016-07-15doc: Update info on using secure devices from TIAndreas Dannenberg1-54/+123
2016-07-15arm: am4x: add U-Boot FIT signing and SPL image post-processingMadan Srinivas3-0/+10
2016-07-15arm: omap5: add U-Boot FIT signing and SPL image post-processingAndreas Dannenberg5-0/+22
2016-07-15spl: fit: add support for post-processing of imagesDaniel Allred3-5/+47
2016-07-15arm: omap-common: Update to generate secure U-Boot FIT blobAndreas Dannenberg1-14/+61
2016-07-15arm: omap-common: secure ROM signature verify APIAndreas Dannenberg2-0/+97
2016-07-15arm: omap-common: add secure rom call API for secure devicesAndreas Dannenberg3-0/+74
2016-07-15arm: omap-common: add secure smc entryDaniel Allred2-9/+42
2016-07-15arm: cache: add missing dummy functions for when dcache disabledDaniel Allred1-0/+8
2016-07-15arm64: add better and more generic spin-table supportMasahiro Yamada7-4/+134
2016-07-15Revert "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-12Merge 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
2016-07-11dm: Sort the uclass id in alphabetical orderBin Meng1-2/+2
2016-07-11sandbox: Find keyboard driver using driver modelSimon Glass3-3/+10
2016-07-11fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass1-3/+3
2016-07-11fdt: Add a note to avoid adding new compatible stringsSimon Glass1-0/+5
2016-07-11fdt: Drop unused exynos compatible stringsSimon Glass2-4/+0
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass3-16/+0
2016-07-11common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan1-1/+1
2016-07-11dm: gpio: MPC85XX GPIO platform data supportHamish Martin2-7/+36
2016-07-11dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass1-6/+5
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass1-3/+3
2016-07-11dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2-16/+1
2016-07-11dm: mmc: Move dragonboard410c to use CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-0/+2
2016-07-11dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-2/+44
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2-1/+119
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass1-48/+59