summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/haswell/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/{sandybridge,haswell}: Generate IOAPIC DMAR entries from hwBill XIE2023-02-021-2/+4
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-8/+0
* nb/intel/haswell: Use new fixed BAR accessorsAngel Pons2021-04-101-6/+6
* nb/intel/haswell: Create RMRR for iGPUAngel Pons2021-02-011-1/+21
* nb/intel/haswell: Define and use MMCONF_BUS_NUMBERAngel Pons2021-01-301-9/+2
* nb/intel/haswell: Deduplicate PCIEXBAR decodingAngel Pons2020-08-041-35/+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-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+2
* 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-2/+0
* nb/intel/haswell: Tidy up code and commentsAngel Pons2020-03-151-18/+17
* 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
* 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-3/+3
* nb/intel/haswell: Get rid of device_tElyes HAOUAS2018-05-181-1/+1
* nb/intel/haswell: Generate ACPI DMAR tableMatt DeVillier2018-03-081-0/+57
* northbridge/intel/haswell: Fix undefined behaviorRyan Salsamendi2017-07-061-3/+7
* nb/intel/haswell/gma: Use common init_igd_opregion methodPatrick Rudolph2017-06-151-124/+0
* nb/intel: Deduplicate vbt headerPatrick Rudolph2017-04-031-0/+1
* northbridge/intel/haswell: Add space around operatorsElyes HAOUAS2016-09-201-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+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
* haswell: Move to per-device ACPIVladimir Serbinenko2014-09-221-0/+10
* 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
* haswell/lynxpoint: Use new PCH/PM helper functionsDuncan Laurie2013-03-211-9/+4
* haswell: fix ACPI MCFG tableAaron Durbin2013-03-181-3/+1
* haswell: Add initial support for Haswell platformsAaron Durbin2013-03-141-0/+202