aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-08-01x86: Switch all boards to use DM SCSIBin Meng7-0/+8
2017-08-01x86: Convert MMC to driver modelSimon Glass5-43/+2
2017-08-01x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de1-5/+0
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng4-0/+4
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng9-2/+17
2017-08-01x86: qemu: kconfig: Imply platform specific driversBin Meng1-0/+4
2017-08-01x86: quark: kconfig: Imply platform specific driversBin Meng1-0/+9
2017-08-01x86: tangier: kconfig: Imply platform specific driversBin Meng1-0/+7
2017-08-01x86: queensbay: kconfig: Imply platform specific driversBin Meng1-0/+11
2017-08-01x86: coreboot: kconfig: Imply drivers that are usefulBin Meng1-0/+10
2017-08-01x86: broadwell: kconfig: Imply platform specific driversBin Meng1-0/+6
2017-08-01x86: ivybridge: kconfig: Imply platform specific driversBin Meng1-0/+5
2017-08-01x86: baytrail: kconfig: Imply platform specific driversBin Meng1-1/+10
2017-08-01x86: kconfig: Imply DM uclass driversBin Meng1-6/+10
2017-08-01x86: kconfig: Select OF_CONTROLBin Meng1-0/+1
2017-08-01x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng4-0/+4
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng6-13/+20
2017-08-01x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng4-10/+2
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng2-10/+0
2017-08-01x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng3-0/+3
2017-08-01x86: kconfig: Select PCI and DM_PCIBin Meng1-0/+2
2017-08-01x86: kconfig: Select USE_PRIVATE_LIBGCCBin Meng1-0/+1
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng1-0/+2
2017-08-01x86: Make table address selectableAndy Shevchenko2-7/+15
2017-08-01x86: Enforce toolchain to generate 64-bit codes for 64-bit U-BootBin Meng1-1/+1
2017-08-01x86: Use default stack boundary alignmentBin Meng1-2/+1
2017-07-31configs: Migrate CMD_NAND*Tom Rini1-0/+23
2017-07-31arm: mach-omap2: Align image address before cache operationsAndrew F. Davis1-4/+4
2017-07-30x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko1-0/+4
2017-07-30x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko2-3/+6
2017-07-30x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko3-58/+29
2017-07-30x86: acpi: Name fields in FADT in accordance with specificationAndy Shevchenko1-3/+2
2017-07-30x86: acpi: Fill OEM revisionAndy Shevchenko1-0/+2
2017-07-30x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dtsStefan Roese1-0/+3
2017-07-30x86: dfi-bt700: Add xHCI USB supportStefan Roese1-0/+12
2017-07-30x86: Add Intel Edison board filesAndy Shevchenko3-0/+94
2017-07-30x86: Add Intel Tangier supportFelipe Balbi8-0/+301
2017-07-30x86: Add dma-mapping.h to architectural codeAndy Shevchenko1-0/+41
2017-07-30arch/x86: Select USB before selecting host driverAndy Shevchenko1-0/+1
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini6-60/+186
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini2-4/+3
2017-07-28x86: minnowmax: Enable USB xHCI supportBin Meng1-0/+3
2017-07-28configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boardsBin Meng1-4/+0
2017-07-28dm: power: Convert as3722 to driver modelSimon Glass1-6/+0
2017-07-28tegra: dts: Move stdout-path to /chosenSimon Glass1-1/+4
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass2-4/+3
2017-07-28dm: tegra: Convert USB setup to livetreeSimon Glass7-49/+103
2017-07-28tegra: tegra124: Add a PMC syscon driverSimon Glass4-0/+27
2017-07-28tegra: spl: Enable debug UARTSimon Glass1-0/+4
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada1-11/+0