util/msrtool: Add Pentium D support
CPUID F6x will not support all MSRs on intel_pentium4_later. Removed from pentium4_later and added as Pentium D. Change-Id: Ic6ac0593607b6f87fe921ac52738dad5ee3457dc Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26289 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
committed by
Kyösti Mälkki
parent
46fb8b6f05
commit
6e6b36ac68
@@ -249,6 +249,10 @@ extern const struct msrdef intel_pentium4_early_msrs[];
|
||||
extern int intel_pentium4_later_probe(const struct targetdef *t, const struct cpuid_t *id);
|
||||
extern const struct msrdef intel_pentium4_later_msrs[];
|
||||
|
||||
/* intel_pentium_d.c */
|
||||
extern int intel_pentium_d_probe(const struct targetdef *t, const struct cpuid_t *id);
|
||||
extern const struct msrdef intel_pentium_d_msrs[];
|
||||
|
||||
/* intel_nehalem.c */
|
||||
extern int intel_nehalem_probe(const struct targetdef *t, const struct cpuid_t *id);
|
||||
extern const struct msrdef intel_nehalem_msrs[];
|
||||
|
Reference in New Issue
Block a user