aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06x86: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-22x86: broadwell: Avoid initing the CPU twiceSimon Glass1-5/+5
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-3/+1
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass1-5/+2
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass1-1/+1
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass1-1/+1
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass1-5/+2
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass1-0/+5
2019-05-08x86: broadwell: Split CPU initSimon Glass1-673/+0
2019-05-08x86: broadwell: Move init of debug UART to cpu.cSimon Glass1-0/+13
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 Rini1-2/+1
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-3/+9
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-5/+5
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+1
2016-03-17x86: Add basic support for broadwellSimon Glass1-0/+761