aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
AgeCommit message (Expand)AuthorFilesLines
2020-08-03sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-2/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-3/+2
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-2/+3
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass9-0/+9
2020-05-18common: Drop init.h from common headerSimon Glass3-0/+3
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-3/+5
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass2-18/+11
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass1-2/+2
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass1-22/+3
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass1-2/+1
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass1-6/+2
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass1-1/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2019-05-08x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+15
2019-02-20sound: x86: link: Add sound supportSimon Glass2-0/+33
2019-02-20x86: ivybridge: Add a way to get the HDA config settingSimon Glass1-2/+25
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng1-0/+1
2018-07-20x86: Switch to use DM sysreset driverBin Meng2-4/+6
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng1-0/+1
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng1-15/+0
2018-06-13x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng1-1/+1
2018-06-13x86: ivybridge: Imply USB_XHCI_HCDBin Meng1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-26/+13
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+1
2017-09-16x86: ivybridge: remove unused variablesHeinrich Schuchardt1-10/+0
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-1/+0
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini2-5/+11
2017-08-01x86: Switch all boards to use DM SCSIBin Meng1-0/+1
2017-08-01x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de1-5/+0
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng1-0/+2
2017-08-01x86: ivybridge: kconfig: Imply platform specific driversBin Meng1-0/+5
2017-08-01x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng1-0/+1
2017-08-01ahci: Support non-PCI controllersSimon Glass1-1/+1
2017-07-11x86: Move link to use driver model for SCSISimon Glass1-1/+21
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-4/+10
2017-02-08dm: core: Replace of_offset with accessorSimon Glass3-7/+7
2017-02-06x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass2-0/+21
2017-02-06x86: ivybridge: Skip SATA init in SPLSimon Glass1-0/+2
2017-02-06x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass1-2/+2
2017-02-06x86: ivybridge: Fix types for 64-bit compilationSimon Glass1-2/+2
2017-02-06x86: ivybridge: Add more debugging for failuresSimon Glass2-10/+31
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass4-0/+8