soc/intel/skylake: Add IMGU definitions to pci_devs.h
Change-Id: Iee7393ae7e2aca94151c242894c64ac902f4d437 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44030 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
This commit is contained in:
parent
52919523c1
commit
88264ef30b
|
@ -32,6 +32,10 @@
|
|||
#define SA_DEVFN_TS PCI_DEVFN(SA_DEV_SLOT_TS, 0)
|
||||
#define SA_DEV_TS PCI_DEV(0, SA_DEV_SLOT_TS, 0)
|
||||
|
||||
#define SA_DEV_SLOT_IMGU 0x05
|
||||
#define SA_DEVFN_IMGU PCI_DEVFN(SA_DEV_SLOT_IMGU, 0)
|
||||
#define SA_DEV_IMGU PCI_DEV(0, SA_DEV_SLOT_IMGU, 0)
|
||||
|
||||
#define SA_DEV_SLOT_GMM 0x08
|
||||
#define SA_DEVFN_GMM PCI_DEVFN(SA_DEV_SLOT_GMM, 0)
|
||||
#define SA_DEV_GMM PCI_DEV(0, SA_DEV_SLOT_GMM, 0)
|
||||
|
|
Loading…
Reference in New Issue