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>
This commit is contained in:
parent
d027dcef03
commit
ea2dbdba2e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue