aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2016-02-05x86: quark: Use Quark's own PCI config APIsBin Meng1-2/+3
2016-02-05x86: pci: Drop legacy PCI APIsBin Meng1-53/+0
2016-02-05x86: pci: Use DM PCI APIs in pci_assign_irqs()Bin Meng1-3/+3
2016-02-05x86: qemu: Convert to use DM PCI APIBin Meng1-17/+17
2016-02-05x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng1-0/+36
2016-02-05x86: tnc: Use DM PCI API in disable_igd()Bin Meng1-3/+19
2016-02-05x86: tnc: Change disable_igd() to have a return valueBin Meng1-3/+7
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng2-4/+4
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng1-36/+37
2016-02-05x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng1-8/+1
2016-02-05x86: pch: Implement get_gpio_base opBin Meng1-0/+33
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng1-2/+2
2016-02-05dm: pch: Remove pch_get_version opBin Meng1-6/+0
2016-02-05x86: quark: Drop unprotect_spi_flash()Bin Meng1-17/+0
2016-02-05x86: tnc: Drop unprotect_spi_flash()Bin Meng1-16/+0
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan2-0/+255
2016-01-28x86: qemu: setup PM IO base for ACPI in southbridgeMiao Yan2-0/+36
2016-01-28x86: qemu: re-structure qemu_fwcfg_list_firmware()Miao Yan1-14/+49
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese1-3/+7
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass3-12/+11
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass2-4/+5
2016-01-24x86: ivybridge: Drop the SMM-locking codeSimon Glass1-57/+0
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass2-33/+0
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass3-33/+0
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass2-41/+39
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass3-127/+129
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass3-27/+39
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass2-6/+7
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass2-33/+55
2016-01-24x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass1-9/+10
2016-01-24x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass1-14/+25
2016-01-24x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass1-17/+17
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass1-36/+3
2016-01-24x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass1-63/+66
2016-01-24x86: ivybridge: Drop the special PCI driverSimon Glass2-47/+0
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass2-12/+9
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass3-8/+4
2016-01-24x86: ivybridge: Use driver model PCI API in sata.cSimon Glass1-49/+45
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass2-9/+8
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass2-17/+0
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass3-3/+27
2016-01-24x86: ivybridge: Drop unnecessary northbridge setupSimon Glass1-20/+0
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass1-13/+7
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass2-46/+12
2016-01-24x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass1-2/+18
2016-01-24x86: Make x86_init_cpus() staticSimon Glass1-1/+1
2016-01-24x86: ivybridge: Move early init code into northbridge.cSimon Glass3-82/+67
2016-01-24x86: ivybridge: Drop the dead MTRR codeSimon Glass1-10/+0
2016-01-24x86: ivybridge: Set up the thermal target correctlySimon Glass1-11/+10
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass2-7/+4