aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Prepare v2017.03-rc1v2017.03-rc1Tom Rini1-2/+2
2017-01-29Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini13-738/+845
2017-01-29i2c: uniphier-f: use readl_poll_timeout() to poll registersMasahiro Yamada1-24/+10
2017-01-29i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada2-2/+0
2017-01-29ARM: uniphier: make update commands more flexible for ATFMasahiro Yamada1-6/+18
2017-01-29ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KBMasahiro Yamada2-9/+14
2017-01-29ARM: uniphier: change the offset to environment storage areaMasahiro Yamada1-1/+1
2017-01-29ARM: uniphier: set initrd_high environment to skip initrd relocationMasahiro Yamada1-2/+7
2017-01-29ARM: uniphier: use Image.gz instead Image for booting ARM64 LinuxMasahiro Yamada1-14/+22
2017-01-29ARM: uniphier: collect SPL CONFIG symbols to the bottom of headerMasahiro Yamada1-6/+5
2017-01-29ARM: uniphier: compile board data only for SPLMasahiro Yamada1-1/+1
2017-01-29ARM: uniphier: refactor cmd_ddrmphyMasahiro Yamada1-83/+112
2017-01-29ARM: uniphier: clean up UMC init for PXs2 SoCMasahiro Yamada3-283/+284
2017-01-29ARM: uniphier: refactor cmd_ddrphyMasahiro Yamada1-73/+83
2017-01-29ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoCMasahiro Yamada1-10/+3
2017-01-29ARM: uniphier: detect RAM size by decoding HW register instead of DTMasahiro Yamada3-50/+207
2017-01-29ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoCMasahiro Yamada1-175/+79
2017-01-29clk: uniphier: fix compatible strings for Pro5, PXs2, LD20 SD clockMasahiro Yamada1-3/+3
2017-01-28booti: Set images.os.archScott Wood1-0/+1
2017-01-28fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan BrĂ¼ns1-3/+4
2017-01-28buildman: Update link to the most recent prebuilt ARC toolachinAlexey Brodkin1-1/+1
2017-01-28ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz8-2/+712
2017-01-28ARM: stm32: enable support for smsc phy on stm32f746-disco boardMichael Kurz1-0/+1
2017-01-28net: phy: add SMSC LAN8742 phyMichael Kurz1-0/+12
2017-01-28net: stm32: add designware mac glue code for stm32Michael Kurz7-3/+122
2017-01-28ARM: stm32: use clock setup function defined in clock.cMichael Kurz5-30/+15
2017-01-28ARM: stm32: fix stm32f7 sdram fmc base addressMichael Kurz2-3/+2
2017-01-28ARM: stm32: cleanup stm32f7 filesMichael Kurz6-124/+111
2017-01-28ARM: DTS: stm32: add stm32f746-disco device tree filesMichael Kurz6-0/+242
2017-01-28ARM: DTS: stm32: add stm32f746 device tree pin control filesMichael Kurz1-0/+1324
2017-01-28arm: omap3: Update cpuinfo for DM3730, DM3725, AM3715, and AM3703Adam Ford2-2/+48
2017-01-28arm: omap3: Fix cpuinfo frequency spellingLadislav Michl1-3/+3
2017-01-28Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada1-8/+0
2017-01-28arm64: spin-table: add more information in Kconfig helpMasahiro Yamada1-2/+4
2017-01-28board/chiliboard: Add support for chiliBoardMarcin Niestroj9-0/+532
2017-01-28ARM: am335x: Add support for chiliSOMMarcin Niestroj4-0/+206
2017-01-28defconfig: Add a config for AM335x High Security EVMAndrew F. Davis2-0/+63
2017-01-28spl: Remove overwrite of relocated malloc limitAndrew F. Davis1-1/+6
2017-01-28malloc_simple: Add debug statements to memalign_simpleAndrew F. Davis1-1/+5
2017-01-28aspeed: Support for ast2500 Eval Boardmaxims@google.com8-0/+94
2017-01-28aspeed: Board init functions and common configs for ast2500 based boardsmaxims@google.com3-1/+165
2017-01-28aspeed: Add basic ast2500-specific drivers and configurationmaxims@google.com14-0/+1273
2017-01-28aspeed: Add drivers common to all Aspeed SoCsmaxims@google.com12-0/+420
2017-01-28arm: Note vendor-required status of certain MACH_TYPE valuesTom Rini7-25/+12
2017-01-28am335x_shc: Drop MACH_TYPE usageTom Rini1-19/+0
2017-01-28arm: Clean up MACH_TYPE_xxx usage after re-sync of mach-typesTom Rini45-103/+12
2017-01-28Revert "arm: Remove unregister MACH_TYPE_xxx uses"Tom Rini17-0/+52
2017-01-28arm: Re-sync with full list of MACH_TYPE_xxx valuesTom Rini1-1/+4064
2017-01-28disk: convert CONFIG_PARTITION_TYPE_GUID to KconfigPatrick Delaunay2-1/+8
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay256-490/+500