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>
This commit is contained in:
Anton Kochkov
2012-07-04 07:35:45 +04:00
committed by Stefan Reinauer
parent ffbbecc9ee
commit 54c07a675b
4 changed files with 2287 additions and 1 deletions

View File

@@ -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 */