summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/acpi
Commit message (Expand)AuthorAgeFilesLines
* src: Use ACPI macrosElyes HAOUAS2020-07-211-2/+2
* src: Report word-sized access for PM1a_EVTAngel Pons2020-07-201-1/+1
* src: Make HAVE_CF9_RESET set the FADT reset registerAngel Pons2020-07-201-8/+2
* src: Drop useless cache flush settings in FADTAngel Pons2020-07-201-2/+0
* src: Never overwrite `fadt->flags`Angel Pons2020-07-201-4/+4
* src: Drop useless PM1b settings from FADTAngel Pons2020-07-201-7/+0
* src: Drop useless GPE1 settings from FADTAngel Pons2020-07-201-2/+0
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-141-1/+0
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-3/+3
* src: Report byte-sized access for GPE0Angel Pons2020-06-241-1/+1
* ACPI: Replace smm_setup_structures()Kyösti Mälkki2020-06-241-1/+1
* ACPI: Replace uses of CBMEM_ID_ACPI_GNVSKyösti Mälkki2020-06-241-1/+2
* acpi,soc/intel: Make soc/motherboard_fill_fadt() globalKyösti Mälkki2020-06-071-6/+0
* arch/x86: Declare permanent_smi_handler()Kyösti Mälkki2020-06-061-1/+1
* soc,southbridge/intel: Control SMI related FADT entriesKyösti Mälkki2020-06-061-5/+6
* soc/intel/common/block/acpi: Fix error in shift operation for GPCLFurquan Shaikh2020-05-201-1/+1
* soc/intel/common/block/acpi: Mask lower 20 bits of TOLUDFurquan Shaikh2020-05-171-1/+3
* soc/intel/common/block/acpi: Update northbridge.asl to ASL2.0 syntaxFurquan Shaikh2020-05-171-18/+18
* soc/intel: Always advertise MMIO window above 4G in ACPI tablesFurquan Shaikh2020-05-141-3/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-116-6/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-24/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* 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/+17
* soc/intel/common: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-064-53/+8
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-1/+1
* soc/intel/common: Add ACPI support for PMC core OS driverVenkata Krishna Nimmagadda2020-03-201-0/+21
* soc: Remove copyright noticesPatrick Georgi2020-03-185-7/+0
* soc/intel/{apl,cnl,icl,skl,tgl}: Make above 4GB MMIO resource properSubrata Banik2020-01-102-16/+14
* soc/intel/{cnl,icl,tgl}: Move northbridge.asl into common/block/acpiSubrata Banik2020-01-091-0/+323
* soc/intel/{cnl,icl,skl}: Move ipu.asl into common/block/acpiSubrata Banik2019-11-011-0/+23
* soc/intel/{cnl,icl}: Move globalnvs.asl/nvs.h into common/block/Subrata Banik2019-11-011-0/+54
* soc/intel/{apl,cnl,dnv,icl,skl}: Move lpc.asl into common/block/acpiSubrata Banik2019-11-011-0/+151
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-0/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* soc/intel/denverton_ns: Add ACPI T-States and P-StatesJulien Viard de Galbert2019-01-281-1/+1
* soc/intel/denverton_ns: Enable ACPI using intelblockJulien Viard de Galbert2019-01-251-1/+3
* soc/intel/common/block/acpi: fix P-States extra entryJulien Viard de Galbert2019-01-241-10/+16
* soc/intel/common: Rework acpi/cpu.aslArthur Heymans2018-11-301-0/+6
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-221-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* 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/common/block: Move common uart function to block/uartSubrata Banik2018-08-201-1/+1
* src: Get rid of device_tElyes HAOUAS2018-06-141-3/+3
* compiler.h: add __weak macroAaron Durbin2018-04-241-4/+5