summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
Commit message (Expand)AuthorAgeLines
...
* x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass2016-01-24-4/+3
* x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass2016-01-24-17/+18
* x86: ivybridge: Move graphics init much laterSimon Glass2016-01-24-78/+76
* x86: ivybridge: Probe the LPC in CPU initSimon Glass2016-01-24-3/+2
* x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass2016-01-24-2/+2
* x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass2016-01-24-23/+24
* x86: ivybridge: Move northbridge init into the probe() methodSimon Glass2016-01-24-14/+21
* x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass2016-01-24-0/+18
* x86: ivybridge: Rename bd82x6x_init()Simon Glass2016-01-24-2/+10
* x86: ivybridge: Move more init to the probe() functionSimon Glass2016-01-24-43/+43
* x86: ivybridge: Move lpc_early_init() to probe()Simon Glass2016-01-24-16/+25
* x86: ivybridge: Set up the LPC device using driver modelSimon Glass2016-01-24-1/+14
* dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass2016-01-24-1/+46
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-14-1/+0
|\
| * x86: ivybridge: Do not require HAVE_INTEL_MEBin Meng2016-01-13-1/+0
* | dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2016-01-12-2/+2
* | dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass2016-01-12-10/+11
|/
* x86: Remove HAVE_ACPI_RESUMEBin Meng2015-12-09-34/+0
* x86: Remove CPU_INTEL_SOCKET_RPGA989Bin Meng2015-12-09-11/+4
* x86: Clean up ivybridge/chrome Kconfig optionsBin Meng2015-12-09-30/+0
* x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng2015-12-09-32/+1
* x86: Convert to use driver model timerBin Meng2015-12-01-1/+0
* x86: ivybridge: Enable the MRC cacheBin Meng2015-10-21-8/+2
* x86: ivybridge: Measure the MRC code execution timeSimon Glass2015-10-21-0/+3
* x86: ivybridge: Fix car_uninit() to correctly set run stateSimon Glass2015-10-21-1/+1
* x86: ivybridge: Check the RTC return valueSimon Glass2015-10-21-3/+10
* x86: ivybridge: Use 'ret' instead of 'rcode'Simon Glass2015-10-21-8/+8
* x86: chromebook_link: Enable the debug UARTSimon Glass2015-10-21-0/+7
* x86: ivybridge: Correct two typos for MRCBin Meng2015-10-21-2/+2
* x86: Use struct mrc_region to describe a mrc regionBin Meng2015-10-21-1/+1
* x86: ivybridge: Use APIs provided in the mrccache libBin Meng2015-10-21-108/+4
* x86: Move mrccache.[c|h] to a common placeBin Meng2015-10-21-159/+1
* x86: ivybridge: Remove the dead codes that programs pci bridgeBin Meng2015-10-21-32/+0
* x86: Enable DM RTC support for all x86 boardsBin Meng2015-07-28-9/+24
* Kill unneeded #include <linux/kconfig.h>Masahiro Yamada2015-07-27-1/+0
* x86: Clean up lapic codesBin Meng2015-07-14-1/+1
* x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONSBin Meng2015-07-14-1/+0
* x86: Add multi-processor initSimon Glass2015-04-30-2/+3
* x86: ivybridge: Use reset_cpu()Simon Glass2015-04-29-15/+6
* x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass2015-04-18-2/+13
* dm: x86: Add a uclass for a Platform Controller HubSimon Glass2015-04-18-9/+0
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-18-10/+14
* dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass2015-04-18-65/+57
* x86: Split up arch_cpu_init()Simon Glass2015-04-16-0/+8
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-16-163/+166
* x86: video: Allow video ROM execution to fall back to the other methodSimon Glass2015-02-05-1/+2
* x86: Rename MMCONF_BASE_ADDRESS and make it common across x86Simon Glass2015-02-05-1/+1
* x86: ivybridge: Drop the Kconfig MRC cache informationSimon Glass2015-01-24-28/+0
* x86: Implement a cache for Memory Reference Code parametersSimon Glass2015-01-24-0/+410
* x86: ivybridge: Update microcode early in bootSimon Glass2015-01-13-10/+34