summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass12-0/+12
2020-05-19common: Drop init.h from common headerSimon Glass4-0/+4
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-3/+5
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass1-3/+3
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass2-14/+2
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass2-3/+3
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass1-19/+1
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2-2/+2
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass1-5/+2
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass1-1/+1
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass2-0/+12
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass1-8/+1
2019-05-08x86: broadwell: Update PCH to work in TPLSimon Glass1-3/+9
2019-05-08x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+25
2019-05-08x86: broadwell: Select refcode and CPU code for SPLSimon Glass1-3/+4
2019-05-08x86: broadwell: Allow booting from SPLSimon Glass2-0/+78
2019-05-08x86: broadwell: Split CPU initSimon Glass3-673/+695
2019-05-08x86: broadwell: Move init of debug UART to cpu.cSimon Glass2-11/+13
2019-05-08x86: broadwell: Allow SDRAM init from SPLSimon Glass3-94/+101
2019-05-08x86: broadwell: Improve SDRAM debugging outputSimon Glass1-12/+20
2019-02-20x86: broadwell: Add support for serial I/O devicesSimon Glass1-0/+110
2019-02-20x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass1-1/+2
2019-02-20x86: broadwell: Add support for the ADSPSimon Glass2-0/+157
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-26/+13
2017-12-13ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+1
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-1/+0
2017-08-01x86: Switch all boards to use DM SCSIBin Meng1-0/+1
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng1-0/+2
2017-08-01x86: broadwell: kconfig: Imply platform specific driversBin Meng1-0/+6
2017-08-01x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2-1/+17
2017-08-01x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng1-0/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-3/+9
2017-02-08dm: core: Replace of_offset with accessorSimon Glass4-10/+10
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+1
2016-10-11dm: x86: Move samus to use new driver model supportSimon Glass1-1/+0
2016-05-23x86: broadwell: Correct I/O APIC IDBin Meng1-1/+2
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng1-5/+0
2016-05-17dm: Rename disk uclass to ahciSimon Glass1-1/+1
2016-03-17x86: broadwell: Add support for high-speed I/O lane with MESimon Glass2-0/+58
2016-03-17x86: broadwell: Add support for SDRAM setupSimon Glass2-0/+308
2016-03-17x86: broadwell: Add power-control supportSimon Glass2-0/+91
2016-03-17x86: broadwell: Add reference code supportSimon Glass2-0/+114
2016-03-17x86: broadwell: Add an LPC driverSimon Glass2-0/+78
2016-03-17x86: broadwell: Add a northbridge driverSimon Glass2-0/+60
2016-03-17x86: broadwell: Add a SATA driverSimon Glass2-0/+270