summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/intel/skl: Drop `acpi_mainboard_gnvs`Angel Pons2020-05-081-5/+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_inject_dsdtFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-2/+2
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-10/+15
* soc/intel/skylake: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-1/+1
* 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/sgx: convert SGX and PRMRR devicetree options to KconfigMichael Niewöhner2019-11-041-1/+1
* soc/intel: sgx: get rid of UEFI-style usage of global variableMichael Niewöhner2019-10-101-1/+1
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-4/+4
* soc/intel/skylake: Fix ACPI exception AE_NOT_FOUNDPatrick Rudolph2019-09-301-0/+4
* soc/skylake: do not rely on P2SB data to generate DRHDAngel Pons2019-09-031-18/+6
* soc/intel/skl/acpi: add description for missing PCIe portsMaxim Polyakov2019-08-301-0/+4
* src: Remove variable length arraysJacob Garber2019-08-201-21/+15
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-12/+8
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-4/+4
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-9/+9
* src: Use macro `ACPI_FADT_LEGACY_FREE`Paul Menzel2019-02-151-1/+1
* soc/intel/skylake: Access conf pointer only if its not nullPratik Prajapati2019-01-161-2/+2
* soc/intel/skylake: Rework acpi/cpu.aslArthur Heymans2018-11-301-0/+7
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* chromeos/gnvs: remove function and naming cleanupJoel Kitching2018-09-061-1/+1
* update all FADT version 3.0 to use the get tables functionMarc Jones2018-08-271-1/+1
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-221-1/+0
* soc/intel/skylake: add CPPC supportMatt Delco2018-08-201-2/+11
* soc/intel/common/block: Move common uart function to block/uartSubrata Banik2018-08-201-1/+1
* soc/intel/skylake: Generate ACPI RMRR tableMatt DeVillier2018-06-301-1/+9
* arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier2018-06-301-3/+3
* soc/intel/common/block: Move p2sb common functions into block/p2sbSubrata Banik2018-06-281-0/+1
* soc/intel/skylake: Enable low power S0Idle capabilityHaridhar Kalvala2018-06-081-0/+5
* soc/intel/skylake: Get rid of device_tElyes HAOUAS2018-06-041-4/+4
* soc/intel: Add support for USB ACPI code generationDuncan Laurie2018-05-181-0/+35
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* soc/intel/skylake: Generate ACPI DMAR tableNico Huber2018-04-051-0/+71
* soc/intel/skylake: Remove MCFG constantsDuncan Laurie2018-03-061-1/+1
* soc/intel: Fix MCFG end bus numberDuncan Laurie2018-03-061-1/+2
* soc/intel/skylake: Do not set ACPI_FADT_LEGACY_DEVICESFurquan Shaikh2018-02-221-1/+1
* soc/intel/skylake: Always add PM1_TMR block to FADTDuncan Laurie2018-01-311-14/+8
* soc/intel: Enable ACPI DBG2 table generationDuncan Laurie2017-11-151-0/+4
* soc/intel/skylake: update GNVS with SGX dataPratik Prajapati2017-10-201-0/+4
* soc/intel/skylake: Enable common LPC IPRavi Sarawadi2017-10-031-3/+3