summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/gm45/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* src/northbridge: Remove unnecessary space after castsElyes Haouas2022-11-221-1/+1
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-8/+0
* nb/intel/gm45: Define and use MMCONF_BUS_NUMBERAngel Pons2021-01-301-9/+2
* nb/intel/gm45: Deduplicate PCIEXBAR decodingAngel Pons2020-08-041-31/+4
* 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 write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* northbridge: Remove unused include <device/pci.h>Elyes HAOUAS2020-03-061-1/+0
* northbridge: Add missing include <device/pci_def.h>Elyes HAOUAS2019-12-311-0/+1
* nb/intel/gm45: Don't create DMAR tables for disabled IGDArthur Heymans2019-08-131-1/+4
* nb/intel/gm45/acpi.c: Don't read PCI config to check presenceArthur Heymans2019-08-131-3/+5
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-3/+5
* northbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier2018-06-301-7/+7
* nb/intel/gm45: Get rid of device_tElyes HAOUAS2018-04-301-2/+2
* nb/intel/gm45: Fix DMAR table - IOMMU advertisement for ME interfacesDamien Zammit2016-09-091-1/+2
* x86 acpi: remove ALIGN_CURRENT macroAaron Durbin2015-12-151-3/+2
* ACPI: Make DMAR flags settableNico Huber2015-11-041-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* northbridge/intel/gm45/Kconfig: Remove IOMMU symbol choiceMartin Roth2015-08-311-4/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-1/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* Make acpi_fill_dmar into parameterVladimir Serbinenko2014-11-271-2/+2
* gm45: Convert to per-device ACPIVladimir Serbinenko2014-10-151-0/+29
* intel/gm45: new northbridgePatrick Georgi2012-11-271-0/+107