summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
Commit message (Expand)AuthorAgeFilesLines
* x86: Move link to use driver model for SCSISimon Glass2017-07-111-1/+21
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-4/+10
* dm: core: Replace of_offset with accessorSimon Glass2017-02-083-7/+7
* x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass2017-02-062-0/+21
* x86: ivybridge: Skip SATA init in SPLSimon Glass2017-02-061-0/+2
* x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass2017-02-061-2/+2
* x86: ivybridge: Fix types for 64-bit compilationSimon Glass2017-02-061-2/+2
* x86: ivybridge: Add more debugging for failuresSimon Glass2017-02-062-10/+31
* x86: ivybridge: Declare global data where it is usedSimon Glass2017-02-064-0/+8
* cpu: Add get_vendor callbackAlexander Graf2016-10-191-0/+1
* x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass2016-10-111-4/+4
* x86: ivybridge: Fix PCH power setupSimon Glass2016-10-111-4/+4
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-117-1022/+0
* x86: squash lines for immediate returnMasahiro Yamada2016-09-231-7/+1
* x86: Add debugging when cpu_common_init() failsSimon Glass2016-08-301-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-07-121-0/+5
|\
| * x86: link: Correct a failure in DRAM initSimon Glass2016-07-121-0/+5
* | x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-111-6/+0
|/
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-231-2/+0
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-231-5/+0
* x86: Drop asm/acpi.hBin Meng2016-05-233-3/+0
* dm: Rename disk uclass to ahciSimon Glass2016-05-172-2/+2
* x86: ivybridge: Convert to use the common SDRAM codeSimon Glass2016-03-171-311/+83
* x86: Move common PCH code into a common placeSimon Glass2016-03-172-31/+17
* x86: ivybridge: Show microcode version for each coreSimon Glass2016-03-171-1/+2
* x86: Move common MRC Kconfig options to the common fileSimon Glass2016-03-171-26/+1
* x86: Move Intel Management Engine code to a common placeSimon Glass2016-03-175-318/+3
* x86: Move common CPU code to its own placeSimon Glass2016-03-171-74/+6
* x86: Move common LPC code to its own placeSimon Glass2016-03-172-83/+6
* x86: Add the root-complex block to common intel registersSimon Glass2016-03-172-2/+5
* x86: Create a common header for Intel register accessSimon Glass2016-03-174-3/+7
* x86: Move microcode code to a common locationSimon Glass2016-03-173-168/+1
* x86: Move cache-as-RAM code into a common locationSimon Glass2016-03-172-242/+0
* x86: Add some more common MSR indexesSimon Glass2016-03-171-2/+3
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-144-18/+10
* x86: Add Intel Cougar Canyon 2 boardBin Meng2016-02-211-0/+4
* x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng2016-02-212-1/+5
* x86: ivybridge: Add FSP supportBin Meng2016-02-214-0/+79
* x86: pch: Implement get_gpio_base opBin Meng2016-02-051-0/+33
* dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-051-2/+2
* dm: pch: Remove pch_get_version opBin Meng2016-02-051-6/+0
* x86: ivybridge: Use syscon for the GMA deviceSimon Glass2016-01-243-12/+11
* x86: Set up a shared syscon numbering schemaSimon Glass2016-01-242-4/+5
* x86: ivybridge: Drop the SMM-locking codeSimon Glass2016-01-241-57/+0
* x86: ivybridge: Drop XHCI supportSimon Glass2016-01-242-33/+0
* 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