summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
AgeCommit message (Expand)Author
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass
2016-01-24x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass
2016-01-24x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass
2016-01-24x86: ivybridge: Drop the special PCI driverSimon Glass
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass
2016-01-24x86: ivybridge: Use driver model PCI API in sata.cSimon Glass
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass
2016-01-24x86: ivybridge: Drop unnecessary northbridge setupSimon Glass
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass
2016-01-24x86: ivybridge: Move early init code into northbridge.cSimon Glass
2016-01-24x86: ivybridge: Drop the dead MTRR codeSimon Glass
2016-01-24x86: ivybridge: Set up the thermal target correctlySimon Glass
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass
2016-01-24x86: ivybridge: Use common CPU init codeSimon Glass
2016-01-24x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass
2016-01-24x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass
2016-01-24x86: ivybridge: Move graphics init much laterSimon Glass
2016-01-24x86: ivybridge: Probe the LPC in CPU initSimon Glass
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass
2016-01-24x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass
2016-01-24x86: ivybridge: Move northbridge init into the probe() methodSimon Glass
2016-01-24x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass
2016-01-24x86: ivybridge: Move more init to the probe() functionSimon Glass
2016-01-24x86: ivybridge: Move lpc_early_init() to probe()Simon Glass
2016-01-24x86: ivybridge: Set up the LPC device using driver modelSimon Glass
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-01-13x86: ivybridge: Do not require HAVE_INTEL_MEBin Meng
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng
2015-12-09x86: Remove CPU_INTEL_SOCKET_RPGA989Bin Meng
2015-12-09x86: Clean up ivybridge/chrome Kconfig optionsBin Meng
2015-12-09x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng
2015-12-01x86: Convert to use driver model timerBin Meng
2015-10-21x86: ivybridge: Enable the MRC cacheBin Meng
2015-10-21x86: ivybridge: Measure the MRC code execution timeSimon Glass
2015-10-21x86: ivybridge: Fix car_uninit() to correctly set run stateSimon Glass
2015-10-21x86: ivybridge: Check the RTC return valueSimon Glass
2015-10-21x86: ivybridge: Use 'ret' instead of 'rcode'Simon Glass
2015-10-21x86: chromebook_link: Enable the debug UARTSimon Glass
2015-10-21x86: ivybridge: Correct two typos for MRCBin Meng