Hello build bot (Jenkins), Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35919
to look at the new patch set (#7).
Change subject: util/inteltool: set cores range to dump MSRs ......................................................................
util/inteltool: set cores range to dump MSRs
Adds the ability to dump only for the specified range of CPU cores. This is very useful if we are analyzing a server processor with a large number of cores.
The range is set using command line option --range <start-end>:
$ sudo ./inteltool --msr --range 0-7 $ sudo ./inteltool --msr --range 7-15 $ sudo ./inteltool --msr --range 32
Printing information with -M or --msrs option remains unchanged.
Change-Id: I3a037cf7ac270d2b51d6e453334c358ff47b4105 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M util/inteltool/cpu.c M util/inteltool/inteltool.c M util/inteltool/inteltool.h 3 files changed, 40 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/35919/7