summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-2/+0
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+2
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-2/+2
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass1-3/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass5-0/+5
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