Christoph Pomaska has uploaded this change for review. ( https://review.coreboot.org/23055
Change subject: util/inteltool: Add Skylake Desktop Northbridge ......................................................................
util/inteltool: Add Skylake Desktop Northbridge
Added the 8086:191f North/Host Bridge to the list of definitions.
Change-Id: Id746d1e8b3bb90b3b68a2f6c372890671dd61b5f --- M util/inteltool/inteltool.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/23055/1
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index 37a1337..8d6a8b7 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -224,6 +224,7 @@ #define PCI_DEVICE_ID_INTEL_CORE_5TH_GEN_U 0x1604 /* Broadwell-ULT */ #define PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_M 0x1910 /* Skylake (Mobile) */ #define PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_WST 0x1918 +#define PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_WST 0x191f /* Skylake (Desktop) */
/* Intel GPUs */ #define PCI_DEVICE_ID_INTEL_G35_EXPRESS 0x2982