summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_206ax/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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/model_206{5,a}x: Rework acpi/cpu.aslArthur Heymans2018-11-301-0/+7
* cpu/intel: Get rid of device_tElyes HAOUAS2018-04-301-1/+1
* cpu/intel: Fix the spacing issuesLee Leahy2017-03-161-2/+2
* 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
* acpigen: Remove all explicit length trackingVladimir Serbinenko2015-05-261-10/+6
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* acpigen: Add and use acpigen_write_method.Vladimir Serbinenko2014-11-191-4/+1
* ibexpeak, bd82x6x: Move to implicit length patchingVladimir Serbinenko2014-11-091-56/+46
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-1/+1
* cpu/intel/XXX/acpi.c: Fix coding style violationMartin Roth2014-08-121-1/+1
* PCI: Drop includes under cpuKyösti Mälkki2014-02-121-1/+0
* Merge cpu/intel/acpi.h into cpu/intel/speedstep.hNico Huber2012-11-011-1/+0
* Revert "Use broadcast SIPI to startup siblings"Sven Schnelle2012-07-311-5/+4
* ACPI: Add function to write _PPC using NVSDuncan Laurie2012-07-261-1/+1
* Drop CONFIG_CPU_MODEL_NAME and fix CPU name displayed in logsStefan Reinauer2012-07-261-1/+1
* CPU: Add basic support for Nominal Configurable TDPDuncan Laurie2012-07-241-1/+10
* Properly identify ACPI C3 states in _CST table.Duncan Laurie2012-07-241-1/+1
* Use broadcast SIPI to startup siblingsSven Schnelle2012-07-021-4/+5
* Drop config variable CPU_MODEL_INDEXStefan Reinauer2012-05-291-9/+2
* Fix up Sandybridge C state generation codeStefan Reinauer2012-04-301-6/+12
* Add support for Intel Sandybridge CPUStefan Reinauer2012-04-051-0/+357