summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Set IO APIC DMAR entry based on hwArthur Heymans2022-12-071-2/+2
* treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas2022-07-201-1/+0
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-8/+0
* soc/broadwell/acpi.c: Fix unresolvable symbol '\DNVS'Matt DeVillier2021-09-151-0/+7
* soc/intel/broadwell: Drop helper functionsAngel Pons2021-08-021-2/+8
* haswell/broadwell: Replace remaining MCHBAR accessorsAngel Pons2021-04-261-6/+6
* soc/intel/{baytrail,braswell,broadwell}: Remove unused <string.h>Elyes HAOUAS2021-02-161-1/+0
* src: Remove unused <arch/cpu.h>Elyes HAOUAS2021-02-111-1/+0
* src: Remove unused <cbmem.h>Elyes HAOUAS2021-02-031-1/+0
* src: Remove unused <cpu/x86/smm.h>Elyes HAOUAS2021-02-011-1/+0
* soc/intel/broadwell: Define and use MMCONF_BUS_NUMBERAngel Pons2021-01-301-1/+2
* soc/amd,intel: Drop leftover GNVS includesKyösti Mälkki2021-01-301-1/+0
* soc/intel/broadwell: Use Haswell CPU headersAngel Pons2021-01-241-2/+1
* sb,soc/intel: Drop unnecessary headersKyösti Mälkki2020-12-221-2/+0
* soc/intel/broadwell: Split up acpi.cAngel Pons2020-11-131-396/+0
* broadwell: Flatten `acpi_init_gnvs` functionAngel Pons2020-11-131-25/+0
* broadwell: Factor out `acpi_fill_madt` functionAngel Pons2020-11-131-1/+8
* Revert "broadwell: update processor power limits configuration"Angel Pons2020-10-301-1/+0
* soc/intel/broadwell: Add RMRRs after all DRHDsAngel Pons2020-08-041-11/+18
* soc/intel/broadwell: Move `acpi_fill_fadt` to fadt.cAngel Pons2020-07-141-116/+0
* src: Drop unused <cpu/x86/tsc.h> includeElyes HAOUAS2020-07-141-1/+0
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-1/+2
* src: Report byte-sized access for GPE0Angel Pons2020-06-241-1/+1
* soc/intel,chromeos: Fix EC RO/RW status in GNVSKyösti Mälkki2020-06-181-9/+10
* mb,soc/intel: Rename acpi_fill_in_fadt() to acpi_fill_fadt()Kyösti Mälkki2020-06-071-1/+1
* 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-6/+6
* broadwell: update processor power limits configurationSumeet R Pawnikar2020-05-181-0/+1
* 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_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-9/+16
* soc/intel/broadwell: 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-2/+0
* soc/intel: Remove unused codePatrick Rudolph2019-11-041-31/+0
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-1/+1
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-2/+2
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-1/+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
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-9/+9
* soc/intel/broadwell: implement RMRR ACPI tableMatt DeVillier2018-12-201-1/+9
* soc/intel/broadwell: Rework acpi/cpu.aslArthur Heymans2018-11-301-0/+7
* chromeos/gnvs: remove function and naming cleanupJoel Kitching2018-09-061-1/+1
* intel: Use common HPET table revision functionMarc Jones2018-08-271-1/+1
* arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier2018-06-301-3/+3
* soc/intel/broadwell: Get rid of device_tElyes HAOUAS2018-06-011-2/+2
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-1/+1