summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/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 write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-1/+1
* soc/intel/cannonlake: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-3/+0
* soc/intel/{apl,cnl,icl,skl,tgl}: Make above 4GB MMIO resource properSubrata Banik2020-01-101-1/+4
* soc/intel/{icl,cnl,tgl}: Always add PM1_TMR block to FADTMeera Ravindranath2019-12-311-10/+8
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-4/+4
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-9/+10
* intel/cannonlake: Fix indentationKyösti Mälkki2019-07-151-2/+2
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-2/+2
* soc/intel/cnl: Enable VT-dJohn Zhao2019-05-111-7/+8
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* soc/intel/cannonlake: add missing console.h includePatrick Georgi2019-04-231-0/+1
* soc/intel/cnl: Generate DMAR ACPI tableJohn Zhao2019-04-181-1/+81
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-1/+1
* soc/intel/cannonlake: Make correct C-state entries for S0ix and non-S0ixRonak Kanabar2019-01-311-2/+2
* soc/intel/cannonlake: Add cannonlake ACPI GPIO opLijian Zhao2019-01-031-1/+38
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-2/+0
* src: Remove unneeded include <arch/ioapic.h>Elyes HAOUAS2018-11-051-1/+0
* soc/intel/cannonlake: Fix ACPI FADT table generationDuncan Laurie2018-09-281-13/+12
* chromeos/gnvs: remove function and naming cleanupJoel Kitching2018-09-061-1/+1
* soc/intel/cannonlake: Get rid of device_tElyes HAOUAS2018-06-011-2/+2
* soc/intel/cannonlake: Enable low power S0 Idle capabilityVaibhav Shankar2018-03-231-0/+3
* soc/intel/cannonlake: Add support for C state and P stateShaunak Saha2017-10-261-0/+134
* soc/intel/cannonlake: Add common ACPI support for CNLLijian Zhao2017-09-131-0/+117