summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-8/+0
* nb/intel/sandybridge: Define and use MMCONF_BUS_NUMBERAngel Pons2021-01-301-9/+2
* nb/intel/sandybridge: Drop inexistent device from DMARAngel Pons2020-08-061-2/+0
* nb/intel/sandybridge: Deduplicate PCIEXBAR decodingAngel Pons2020-08-061-33/+4
* nb/intel/sandybridge/acpi.c: Add RMRRs after all DRHDsAngel Pons2020-08-041-16/+22
* 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-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+2
* nb/intel/sandybridge: Use SPDX headersAngel Pons2020-03-251-14/+2
* nb/intel/sandybridge: Tidy up code and commentsAngel Pons2020-03-181-23/+27
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* northbridge: Remove unused include <device/pci.h>Elyes HAOUAS2020-03-061-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* nb/intel/sandybridge: Use pcidev_on_root()Kyösti Mälkki2019-02-101-1/+1
* nb/intel/sandybridge/acpi: Add RMRR entry for iGPUNico Huber2019-01-251-1/+28
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-2/+2
* northbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier2018-06-301-4/+4
* sandybridge/acpi: remove unnessary check of PCI IDsVagiz Trakhanov2017-10-161-4/+2
* nb/intel/sandybridge/gma: Use common init_igd_opregion methodPatrick Rudolph2017-06-151-140/+0
* src/northbridge: Remove whitespace after sizeofElyes HAOUAS2016-10-041-1/+1
* x86 acpi: remove ALIGN_CURRENT macroAaron Durbin2015-12-151-3/+2
* nb/intel/sandybridge: Add ACPI DMAR tableNico Huber2015-11-041-0/+50
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-1/+1
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-1/+0
* acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko2014-10-111-7/+0
* intel/gma: consolidate vbt codeVladimir Serbinenko2014-09-131-0/+1
* Move nehalem/sandy/ivy to per-device acpiVladimir Serbinenko2014-09-111-0/+22
* northbridge/intel: Out of bounds write to array in gma.hEdward O'Callaghan2014-08-041-1/+1
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-2/+0
* Initial IGD OpRegion implementationStefan Reinauer2012-11-121-1/+126
* Make ACPI code detect Sandy/Ivy Bridge dynamicallyStefan Reinauer2012-07-241-1/+3
* Add support for Intel Sandybridge CPU (northbridge part)Stefan Reinauer2012-04-051-0/+75