aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-05-22lib: move hash CONFIG options to KconfigTom Rini3-3/+1
2017-05-22Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan6-1/+13
2017-05-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini11-256/+1527
2017-05-18Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini31-1436/+5831
2017-05-18ARM: dts: am335x-evm: disable mmc3Jean-Jacques Hiblot1-0/+10
2017-05-18arm: socfpga: Enable build for Arria 10Ley Foon Tan2-13/+43
2017-05-18arm: socfpga: Add SPL support for Arria 10Ley Foon Tan1-2/+51
2017-05-18arm: dts: Add dts and dtsi for Arria 10Ley Foon Tan4-0/+1389
2017-05-18arm: socfpga: Add misc support for Arria 10Ley Foon Tan3-0/+266
2017-05-18arm: socfpga: Add pinmux for Arria 10Ley Foon Tan3-0/+114
2017-05-18arm: socfpga: Add sdram header file for Arria 10Ley Foon Tan1-0/+380
2017-05-18arm: socfpga: Add system manager for Arria 10Ley Foon Tan2-11/+144
2017-05-18arm: socfpga: Add clock driver for Arria 10Ley Foon Tan5-1/+1335
2017-05-18arm: socfpga: Add reset driver support for Arria 10Ley Foon Tan4-0/+534
2017-05-18arm: socfpga: Add A10 macrosLey Foon Tan1-1/+7
2017-05-18arm: socfpga: Restructure misc driverLey Foon Tan4-349/+400
2017-05-18arm: socfpga: Restructure system managerLey Foon Tan4-123/+138
2017-05-18arm: socfpga: Restructure reset manager driverLey Foon Tan5-133/+176
2017-05-18arm: socfpga: Restructure clock manager driverLey Foon Tan6-816/+867
2017-05-18arm: dts: imx7d-sdb: add usdhc supportPeng Fan1-0/+73
2017-05-18arm: dts: imx7d-sdb: add i2c supportPeng Fan1-0/+146
2017-05-18arm: dts: imx7d-sdb: add regulator node for usb and mmcPeng Fan1-0/+36
2017-05-18arm: dts: imx7d-sdb: add spi gpio nodePeng Fan1-0/+35
2017-05-18arm: dts: imx7d-sdb add basic dtsPeng Fan2-1/+21
2017-05-18arm: dts: imx7: sync with LinuxPeng Fan5-251/+1203
2017-05-18i.MX6UL: geam6ul: Add SETUP_IOMUX_PADSJagan Teki1-0/+6
2017-05-18icorem6: Make SPL to pick suitable fdtJagan Teki1-0/+4
2017-05-18geam6ul: Add modeboot env via board_late_initJagan Teki1-0/+1
2017-05-18icorem6: Add modeboot env via board_late_initJagan Teki1-0/+1
2017-05-18imx-common: rdc-sema: correct return valuePeng Fan1-1/+1
2017-05-18imx-common: timer: clean upPeng Fan1-3/+0
2017-05-17Merge git://git.denx.de/u-boot-uniphierTom Rini22-23/+330
2017-05-17Merge git://git.denx.de/u-boot-x86Tom Rini33-54/+803
2017-05-17ARM: uniphier: add more init code for PXs3Masahiro Yamada9-1/+76
2017-05-17ARM: dts: uniphier: sync DT with LinuxMasahiro Yamada10-21/+237
2017-05-17ARM: uniphier: add weird workaround code for LD20Masahiro Yamada2-0/+16
2017-05-17ARM: uniphier: fix MODEL field of REVISION registerMasahiro Yamada1-1/+1
2017-05-17x86: minnowmax: Remove incorrect pad-offset of several pinsBin Meng1-5/+0
2017-05-17x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng5-0/+30
2017-05-17x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese1-0/+9
2017-05-17x86: Convert MMC to driver modelSimon Glass5-43/+2
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng4-2/+71
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng1-0/+12
2017-05-17x86: acpi: Turn on ACPI mode for S3Bin Meng1-0/+3
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng5-12/+33
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng2-1/+10
2017-05-17x86: apci: Change PM1_CNT register access to RMWBin Meng1-1/+3
2017-05-17x86: Adjust board_final_cleanup() orderBin Meng1-2/+2
2017-05-17x86: Do not clear high table area for S3Bin Meng1-1/+6
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng4-1/+89