summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/speedstep/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/speedstep: Separate single SSDT CPU entryKyösti Mälkki2023-04-261-35/+43
* cpu/intel/speedstep: Refactor P-state coordinationKyösti Mälkki2023-04-141-7/+12
* intel/i82371eb,speedstep: Use dev_count_cpu()Kyösti Mälkki2023-04-141-13/+1
* cpu: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-081-3/+3
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-5/+1
* cpu/intel/speedstep: Constify `get_cst_entries()`Angel Pons2021-10-191-1/+1
* sb/intel/i82801gx,ix: Drop MPEN from GNVSKyösti Mälkki2021-02-011-0/+4
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-141-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-2/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-1/+1
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-101-3/+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
* cpu/intel: Get rid of device_tElyes HAOUAS2018-04-301-1/+1
* cpu/intel/speedstep: Fix the PNOT ACPI methodArthur Heymans2018-01-171-0/+13
* 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
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+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-211-2/+1
* 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
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi2013-02-111-1/+1
* Overhaul speedstep codeNico Huber2012-11-051-80/+115
* 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
* 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
* 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 intel speedstep support and some PM fixes.Stefan Reinauer2009-07-211-0/+137