summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-08-01x86: Switch all boards to use DM SCSIBin Meng
2017-08-01x86: Convert MMC to driver modelSimon Glass
2017-08-01x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng
2017-08-01x86: qemu: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: quark: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: tangier: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: queensbay: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: coreboot: kconfig: Imply drivers that are usefulBin Meng
2017-08-01x86: broadwell: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: ivybridge: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: baytrail: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: kconfig: Imply DM uclass driversBin Meng
2017-08-01x86: kconfig: Select OF_CONTROLBin Meng
2017-08-01x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng
2017-08-01x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng
2017-08-01x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng
2017-08-01x86: kconfig: Select PCI and DM_PCIBin Meng
2017-08-01x86: kconfig: Select USE_PRIVATE_LIBGCCBin Meng
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng
2017-08-01x86: Make table address selectableAndy Shevchenko
2017-08-01x86: Enforce toolchain to generate 64-bit codes for 64-bit U-BootBin Meng
2017-08-01x86: Use default stack boundary alignmentBin Meng
2017-07-31configs: Migrate CMD_NAND*Tom Rini
2017-07-31arm: mach-omap2: Align image address before cache operationsAndrew F. Davis
2017-07-30x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko
2017-07-30x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko
2017-07-30x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko
2017-07-30x86: acpi: Name fields in FADT in accordance with specificationAndy Shevchenko
2017-07-30x86: acpi: Fill OEM revisionAndy Shevchenko
2017-07-30x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dtsStefan Roese
2017-07-30x86: dfi-bt700: Add xHCI USB supportStefan Roese
2017-07-30x86: Add Intel Edison board filesAndy Shevchenko
2017-07-30x86: Add Intel Tangier supportFelipe Balbi
2017-07-30x86: Add dma-mapping.h to architectural codeAndy Shevchenko
2017-07-30arch/x86: Select USB before selecting host driverAndy Shevchenko
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28x86: minnowmax: Enable USB xHCI supportBin Meng
2017-07-28configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boardsBin Meng
2017-07-28dm: power: Convert as3722 to driver modelSimon Glass
2017-07-28tegra: dts: Move stdout-path to /chosenSimon Glass
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass
2017-07-28dm: tegra: Convert USB setup to livetreeSimon Glass
2017-07-28tegra: tegra124: Add a PMC syscon driverSimon Glass
2017-07-28tegra: spl: Enable debug UARTSimon Glass
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada