summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/broadwell
Commit message (Expand)AuthorAgeFilesLines
* x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass2020-07-171-3/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop log.h from common headerSimon Glass2020-05-1812-0/+12
* common: Drop init.h from common headerSimon Glass2020-05-184-0/+4
* 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: Tidy up some duplicate MSR definesSimon Glass2019-10-081-3/+3
* x86: Add common functions for TDP and perf controlSimon Glass2019-10-082-14/+2
* x86: Use a common bus clock for Intel CPUsSimon Glass2019-10-082-3/+3
* x86: Add a common function to set CPU thermal targetSimon Glass2019-10-081-19/+1
* x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2019-10-082-2/+2
* x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-081-5/+2
* x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass2019-10-081-1/+1
* x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass2019-10-082-0/+12
* x86: Move common Intel CPU info code into a functionSimon Glass2019-10-081-8/+1
* x86: broadwell: Update PCH to work in TPLSimon Glass2019-05-081-3/+9
* x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+25
* x86: broadwell: Select refcode and CPU code for SPLSimon Glass2019-05-081-3/+4
* x86: broadwell: Allow booting from SPLSimon Glass2019-05-082-0/+78
* x86: broadwell: Split CPU initSimon Glass2019-05-083-673/+695
* x86: broadwell: Move init of debug UART to cpu.cSimon Glass2019-05-082-11/+13
* x86: broadwell: Allow SDRAM init from SPLSimon Glass2019-05-083-94/+101
* x86: broadwell: Improve SDRAM debugging outputSimon Glass2019-05-081-12/+20
* x86: broadwell: Add support for serial I/O devicesSimon Glass2019-02-201-0/+110
* x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass2019-02-201-1/+2
* x86: broadwell: Add support for the ADSPSimon Glass2019-02-202-0/+157
* cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng2018-11-141-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
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-1/+0
* x86: Switch all boards to use DM SCSIBin Meng2017-08-011-0/+1
* x86: kconfig: Move USB to platform KconfigBin Meng2017-08-011-0/+2
* x86: broadwell: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+6
* x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng2017-08-011-0/+1
* x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2017-08-012-1/+17
* x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng2017-08-011-0/+1
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-3/+9
* dm: core: Replace of_offset with accessorSimon Glass2017-02-084-10/+10
* cpu: Add get_vendor callbackAlexander Graf2016-10-191-0/+1
* dm: x86: Move samus to use new driver model supportSimon Glass2016-10-111-1/+0
* x86: broadwell: Correct I/O APIC IDBin Meng2016-05-231-1/+2
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-231-5/+0
* dm: Rename disk uclass to ahciSimon Glass2016-05-171-1/+1
* x86: broadwell: Add support for high-speed I/O lane with MESimon Glass2016-03-172-0/+58
* x86: broadwell: Add support for SDRAM setupSimon Glass2016-03-172-0/+308
* x86: broadwell: Add power-control supportSimon Glass2016-03-172-0/+91
* x86: broadwell: Add reference code supportSimon Glass2016-03-172-0/+114
* x86: broadwell: Add an LPC driverSimon Glass2016-03-172-0/+78