summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/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_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-1/+1
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-1/+1
* soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* acpi: correct the processor devices scopeMichał Żygowski2020-03-251-3/+3
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* soc/amd: Move SCI enable outside table creationKyösti Mälkki2019-11-231-2/+0
* soc/amd/stoneyridge: Relocate MMIO access of ACPI registersMarshall Dawson2019-06-061-2/+3
* soc/amd/stoneyridge: Move GPIO support to commonMarshall Dawson2019-06-061-4/+4
* soc/amd/common: Create AcpiMmio functionality from stoneyridgeMarshall Dawson2019-05-161-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-1/+2
* soc/amd/stoneyridge: Use new ACPI MMIO functionsRichard Spiegel2018-12-031-2/+2
* arch/acpi.h: Add some update to version 6.2aElyes HAOUAS2018-11-291-3/+2
* soc/amd/stoneyridge: Replace public magic numbersPatrick Georgi2018-11-281-3/+3
* amd/stoneyridge: Convert hex definitions to lower caseMarshall Dawson2018-10-121-1/+1
* 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/amd/stoneyridge/acpi.c: Remove fixed value variablesRichard Spiegel2018-08-081-6/+3
* soc/amd/stoneyridge: correct GPIO emission error in ACPIKevin Chiu2018-07-031-2/+7
* soc/amd/stoneyridge/acpi.c: Create GPIO acpigen proceduresRichard Spiegel2018-06-131-0/+98
* stoneyridge: Store wake parameters in NVSRichard Spiegel2018-05-231-0/+1
* soc/amd/stoneyridge/: Get rid of device_tElyes HAOUAS2018-05-231-4/+4
* soc/amd/stoneyridge: Use macros for PCI_DEVFN callsChris Ching2017-10-191-1/+2
* amd/stoneyridge: Use generic SMM command port valuesMarshall Dawson2017-09-301-4/+4
* amd/stoneyridge: Change ACPI _PR.CPxx to _PR.PxxxMarc Jones2017-08-291-3/+2
* stoneyridge: Fix CPU ASL \_PR tableMarc Jones2017-08-141-0/+27
* stoneyridge: Rename hudson to southbridgeMarc Jones2017-08-141-3/+3
* soc/amd/stoneyridge: Move ACPI MADT table to socMarc Jones2017-07-311-0/+30
* soc/amd/stoneyridge: Add GNVSMarc Jones2017-07-311-0/+247