Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31970
Change subject: util/intelmetool: Add C220 ......................................................................
util/intelmetool: Add C220
Change-Id: Ia1667e433b65230d35bd226fe12adf28b53f2f6a Signed-off-by: Felix Singer migy@darmstadt.ccc.de --- M util/intelmetool/intelmetool.h 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/31970/1
diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h index ed86b23..c1610fe 100644 --- a/util/intelmetool/intelmetool.h +++ b/util/intelmetool/intelmetool.h @@ -264,6 +264,8 @@ #define PCI_DEVICE_ID_INTEL_LEWISBURG_5 0xa1c5 #define PCI_DEVICE_ID_INTEL_LEWISBURG_6 0xa1c6 #define PCI_DEVICE_ID_INTEL_LEWISBURG_7 0xa1c7 +#define PCI_DEVICE_ID_INTEL_C220_1 0x8C3A +#define PCI_DEVICE_ID_INTEL_C220_2 0x8C3B
#define PCI_DEV_HAS_ME_DIFFICULT(x) ( \ ((x) == PCI_DEVICE_ID_INTEL_ICH10R) || \ @@ -378,6 +380,7 @@ ((x) == PCI_DEVICE_ID_INTEL_LEWISBURG_5) || \ ((x) == PCI_DEVICE_ID_INTEL_LEWISBURG_6) || \ ((x) == PCI_DEVICE_ID_INTEL_LEWISBURG_7) || \ + ((x) == PCI_DEVICE_ID_INTEL_C220_1) || \ 0)
// Not sure if ME present, but should be able to disable it easily @@ -455,6 +458,8 @@ #define PCI_DEVICE_ID_INTEL_LEWISBURG_IE2 0xA1F9 /* IE Lewisburg #2 */ #define PCI_DEVICE_ID_INTEL_LEWISBURG_IE3 0xA1FC /* IE Lewisburg #3 */
+ + #define PCI_DEV_HAS_SUPPORTED_ME(x) ( \ ((x) == PCI_DEVICE_ID_INTEL_COUGARPOINT_1) || \ ((x) == PCI_DEVICE_ID_INTEL_PATSBURG_1) || \
Felix Singer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/31970 )
Change subject: util/intelmetool: Add C220 ......................................................................
Abandoned