Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48911 )
Change subject: soc/intel/skylake: Add defines for CHAP device ......................................................................
soc/intel/skylake: Add defines for CHAP device
Change-Id: I8ca62d6b6be0b7d5520c2e9a0fa6df441b0fc249 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/soc/intel/skylake/include/soc/pci_devs.h 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/48911/1
diff --git a/src/soc/intel/skylake/include/soc/pci_devs.h b/src/soc/intel/skylake/include/soc/pci_devs.h index 319a12b..661ed5c 100644 --- a/src/soc/intel/skylake/include/soc/pci_devs.h +++ b/src/soc/intel/skylake/include/soc/pci_devs.h @@ -42,6 +42,10 @@ #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_CHAP 0x07 +#define SA_DEVFN_CHAP PCI_DEVFN(SA_DEV_SLOT_CHAP, 0) +#define SA_DEV_CHAP PCI_DEV(0, SA_DEV_SLOT_CHAP, 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)
Benjamin Doron has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48911 )
Change subject: soc/intel/skylake: Add defines for CHAP device ......................................................................
Patch Set 1: Code-Review+1
Felix Singer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/48911 )
Change subject: soc/intel/skylake: Add defines for CHAP device ......................................................................
Abandoned
See CB:48323