summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Add Intel Cougar Canyon 2 boardBin Meng2016-02-213-0/+109
* x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng2016-02-212-1/+5
* x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng2016-02-212-0/+43
* x86: ivybridge: Add FSP supportBin Meng2016-02-216-0/+131
* x86: fix memalign() parameter orderStephen Warren2016-02-211-1/+1
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-082-2/+2
|\
| * Use correct spelling of "U-Boot"Bin Meng2016-02-062-2/+2
* | x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng2016-02-053-60/+0
* | x86: Disable DM_PCI_COMPATBin Meng2016-02-051-3/+0
* | x86: quark: Use Quark's own PCI config APIsBin Meng2016-02-051-2/+3
* | x86: pci: Drop legacy PCI APIsBin Meng2016-02-052-65/+0
* | x86: pci: Use DM PCI APIs in pci_assign_irqs()Bin Meng2016-02-051-3/+3
* | x86: qemu: Convert to use DM PCI APIBin Meng2016-02-051-17/+17
* | x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng2016-02-051-0/+36
* | x86: tnc: Use DM PCI API in disable_igd()Bin Meng2016-02-051-3/+19
* | x86: tnc: Change disable_igd() to have a return valueBin Meng2016-02-051-3/+7
* | x86: irq: Convert to use DM PCI APIBin Meng2016-02-052-4/+4
* | x86: irq: Move irq_router to a per driver privBin Meng2016-02-053-46/+51
* | x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng2016-02-051-8/+1
* | x86: minnowmax: Drop io-base property in the pch_pinctrl nodeBin Meng2016-02-051-1/+0
* | x86: Drop asm/arch/gpio.hBin Meng2016-02-058-89/+0
* | x86: ich6_gpio: Convert to use proper DM APIBin Meng2016-02-056-153/+163
* | x86: pch: Implement get_gpio_base opBin Meng2016-02-051-0/+33
* | dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-051-2/+2
* | dm: pch: Remove pch_get_version opBin Meng2016-02-051-6/+0
* | x86: quark: Drop unprotect_spi_flash()Bin Meng2016-02-051-17/+0
* | x86: tnc: Drop unprotect_spi_flash()Bin Meng2016-02-051-16/+0
* | spi: ich: Use compatible strings to distinguish controller versionBin Meng2016-02-057-7/+7
|/
* x86: Correct spi node aliasBin Meng2016-01-287-14/+14
* x86: config option for loading ACPI table from QEMUMiao Yan2016-01-281-0/+9
* x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan2016-01-285-0/+322
* x86: qemu: setup PM IO base for ACPI in southbridgeMiao Yan2016-01-284-0/+43
* x86: qemu: re-structure qemu_fwcfg_list_firmware()Miao Yan2016-01-282-17/+55
* x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese2016-01-283-5/+9
* x86: ivybridge: Use syscon for the GMA deviceSimon Glass2016-01-246-15/+17
* x86: Set up a shared syscon numbering schemaSimon Glass2016-01-243-4/+14
* x86: ivybridge: Drop the SMM-locking codeSimon Glass2016-01-241-57/+0
* x86: ivybridge: Drop XHCI supportSimon Glass2016-01-243-34/+0
* x86: ivybridge: Drop special EHCI initSimon Glass2016-01-245-34/+12
* x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass2016-01-243-42/+46
* x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass2016-01-244-145/+129
* x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass2016-01-244-32/+76
* x86: ivybridge: Convert report_platform to DM PCI APISimon Glass2016-01-243-7/+8
* x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass2016-01-244-38/+101
* x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass2016-01-241-9/+10
* x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass2016-01-241-14/+25
* x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass2016-01-241-17/+17
* x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass2016-01-242-36/+9
* x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass2016-01-241-63/+66
* x86: ivybridge: Drop the special PCI driverSimon Glass2016-01-243-48/+1
OpenPOWER on IntegriCloud