aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-01-31mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQMasahiro Yamada1-1/+1
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 Yamada2-49/+206
2017-01-29ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoCMasahiro Yamada1-175/+79
2017-01-28ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz3-2/+8
2017-01-28net: stm32: add designware mac glue code for stm32Michael Kurz3-0/+44
2017-01-28ARM: stm32: use clock setup function defined in clock.cMichael Kurz4-28/+14
2017-01-28ARM: stm32: fix stm32f7 sdram fmc base addressMichael Kurz2-3/+2
2017-01-28ARM: stm32: cleanup stm32f7 filesMichael Kurz5-118/+110
2017-01-28ARM: DTS: stm32: add stm32f746-disco device tree filesMichael Kurz4-0/+202
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-28arm64: spin-table: add more information in Kconfig helpMasahiro Yamada1-2/+4
2017-01-28board/chiliboard: Add support for chiliBoardMarcin Niestroj2-0/+8
2017-01-28ARM: am335x: Add support for chiliSOMMarcin Niestroj4-0/+206
2017-01-28aspeed: Support for ast2500 Eval Boardmaxims@google.com3-0/+27
2017-01-28aspeed: Board init functions and common configs for ast2500 based boardsmaxims@google.com2-1/+84
2017-01-28aspeed: Add basic ast2500-specific drivers and configurationmaxims@google.com10-0/+970
2017-01-28aspeed: Add drivers common to all Aspeed SoCsmaxims@google.com7-0/+254
2017-01-28arm: Re-sync with full list of MACH_TYPE_xxx valuesTom Rini1-1/+4064
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay1-2/+0
2017-01-26Merge git://www.denx.de/git/u-boot-marvellTom Rini5-0/+67
2017-01-25Merge git://git.denx.de/u-boot-mpc85xxTom Rini6-3/+30
2017-01-25Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()Simon Glass1-1/+1
2017-01-25powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass9-126/+7
2017-01-25powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-1/+1
2017-01-25Convert CONFIG_ARCH_MISC_INIT to KconfigSimon Glass4-2/+9
2017-01-25Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass10-0/+63
2017-01-25Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass4-1/+6
2017-01-25config: Drop CONFIG_ARCH_DMA_PIO_WORDSSimon Glass1-6/+1
2017-01-25arm64: mvebu: Armada 7040-db: Add SDHCI device tree nodesStefan Roese1-0/+14
2017-01-25arm64: mvebu: Armada 7k/8k: Add SDHCI device tree nodesStefan Roese2-0/+16
2017-01-25arm64: mvebu: Armada 3720-db: Add SDHCI device tree nodesStefan Roese1-0/+21
2017-01-25arm64: mvebu: Armada 3700: Add SDHCI device tree nodesStefan Roese1-0/+16
2017-01-24powerpc: Enable flush and invalidate dcache by range for MPC85xxTony O'Brien1-2/+2
2017-01-24mpc85xx: pcie: Implement workaround for Erratum A007815Tony O'Brien3-1/+12
2017-01-24powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907Darwin Dingel4-1/+17
2017-01-24mach-omap2: Cleanup secure boot media generationAndrew F. Davis1-10/+28
2017-01-24Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini23-0/+144
2017-01-24NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUSTTom Rini2-13/+0
2017-01-24imx31_phycore: Split the eet variant out into a different TARGETTom Rini1-1/+5
2017-01-22ARM: uniphier: add PXs3 SoC supportMasahiro Yamada8-0/+27
2017-01-22ARM: dts: uniphier: add PXs3 SoC/board supportMasahiro Yamada3-0/+381
2017-01-22ARM: dts: uniphier: compile only DT files that make senseMasahiro Yamada1-9/+18
2017-01-22ARM: uniphier: add macro to generate SoC data look-up functionMasahiro Yamada3-33/+23
2017-01-22ARM: uniphier: simplify SoC ID get functionMasahiro Yamada17-317/+214