Hello build bot (Jenkins), Paul Menzel, Stefan Reinauer, Subrata Banik,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45088
to look at the new patch set (#4).
Change subject: inteltool: Add support to print TME/MKTME status ......................................................................
inteltool: Add support to print TME/MKTME status
Print whether the SOC supports TME/MKTME. If the SOC supports the feature, print the status of enable and lock bit from TME_ACTIVATE MSR. -t option prints this status.
Sample output:
If TME/MKTME is supported: ============= Dumping INTEL TME/MKTME status ============= MKTME supported : YES MKTME locked : YES MKTME enabled : YES ====================================================
If TME/MKTME is not supported: ============= Dumping INTEL TME status ============= TME supported : NO ====================================================
Signed-off-by: Pratik Prajapati pratikkumar.v.prajapati@intel.com Change-Id: I584ac4b045ba80998d454283e02d3f28ef45692d --- M util/inteltool/cpu.c M util/inteltool/inteltool.c M util/inteltool/inteltool.h 3 files changed, 63 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/45088/4