summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-14/+3
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-2/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-0/+1
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+2
* 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
* soc/apollolake: Generate DMAR tableWerner Zeh2019-01-281-1/+86
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* src: Remove unneeded include <arch/ioapic.h>Elyes HAOUAS2018-11-051-1/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* chromeos/gnvs: remove function and naming cleanupJoel Kitching2018-09-061-1/+1
* soc/intel/apollolake: Set ACPI_FADT_LOW_PWR_IDLE_S0 for S0ixShaunak Saha2018-01-161-0/+12
* src: Fix all Siemens copyrightsMario Scheithauer2017-11-071-1/+1
* soc/intel/apollolake: update GNVS with SGX dataPratik Prajapati2017-10-201-0/+4
* soc/intel/apollolake: Make SCI configurableMario Scheithauer2017-09-211-0/+7
* soc/intel/common/block: Common ACPIShaunak Saha2017-09-081-172/+60
* soc/intel/apollolake: Rename ACPI Base Address and Size MacroBarnali Sarkar2017-06-091-2/+2
* intel/apollolake: Switch FADT to ACPI version 3.0Werner Zeh2017-04-281-2/+2
* soc/intel/apollolake: Set sdcard card detect (CD) host ownershipVenkateswarlu Vinjamuri2017-04-131-3/+8
* soc/pci_devs.h: Use consistent naming in soc/pci_devs.hSubrata Banik2017-03-281-1/+1
* soc/intel/apollolake: Wrap lines at 80 columnsLee Leahy2017-03-131-1/+2
* soc/intel/apollolake: Fix issues detected by checkpatchLee Leahy2017-03-131-1/+1
* soc/intel/apollolake: Fix parenthesis issuesLee Leahy2017-03-131-2/+2
* soc/intel/apollolake: Fix space between type, * and variable nameLee Leahy2017-03-131-1/+1
* soc/intel/apollolake: Add PM methods to power gate SD cardVenkateswarlu Vinjamuri2017-03-101-0/+4
* soc/intel/apollolake: Implement GPIO ACPI AML generating functionsFurquan Shaikh2016-10-251-0/+89
* soc/intel/apollolake: Initialize processor count in GNVSDuncan Laurie2016-09-221-0/+3
* soc/intel/apollolake: Add PM methods to power gate PCIeVaibhav Shankar2016-09-141-0/+5
* soc/intel/apollolake: initialize GNVS structure to 0Aaron Durbin2016-09-141-8/+12
* soc/apollolake: Return correct wake status in _SWSShaunak Saha2016-08-041-0/+35
* intel/apollolake: Update gnvs for dptfShaunak Saha2016-07-281-0/+14
* soc/apollolake: Populate fields in FADT to enable\disable SCIHannah Williams2016-06-281-1/+3
* intel/apollolake: Add CBMEM console to GNVSFurquan Shaikh2016-06-151-0/+3
* soc/intel/apollolake: save GNVS pointer to SMM handlerAaron Durbin2016-06-121-0/+3
* soc/apollolake: Add SOC specific c-state tableHannah Williams2016-06-081-0/+41
* soc/intel/apollolake: use common FADT infrastructureAaron Durbin2016-05-121-1/+4
* soc/intel/apollolake: Add handling of GNVS ACPI entry for CHROMEOS buildsLance Zhao2016-04-281-0/+29
* soc/intel: Update license headersMartin Roth2016-04-141-0/+5
* soc/apollolake/acpi: Fill ACPI HPET tableZhao, Lijian2016-04-111-0/+7
* soc/apollolake/acpi: Fill in ACPI MADT tableLance Zhao2016-04-111-4/+27
* soc/apollolake/acpi: Fill ACPI MCFG tableLance Zhao2016-04-111-0/+4
* soc/intel/apollolake: Fill ACPI FADT tableLance Zhao2016-04-051-3/+69
* soc/apollolake: Add skeleton ACPI entryLance Zhao2016-03-211-0/+22