Attention is currently required from: Lance Zhao, Nico Huber, Maxim Polyakov, Johnny Lin, Patrick Rudolph. Hello Lance Zhao, build bot (Jenkins), Nico Huber, Johnny Lin, Stefan Reinauer, Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35919
to look at the new patch set (#14).
Change subject: inteltool: Allow to set cores range for MSRs dump ......................................................................
inteltool: Allow to set cores range for MSRs dump
Adds the ability to output MSRs dump for the specified range of CPU cores. This makes it easier to reverse engineer server multicore processors using the inteltool utility.
The range is set using --cpu-range <start-end> command line option:
$ sudo ./inteltool -M --cpu-range 0-7 $ sudo ./inteltool -M --cpu-range 7-15 $ sudo ./inteltool -M --cpu-range 32
$ sudo ./inteltool -M" will print a register dump for all cores, just as before.
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, 32 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/35919/14