summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Add helper fill_fadt_extended_pm_io()Kyösti Mälkki2023-08-081-7/+2
* sb,soc/amd,intel: Sync FADT entries visuallyKyösti Mälkki2023-05-101-0/+2
* soc/intel: Set IO APIC DMAR entry based on hwArthur Heymans2022-12-071-2/+3
* src/soc/intel: Remove unnecessary space after castsElyes Haouas2022-11-261-3/+3
* treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas2022-10-121-1/+1
* soc/intel/*: Use SSDT to pass A4GB and A4GSArthur Heymans2022-05-161-3/+0
* soc/intel: generate SSDT instead of using GNVS for SGXMichael Niewöhner2021-11-091-4/+0
* soc/intel/{skl,apl}: don't run or even include SGX code if disabledMichael Niewöhner2021-10-201-1/+1
* soc/intel: Constify `soc_get_cstate_map()`Angel Pons2021-10-191-2/+2
* soc/intel: deduplicate acpi_fill_soc_wakeMichael Niewöhner2021-10-171-15/+0
* soc/intel: drop P_BLK supportMichael Niewöhner2021-10-131-4/+0
* soc/intel: Drop casts around `soc_read_pmc_base()`Angel Pons2021-06-281-4/+2
* soc/intel/apollolake: Make use of is_devfn_enabled() functionSubrata Banik2021-06-161-2/+1
* acpi/acpigen.h: Add more intuitive AML package closing functionsJakub Czapiga2021-03-221-2/+0
* soc/intel/{alderlake,apollolake}: Remove unused <string.h>Elyes HAOUAS2021-02-161-1/+0
* ACPI: Add acpi_reset_gnvs_for_wake()Kyösti Mälkki2021-02-161-3/+0
* src: Remove unused <cbmem.h>Elyes HAOUAS2021-02-031-1/+0
* ACPI GNVS: Drop most dev_count_cpu()Kyösti Mälkki2021-01-201-3/+0
* soc/intel: Rename to soc_fill_gnvs()Kyösti Mälkki2021-01-101-1/+1
* ACPI: Drop redundant ChromeOS setup for GNVSKyösti Mälkki2021-01-101-6/+0
* ACPI: Drop redundant CONSOLE_CBMEM setup in GNVSKyösti Mälkki2021-01-101-4/+0
* ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocationsKyösti Mälkki2021-01-101-2/+0
* soc/intel/apollolake: use P2SB function to generate DMAR IOAPICArthur Heymans2020-11-201-10/+2
* soc/intel/apollolake: use P2SB function to generate DMAR HPETArthur Heymans2020-11-201-2/+2
* soc/intel/apollolake/acpi.c: Add RMRRs after all DRHDsAngel Pons2020-08-041-8/+13
* soc/intel/apollolake: Simplify is-device-enabled checksFelix Singer2020-07-281-1/+2
* src: Use ACPI macrosElyes HAOUAS2020-07-211-1/+1
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-1/+2
* src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS2020-06-061-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* 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: 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: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-2/+2
* 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