summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-1/+1
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-171-3/+1
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-101-1/+3
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* x86: Add common functions for TDP and perf controlSimon Glass2019-10-081-5/+2
* x86: Use a common bus clock for Intel CPUsSimon Glass2019-10-081-1/+1
* x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2019-10-081-1/+1
* x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-081-5/+2
* x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass2019-10-081-0/+5
* x86: broadwell: Split CPU initSimon Glass2019-05-081-673/+0
* x86: broadwell: Move init of debug UART to cpu.cSimon Glass2019-05-081-0/+13
* 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-071-2/+1
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-3/+9
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-5/+5
* cpu: Add get_vendor callbackAlexander Graf2016-10-191-0/+1
* x86: Add basic support for broadwellSimon Glass2016-03-171-0/+761