summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/ivybridge
Commit message (Expand)AuthorAgeFilesLines
* x86: Conditionally build the pinctrl_ich6 driverBin Meng2018-06-131-0/+1
* x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng2018-06-131-15/+0
* x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng2018-06-131-1/+1
* x86: ivybridge: Imply USB_XHCI_HCDBin Meng2018-06-131-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0713-26/+13
* ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen2017-12-121-0/+1
* x86: ivybridge: remove unused variablesHeinrich Schuchardt2017-09-161-10/+0
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-1/+0
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-012-5/+11
|\
| * x86: Switch all boards to use DM SCSIBin Meng2017-08-011-0/+1
| * x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de2017-08-011-5/+0
| * x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng2017-08-011-0/+1
| * x86: kconfig: Move USB to platform KconfigBin Meng2017-08-011-0/+2
| * x86: ivybridge: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+5
| * x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng2017-08-011-0/+1
| * x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng2017-08-011-0/+1
* | ahci: Support non-PCI controllersSimon Glass2017-08-011-1/+1
|/
* 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