msrtool: added support for Intel CPUs
authorAnton Kochkov <anton.kochkov@gmail.com>
Mon, 20 Jun 2011 19:14:22 +0000 (23:14 +0400)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 28 Jun 2011 21:09:08 +0000 (23:09 +0200)
commit7c634ae8c18d1e311b5b96f09b5e6af23e57eaf7
tree3dd53ea3287aef600e4791d0b16860457433f0a1
parent180f81e9a98047839e5887ed45966cb0be22e6c2
msrtool: added support for Intel CPUs

Change-Id: I05f54471665aa99335a88d097c6de20174f91dc6
Signed-off-by: Anton Kochkov <anton.kochkov@gmail.com>
Reviewed-on: http://review.coreboot.org/50
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
util/msrtool/Makefile.in
util/msrtool/intel_core1.c [new file with mode: 0644]
util/msrtool/intel_core2_early.c [new file with mode: 0644]
util/msrtool/intel_core2_later.c [new file with mode: 0644]
util/msrtool/intel_pentium3.c [new file with mode: 0644]
util/msrtool/intel_pentium3_early.c [new file with mode: 0644]
util/msrtool/intel_pentium4_early.c [new file with mode: 0644]
util/msrtool/intel_pentium4_later.c [new file with mode: 0644]
util/msrtool/msrtool.c
util/msrtool/msrtool.h