aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/model_206ax.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-2/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-3/+2
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-2/+3
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass1-17/+10
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass1-2/+2
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass1-22/+3
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass1-6/+2
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng1-0/+1
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng1-15/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass1-0/+2
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+1
2016-10-11dm: x86: Move link to use driver model for videoSimon Glass1-1/+0
2016-05-23x86: Call lapic_setup() in interrupt_init()Bin Meng1-2/+0
2016-05-23x86: Drop asm/acpi.hBin Meng1-1/+0
2016-03-17x86: ivybridge: Show microcode version for each coreSimon Glass1-1/+2
2016-03-17x86: Add some more common MSR indexesSimon Glass1-2/+3
2016-01-24x86: ivybridge: Drop the dead MTRR codeSimon Glass1-10/+0
2016-01-24x86: ivybridge: Set up the thermal target correctlySimon Glass1-11/+10
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass1-1/+4
2016-01-24x86: ivybridge: Use common CPU init codeSimon Glass1-52/+42
2015-07-14x86: Clean up lapic codesBin Meng1-1/+1
2015-04-30x86: Add multi-processor initSimon Glass1-2/+2
2014-11-25x86: Add init for model 206AX CPUSimon Glass1-0/+514