summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/ivybridge
Commit message (Expand)AuthorAgeFilesLines
* x86: ivybridge: Drop special EHCI initSimon Glass2016-01-243-33/+0
* x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass2016-01-242-41/+39
* x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass2016-01-243-127/+129
* x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass2016-01-243-27/+39
* x86: ivybridge: Convert report_platform to DM PCI APISimon Glass2016-01-242-6/+7
* x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass2016-01-242-33/+55
* 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-241-36/+3
* x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass2016-01-241-63/+66
* x86: ivybridge: Drop the special PCI driverSimon Glass2016-01-242-47/+0
* x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass2016-01-242-12/+9
* x86: ivybridge: Move lpc_enable() into gma.cSimon Glass2016-01-243-8/+4
* x86: ivybridge: Use driver model PCI API in sata.cSimon Glass2016-01-241-49/+45
* x86: ivybridge: Use the SATA driver to do the initSimon Glass2016-01-242-9/+8
* x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass2016-01-242-17/+0
* x86: ivybridge: Do the SATA init before relocationSimon Glass2016-01-243-3/+27
* x86: ivybridge: Drop unnecessary northbridge setupSimon Glass2016-01-241-20/+0
* x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass2016-01-241-13/+7
* x86: ivybridge: Move northbridge and PCH init into driversSimon Glass2016-01-242-46/+12
* x86: ivybridge: Move early init code into northbridge.cSimon Glass2016-01-243-82/+67
* x86: ivybridge: Drop the dead MTRR codeSimon Glass2016-01-241-10/+0
* x86: ivybridge: Set up the thermal target correctlySimon Glass2016-01-241-11/+10
* x86: ivybridge: Move CPU init code into the driverSimon Glass2016-01-242-7/+4
* x86: ivybridge: Use common CPU init codeSimon Glass2016-01-241-52/+42
* x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass2016-01-242-4/+3
* x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass2016-01-242-17/+18
* x86: ivybridge: Move graphics init much laterSimon Glass2016-01-243-78/+76
* x86: ivybridge: Probe the LPC in CPU initSimon Glass2016-01-241-3/+2
* x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass2016-01-242-2/+2
* x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass2016-01-241-23/+24
* x86: ivybridge: Move northbridge init into the probe() methodSimon Glass2016-01-242-14/+21
* x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass2016-01-241-0/+18
* x86: ivybridge: Rename bd82x6x_init()Simon Glass2016-01-243-2/+10
* x86: ivybridge: Move more init to the probe() functionSimon Glass2016-01-242-43/+43
* x86: ivybridge: Move lpc_early_init() to probe()Simon Glass2016-01-242-16/+25
* x86: ivybridge: Set up the LPC device using driver modelSimon Glass2016-01-243-1/+14
* dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass2016-01-241-1/+46
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-141-1/+0
|\
| * x86: ivybridge: Do not require HAVE_INTEL_MEBin Meng2016-01-131-1/+0
* | dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2016-01-121-2/+2
* | dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass2016-01-122-10/+11
|/
* x86: Remove HAVE_ACPI_RESUMEBin Meng2015-12-093-34/+0
* x86: Remove CPU_INTEL_SOCKET_RPGA989Bin Meng2015-12-091-11/+4
* x86: Clean up ivybridge/chrome Kconfig optionsBin Meng2015-12-091-30/+0
* x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng2015-12-091-32/+1
* x86: Convert to use driver model timerBin Meng2015-12-011-1/+0
* x86: ivybridge: Enable the MRC cacheBin Meng2015-10-211-8/+2
* x86: ivybridge: Measure the MRC code execution timeSimon Glass2015-10-211-0/+3
OpenPOWER on IntegriCloud