summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
AgeCommit message (Expand)Author
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-07-12x86: link: Correct a failure in DRAM initSimon Glass
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass
2016-05-23x86: Call lapic_setup() in interrupt_init()Bin Meng
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng
2016-05-23x86: Drop asm/acpi.hBin Meng
2016-05-17dm: Rename disk uclass to ahciSimon Glass
2016-03-17x86: ivybridge: Convert to use the common SDRAM codeSimon Glass
2016-03-17x86: Move common PCH code into a common placeSimon Glass
2016-03-17x86: ivybridge: Show microcode version for each coreSimon Glass
2016-03-17x86: Move common MRC Kconfig options to the common fileSimon Glass
2016-03-17x86: Move Intel Management Engine code to a common placeSimon Glass
2016-03-17x86: Move common CPU code to its own placeSimon Glass
2016-03-17x86: Move common LPC code to its own placeSimon Glass
2016-03-17x86: Add the root-complex block to common intel registersSimon Glass
2016-03-17x86: Create a common header for Intel register accessSimon Glass
2016-03-17x86: Move microcode code to a common locationSimon Glass
2016-03-17x86: Move cache-as-RAM code into a common locationSimon Glass
2016-03-17x86: Add some more common MSR indexesSimon Glass
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-21x86: Add Intel Cougar Canyon 2 boardBin Meng
2016-02-21x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng
2016-02-21x86: ivybridge: Add FSP supportBin Meng
2016-02-05x86: pch: Implement get_gpio_base opBin Meng
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng
2016-02-05dm: pch: Remove pch_get_version opBin Meng
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass
2016-01-24x86: ivybridge: Drop the SMM-locking codeSimon Glass
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass
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