From 6e6b36ac681af9fbfe9b7ad62cce8982193bc400 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 15 May 2018 13:28:54 +0200 Subject: util/msrtool: Add Pentium D support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/26289 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- util/msrtool/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/msrtool/Makefile.in') diff --git a/util/msrtool/Makefile.in b/util/msrtool/Makefile.in index a79cb4fe15..f50adc240d 100644 --- a/util/msrtool/Makefile.in +++ b/util/msrtool/Makefile.in @@ -22,7 +22,7 @@ PREFIX = @PREFIX@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ -TARGETS = geodegx2.o geodelx.o cs5536.o k8.o via_c7.o intel_pentium3_early.o intel_pentium3.o intel_pentium4_early.o intel_pentium4_later.o intel_core1.o intel_core2_early.o intel_core2_later.o intel_nehalem.o intel_atom.o +TARGETS = geodegx2.o geodelx.o cs5536.o k8.o via_c7.o intel_pentium3_early.o intel_pentium3.o intel_pentium4_early.o intel_pentium4_later.o intel_pentium_d.o intel_core1.o intel_core2_early.o intel_core2_later.o intel_nehalem.o intel_atom.o SYSTEMS = linux.o darwin.o freebsd.o OBJS = $(PROGRAM).o msrutils.o sys.o $(SYSTEMS) $(TARGETS) -- cgit v1.2.3