summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/model_206ax.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/types.h from common headerWIP/2020-08-17-reduce-commonSimon Glass2020-08-181-0/+2
* common: Drop linux/kernel.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop errno.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop asm/global_data.h from common headerSimon Glass2020-08-181-0/+1
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-251-2/+3
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-3/+2
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-201-2/+3
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* x86: Add common functions for TDP and perf controlSimon Glass2019-10-081-17/+10
* x86: Use a common bus clock for Intel CPUsSimon Glass2019-10-081-2/+2
* x86: Add a common function to set CPU thermal targetSimon Glass2019-10-081-22/+3
* x86: Move common Intel CPU info code into a functionSimon Glass2019-10-081-6/+2
* cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng2018-11-141-0/+1
* x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng2018-06-131-15/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* x86: ivybridge: Declare global data where it is usedSimon Glass2017-02-061-0/+2
* cpu: Add get_vendor callbackAlexander Graf2016-10-191-0/+1
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-111-1/+0
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-231-2/+0
* x86: Drop asm/acpi.hBin Meng2016-05-231-1/+0
* x86: ivybridge: Show microcode version for each coreSimon Glass2016-03-171-1/+2
* x86: Add some more common MSR indexesSimon Glass2016-03-171-2/+3
* x86: ivybridge: Drop the dead MTRR codeSimon Glass2016-01-241-10/+0
* x86: ivybridge: Set up the thermal target correctlySimon Glass2016-01-241-11/+10
* x86: ivybridge: Move CPU init code into the driverSimon Glass2016-01-241-1/+4
* x86: ivybridge: Use common CPU init codeSimon Glass2016-01-241-52/+42
* x86: Clean up lapic codesBin Meng2015-07-141-1/+1
* x86: Add multi-processor initSimon Glass2015-04-301-2/+2
* x86: Add init for model 206AX CPUSimon Glass2014-11-251-0/+514