From c7fc4422a0039b6fd6c44bd98050ec648ee0312a Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sat, 21 Jul 2012 06:36:47 +0400 Subject: inteltool: Add support for H65 Express chipset Added few MCH and DMI registers for H65E. Description of them can be found at "2nd Generation Intel Core Processors Family datasheet" Change-Id: If4fee35bb5a09b04ea0684be9cbd3c1e9084b934 Signed-off-by: Anton Kochkov Reviewed-on: http://review.coreboot.org/1258 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- util/inteltool/inteltool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/inteltool/inteltool.h') diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index 22ebc3d346..aa8a292a5b 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -102,6 +102,8 @@ /* 82371AB/EB/MB use the same device ID value. */ #define PCI_DEVICE_ID_INTEL_82371XX 0x7110 +#define PCI_DEVICE_ID_INTEL_HM65E 0x0104 + #define ARRAY_SIZE(a) ((int)(sizeof(a) / sizeof((a)[0]))) #if !defined(__DARWIN__) && !defined(__FreeBSD__) -- cgit v1.2.3