summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremy Compostella <jeremy.compostella@intel.com>2023-01-10 13:30:58 -0700
committerSubrata Banik <subratabanik@google.com>2023-01-11 13:58:41 +0000
commitea2dbdba2e5a27d47fb3b7834951cff2e0f40628 (patch)
treec8066c77e15bb1376e312466008a89580f5af497 /src
parentd027dcef037f98149fe09ad58c100187bd19bd5e (diff)
downloadcoreboot-ea2dbdba2e5a27d47fb3b7834951cff2e0f40628.tar.gz
coreboot-ea2dbdba2e5a27d47fb3b7834951cff2e0f40628.tar.bz2
coreboot-ea2dbdba2e5a27d47fb3b7834951cff2e0f40628.zip
soc/intel/meteorlake: Define SA_DEV_IGD for common code
SA_DEV_IGD is used by the early graphics feature implemented by the Intel common block. BUG=b:252792591 BRANCH=firmware-brya-14505.B TEST=Compilation Change-Id: Ic9f0fe1683d55a53c705ae717fe9e40fd8873d1f Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71793 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/meteorlake/include/soc/pci_devs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/include/soc/pci_devs.h b/src/soc/intel/meteorlake/include/soc/pci_devs.h
index 5c584b09dd64..1c4e9b266b60 100644
--- a/src/soc/intel/meteorlake/include/soc/pci_devs.h
+++ b/src/soc/intel/meteorlake/include/soc/pci_devs.h
@@ -237,4 +237,5 @@
#define SA_DEVFN_ROOT PCI_DEVFN_ROOT
#define SA_DEVFN_TCSS_DMA0 PCI_DEVFN_TCSS_DMA0
#define SA_DEVFN_TCSS_DMA1 PCI_DEVFN_TCSS_DMA1
+#define SA_DEV_IGD PCI_DEV_IGD
#define SA_DEVFN_IGD PCI_DEVFN_IGD