summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
Commit message (Expand)AuthorAgeLines
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-11-1022/+0
* x86: squash lines for immediate returnMasahiro Yamada2016-09-23-7/+1
* x86: Add debugging when cpu_common_init() failsSimon Glass2016-08-30-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-07-12-0/+5
|\
| * x86: link: Correct a failure in DRAM initSimon Glass2016-07-12-0/+5
* | x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-11-6/+0
|/
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-23-2/+0
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-23-5/+0
* x86: Drop asm/acpi.hBin Meng2016-05-23-3/+0
* dm: Rename disk uclass to ahciSimon Glass2016-05-17-2/+2
* x86: ivybridge: Convert to use the common SDRAM codeSimon Glass2016-03-17-311/+83
* x86: Move common PCH code into a common placeSimon Glass2016-03-17-31/+17
* x86: ivybridge: Show microcode version for each coreSimon Glass2016-03-17-1/+2
* x86: Move common MRC Kconfig options to the common fileSimon Glass2016-03-17-26/+1
* x86: Move Intel Management Engine code to a common placeSimon Glass2016-03-17-318/+3
* x86: Move common CPU code to its own placeSimon Glass2016-03-17-74/+6
* x86: Move common LPC code to its own placeSimon Glass2016-03-17-83/+6
* x86: Add the root-complex block to common intel registersSimon Glass2016-03-17-2/+5
* x86: Create a common header for Intel register accessSimon Glass2016-03-17-3/+7
* x86: Move microcode code to a common locationSimon Glass2016-03-17-168/+1
* x86: Move cache-as-RAM code into a common locationSimon Glass2016-03-17-242/+0
* x86: Add some more common MSR indexesSimon Glass2016-03-17-2/+3
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-14-18/+10
* x86: Add Intel Cougar Canyon 2 boardBin Meng2016-02-21-0/+4
* x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng2016-02-21-1/+5
* x86: ivybridge: Add FSP supportBin Meng2016-02-21-0/+79
* x86: pch: Implement get_gpio_base opBin Meng2016-02-05-0/+33
* dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-05-2/+2
* dm: pch: Remove pch_get_version opBin Meng2016-02-05-6/+0
* x86: ivybridge: Use syscon for the GMA deviceSimon Glass2016-01-24-12/+11
* x86: Set up a shared syscon numbering schemaSimon Glass2016-01-24-4/+5
* x86: ivybridge: Drop the SMM-locking codeSimon Glass2016-01-24-57/+0
* x86: ivybridge: Drop XHCI supportSimon Glass2016-01-24-33/+0
* x86: ivybridge: Drop special EHCI initSimon Glass2016-01-24-33/+0
* x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass2016-01-24-41/+39
* x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass2016-01-24-127/+129
* x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass2016-01-24-27/+39
* x86: ivybridge: Convert report_platform to DM PCI APISimon Glass2016-01-24-6/+7
* x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass2016-01-24-33/+55
* x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass2016-01-24-9/+10
* x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass2016-01-24-14/+25
* x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass2016-01-24-17/+17
* x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass2016-01-24-36/+3
* x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass2016-01-24-63/+66
* x86: ivybridge: Drop the special PCI driverSimon Glass2016-01-24-47/+0
* x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass2016-01-24-12/+9
* x86: ivybridge: Move lpc_enable() into gma.cSimon Glass2016-01-24-8/+4
* x86: ivybridge: Use driver model PCI API in sata.cSimon Glass2016-01-24-49/+45
* x86: ivybridge: Use the SATA driver to do the initSimon Glass2016-01-24-9/+8
* x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass2016-01-24-17/+0