summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-18Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2017-05-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2017-05-18ARM: dts: am335x-evm: disable mmc3Jean-Jacques Hiblot
2017-05-18scripts/Makefile.lib: Always have ...-u-boot.dtsi be able to overrideTom Rini
2017-05-18arm: socfpga: Enable build for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add board files for the Arria10Ley Foon Tan
2017-05-18arm: socfpga: Add config and defconfig for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add SPL support for Arria 10Ley Foon Tan
2017-05-18arm: dts: Add dts and dtsi for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add misc support for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add pinmux for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add sdram header file for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add system manager for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add clock driver for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add reset driver support for Arria 10Ley Foon Tan
2017-05-18arm: socfpga: Add A10 macrosLey Foon Tan
2017-05-18arm: socfpga: Restructure misc driverLey Foon Tan
2017-05-18arm: socfpga: Restructure system managerLey Foon Tan
2017-05-18arm: socfpga: Restructure reset manager driverLey Foon Tan
2017-05-18arm: socfpga: Restructure clock manager driverLey Foon Tan
2017-05-18usb: lpc32xx: add i2c DM supportLiam Beguin
2017-05-17Merge git://git.denx.de/u-boot-uniphierTom Rini
2017-05-17Merge git://git.denx.de/u-boot-x86Tom Rini
2017-05-17ARM: uniphier: add more init code for PXs3Masahiro Yamada
2017-05-17ARM: uniphier: move kernel physical base to 0x82080000Masahiro Yamada
2017-05-17ARM: dts: uniphier: sync DT with LinuxMasahiro Yamada
2017-05-17ARM: uniphier: add weird workaround code for LD20Masahiro Yamada
2017-05-17ARM: uniphier: add usbupdate commandMasahiro Yamada
2017-05-17ARM: uniphier: fix MODEL field of REVISION registerMasahiro Yamada
2017-05-17x86: minnowmax: Remove incorrect pad-offset of several pinsBin Meng
2017-05-17x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng
2017-05-17spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exitStefan Roese
2017-05-17x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese
2017-05-17serial: serial-uclass: Use force parameter in stdio_deregister_dev()Stefan Roese
2017-05-17x86: Convert MMC to driver modelSimon Glass
2017-05-17x86: Document ACPI S3 supportBin Meng
2017-05-17x86: minnowmax: Enable ACPI S3 resumeBin Meng
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng
2017-05-17x86: acpi: Turn on ACPI mode for S3Bin Meng
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng
2017-05-17x86: apci: Change PM1_CNT register access to RMWBin Meng
2017-05-17x86: Adjust board_final_cleanup() orderBin Meng
2017-05-17x86: Do not clear high table area for S3Bin Meng
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng
2017-05-17x86: Add an early CMOS access libraryBin Meng
2017-05-17x86: acpi: Resume OS if resume vector is foundBin Meng
2017-05-17x86: acpi: Add one API to find OS wakeup vectorBin Meng