summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/haswell/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* cpu,soc/intel: Separate single SSDT CPU entryKyösti Mälkki2023-04-171-17/+20
* cpu,soc/intel: Sync ACPI CPU object implementationsKyösti Mälkki2023-04-141-10/+6
* cpu,soc/intel: Use acpigen_write_processor_device()Elyes Haouas2023-04-141-4/+4
* cpu/intel/haswell: Move chip_ops to cpu clusterArthur Heymans2022-11-251-11/+5
* cpu: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-081-4/+5
* cpu: Get rid of unnecessary blank line {before,after} barceElyes HAOUAS2022-07-171-1/+0
* cpu/intel/haswell/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2
* cpu/intel/haswell: Constify ACPI c-state arraysAngel Pons2021-02-141-4/+4
* cpu/intel/haswell: Drop c-state table indirectionAngel Pons2021-02-141-22/+88
* cpu/intel/haswell/acpi.c: Correct `get_cores_per_package`Angel Pons2021-02-121-14/+4
* cpu/intel/haswell: Add s0ix supportAngel Pons2021-01-211-1/+24
* cpu/intel/haswell/acpi.c: Use C-state enum definitionsAngel Pons2021-01-151-6/+6
* cpu/intel/haswell: Factor out ACPI C-state valuesAngel Pons2021-01-151-63/+27
* cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK`Angel Pons2021-01-071-2/+2
* haswell/lynxpoint: Align cosmetics with BroadwellAngel Pons2020-10-141-47/+47
* 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/haswell: 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
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* haswell: Move to implicit length patchingVladimir Serbinenko2014-11-091-63/+49
* {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
* haswell: Put each logical processor in its own P-state domainDuncan Laurie2013-11-241-2/+2
* lynxpoint: Add helper functions for reading PM and GPIO baseDuncan Laurie2013-03-211-1/+3
* haswell: Add initial support for Haswell platformsAaron Durbin2013-03-141-0/+364