summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-02-01-189/+1970
|\
| * arm: mvebu: Implement secure bootMario Six2017-02-01-8/+1526
| * tools: kwbimage: Refactor line parsing and fix errorMario Six2017-02-01-71/+106
| * tools: kwbimage: Factor out add_binary_header_v1Mario Six2017-02-01-67/+79
| * tools: kwbimage: Remove unused parameterMario Six2017-02-01-4/+3
| * tools: kwbimage: Reduce scope of variablesMario Six2017-02-01-4/+5
| * tools: kwbimage: Fix arithmetic with void pointersMario Six2017-02-01-10/+12
| * tools: kwbimage: Fix style violationsMario Six2017-02-01-8/+17
| * tools: kwbimage: Fix dest addrMario Six2017-02-01-1/+2
| * lib: tpm: Add command to flush resourcesMario Six2017-02-01-9/+150
| * arm: mvebu: spl.c: Remove useless gd declarationReinhard Pfau2017-02-01-2/+0
| * mvebu: Add board_pex_config()Mario Six2017-02-01-0/+10
| * net: phy: Support Marvell 88E1680Dirk Eibach2017-02-01-0/+54
| * pci: mvebu: Fix Armada 38x supportDirk Eibach2017-02-01-12/+14
| * phy: comphy_a3700: Change SD/MMC compatible DT node to match the updatesStefan Roese2017-02-01-4/+3
* | mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMELMasahiro Yamada2017-01-31-14/+15
* | mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32Masahiro Yamada2017-01-31-9/+9
* | mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSMMasahiro Yamada2017-01-31-12/+12
* | mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIPMasahiro Yamada2017-01-31-9/+10
* | mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQMasahiro Yamada2017-01-31-33/+34
* | mmc: sandbox: rename CONFIG, fix dependency, and use it in MakefileMasahiro Yamada2017-01-31-9/+6
* | mmc: move CONFIG_GENERIC_MMC to KconfigMasahiro Yamada2017-01-31-341/+7
|/
* Prepare v2017.03-rc1Tom Rini2017-01-30-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2017-01-29-738/+845
|\
| * i2c: uniphier-f: use readl_poll_timeout() to poll registersMasahiro Yamada2017-01-29-24/+10
| * i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada2017-01-29-2/+0
| * ARM: uniphier: make update commands more flexible for ATFMasahiro Yamada2017-01-29-6/+18
| * ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KBMasahiro Yamada2017-01-29-9/+14
| * ARM: uniphier: change the offset to environment storage areaMasahiro Yamada2017-01-29-1/+1
| * ARM: uniphier: set initrd_high environment to skip initrd relocationMasahiro Yamada2017-01-29-2/+7
| * ARM: uniphier: use Image.gz instead Image for booting ARM64 LinuxMasahiro Yamada2017-01-29-14/+22
| * ARM: uniphier: collect SPL CONFIG symbols to the bottom of headerMasahiro Yamada2017-01-29-6/+5
| * ARM: uniphier: compile board data only for SPLMasahiro Yamada2017-01-29-1/+1
| * ARM: uniphier: refactor cmd_ddrmphyMasahiro Yamada2017-01-29-83/+112
| * ARM: uniphier: clean up UMC init for PXs2 SoCMasahiro Yamada2017-01-29-283/+284
| * ARM: uniphier: refactor cmd_ddrphyMasahiro Yamada2017-01-29-73/+83
| * ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoCMasahiro Yamada2017-01-29-10/+3
| * ARM: uniphier: detect RAM size by decoding HW register instead of DTMasahiro Yamada2017-01-29-50/+207
| * ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoCMasahiro Yamada2017-01-29-175/+79
| * clk: uniphier: fix compatible strings for Pro5, PXs2, LD20 SD clockMasahiro Yamada2017-01-29-3/+3
|/
* booti: Set images.os.archScott Wood2017-01-28-0/+1
* fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan BrĂ¼ns2017-01-28-3/+4
* buildman: Update link to the most recent prebuilt ARC toolachinAlexey Brodkin2017-01-28-1/+1
* ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz2017-01-28-2/+712
* ARM: stm32: enable support for smsc phy on stm32f746-disco boardMichael Kurz2017-01-28-0/+1
* net: phy: add SMSC LAN8742 phyMichael Kurz2017-01-28-0/+12
* net: stm32: add designware mac glue code for stm32Michael Kurz2017-01-28-3/+122
* ARM: stm32: use clock setup function defined in clock.cMichael Kurz2017-01-28-30/+15
* ARM: stm32: fix stm32f7 sdram fmc base addressMichael Kurz2017-01-28-3/+2
* ARM: stm32: cleanup stm32f7 filesMichael Kurz2017-01-28-124/+111