From 2a13bad8df483e60a5345309becf7a183275a0e8 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 1 Mar 2015 10:14:15 +0100 Subject: inteltool: add ICH8M-E support Tested on a Lenovo X61. Change-Id: I047f5a029d9be9fe6a000e2b45be44c7f14b33d7 Signed-off-by: Lubomir Rintel Reviewed-on: http://review.coreboot.org/8568 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/inteltool/inteltool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/inteltool/inteltool.h') diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index 3f22641760..3014b3e518 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -53,6 +53,7 @@ #define PCI_DEVICE_ID_INTEL_NM10 0x27bc #define PCI_DEVICE_ID_INTEL_ICH8 0x2810 #define PCI_DEVICE_ID_INTEL_ICH8M 0x2815 +#define PCI_DEVICE_ID_INTEL_ICH8ME 0x2811 #define PCI_DEVICE_ID_INTEL_ICH9DH 0x2912 #define PCI_DEVICE_ID_INTEL_ICH9DO 0x2914 #define PCI_DEVICE_ID_INTEL_ICH9R 0x2916 -- cgit v1.2.3