summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/speedstep
Commit message (Expand)AuthorAgeFilesLines
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-102-5/+0
* cpu/intel/speedstep/acpi: Use get_ia32_fsb_x3() functionElyes HAOUAS2019-04-231-24/+7
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* arch/x86/acpigen.c: Add a method to notify all CPU coresArthur Heymans2018-11-291-11/+1
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-1/+1
* cpu/intel: Get rid of device_tElyes HAOUAS2018-04-301-1/+1
* cpu/intel/speedstep: Fix the PNOT ACPI methodArthur Heymans2018-01-172-0/+44
* intel: Replace msr(0x198) with msr(IA32_PERF_STATUS)Elyes HAOUAS2017-11-301-3/+3
* cpu/intel/speedstep: Emit PPKG object for first packageNico Huber2017-11-041-0/+3
* cpu/intel: Fix the remaining issues detected by checkpatchLee Leahy2017-03-161-9/+9
* cpu/intel: Fix brace issues detected by checkpatch.plLee Leahy2017-03-161-2/+1
* cpu/intel: Fix the spacing issuesLee Leahy2017-03-161-2/+2
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* speedstep: Don't supply weak get_cst_entries.Vladimir Serbinenko2015-05-261-13/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-4/+2
* ibexpeak, bd82x6x: Move to implicit length patchingVladimir Serbinenko2014-11-091-20/+12
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-1/+1
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-2/+1
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi2013-02-111-1/+1
* cpu/intel/model_1067x: Add proper c-state/p-state/thermal supportNico Huber2012-11-061-0/+1
* Overhaul speedstep codeNico Huber2012-11-053-81/+305
* Fix some indentation flaws and break very long linesNico Huber2012-11-051-12/+23
* Correct FSB reading in speedstep ACPINico Huber2012-11-021-1/+3
* Merge cpu/intel/acpi.h into cpu/intel/speedstep.hNico Huber2012-11-011-1/+0
* Rework ACPI CST table generationStefan Reinauer2012-04-301-2/+2
* ACPI: mark empty get_cst_entries() weakSven Schnelle2012-01-091-1/+1
* SPEEDSTEP: write _CST tablesSven Schnelle2011-10-251-0/+10
* factor out cpu power management base into a separate file. And fix a bug inStefan Reinauer2010-12-111-1/+2
* Move Intel power management related defines to some central location.Patrick Georgi2010-11-171-2/+1
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-4/+4
* newconfig is no more.Patrick Georgi2010-02-071-1/+0
* Make internal functions static in speedstep ACPI generation code.Stefan Reinauer2010-01-161-2/+2
* Some ACPI implementations don't like to see full paths within a scope forStefan Reinauer2009-10-241-4/+1
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-151-1/+1
* Change the intel cpu makefile.inc so that it fits the model better.Ronald G. Minnich2009-08-211-5/+1
* Kconfig!Patrick Georgi2009-08-121-0/+5
* add intel speedstep support and some PM fixes.Stefan Reinauer2009-07-212-0/+138