summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/ivybridge
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-189-0/+9
* common: Drop init.h from common headerSimon Glass2020-05-183-0/+3
* x86: Update mrccache to support multiple cachesSimon Glass2019-12-151-3/+5
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: Add common functions for TDP and perf controlSimon Glass2019-10-082-18/+11
* x86: Use a common bus clock for Intel CPUsSimon Glass2019-10-081-2/+2
* x86: Add a common function to set CPU thermal targetSimon Glass2019-10-081-22/+3
* x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-081-2/+1
* x86: Move common Intel CPU info code into a functionSimon Glass2019-10-081-6/+2
* x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2019-10-081-1/+1
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-081-1/+1
* x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+15
* sound: x86: link: Add sound supportSimon Glass2019-02-202-0/+33
* x86: ivybridge: Add a way to get the HDA config settingSimon Glass2019-02-201-2/+25
* cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng2018-11-141-0/+1
* x86: Switch to use DM sysreset driverBin Meng2018-07-202-4/+6
* 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