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:
committed by
Stefan Reinauer
parent
ffbbecc9ee
commit
54c07a675b
@@ -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 */
|
||||
|
Reference in New Issue
Block a user