summaryrefslogtreecommitdiff
path: root/util/msrtool/msrtool.h
diff options
context:
space:
mode:
authorAnton Kochkov <anton.kochkov@gmail.com>2012-07-04 07:35:45 +0400
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-07-10 00:57:35 +0200
commit54c07a675bada869cbe423a348af0dd041dcf7c3 (patch)
treef5bbd05aeab2b1476c00971ca1d2e36545b3085a /util/msrtool/msrtool.h
parentffbbecc9eed9705d7fdb9f6825ab7ccd9224fb09 (diff)
downloadcoreboot-54c07a675bada869cbe423a348af0dd041dcf7c3.tar.xz
msrtool: Add Intel Nehalem CPUs support
Added Intel processors based on Nehalem architecture support, with decoding MSRs. Change-Id: I576d5eac2542c0b62852bf05e42bc98b134c7eae Signed-off-by: Anton Kochkov <anton.kochkov@gmail.com> Reviewed-on: http://review.coreboot.org/1170 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/msrtool/msrtool.h')
-rw-r--r--util/msrtool/msrtool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/msrtool/msrtool.h b/util/msrtool/msrtool.h
index 162e743f65..73671e5ad3 100644
--- a/util/msrtool/msrtool.h
+++ b/util/msrtool/msrtool.h
@@ -244,4 +244,8 @@ extern const struct msrdef intel_pentium4_early_msrs[];
extern int intel_pentium4_later_probe(const struct targetdef *t);
extern const struct msrdef intel_pentium4_later_msrs[];
+/* intel_nehalem.c */
+extern int intel_nehalem_probe(const struct targetdef *t);
+extern const struct msrdef intel_nehalem_msrs[];
+
#endif /* MSRTOOL_H */