coreboot/util/inteltool
Pratik Prajapati 1e67816961 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 =============
TME supported : YES
TME locked    : YES
TME 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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45088
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2020-11-30 08:01:38 +00:00
..
gpio_names util/inteltool: add missing special function pads for CNL-LP 2020-11-11 13:04:00 +00:00
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
Makefile treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
ahci.c treewide: replace GPLv2 long form headers with SPDX header 2020-05-06 22:20:57 +00:00
amb.c util/: Replace GPLv2 boiler plate with SPDX header 2020-05-09 21:22:08 +00:00
cpu.c inteltool: Add support to print TME/MKTME status 2020-11-30 08:01:38 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
gfx.c util/: Replace GPLv2 boiler plate with SPDX header 2020-05-09 21:22:08 +00:00
gpio.c util/inteltool: Add support for Comet Lake-U 2020-08-29 13:41:04 +00:00
gpio_groups.c util/inteltool: Add support for Comet Lake-U 2020-08-29 13:41:04 +00:00
inteltool.8 treewide: capitalize 'BIOS' 2020-02-17 20:11:24 +00:00
inteltool.c inteltool: Add support to print TME/MKTME status 2020-11-30 08:01:38 +00:00
inteltool.h inteltool: Add support to print TME/MKTME status 2020-11-30 08:01:38 +00:00
ivy_memory.c util/inteltool/ivy_memory.c: Do not rely on MR0 values 2020-11-22 22:14:26 +00:00
lpc.c util/: Replace GPLv2 boiler plate with SPDX header 2020-05-09 21:22:08 +00:00
memory.c util/inteltool: Add support for Comet Lake-U 2020-08-29 13:41:04 +00:00
pcie.c util/inteltool: Support dumping more BARs on Skylake mobile SoCs 2020-07-07 08:56:13 +00:00
pcr.c util/inteltool: Add support for Intel Lewisburg SKU C621A 2020-11-09 10:19:08 +00:00
pcr.h util/: Replace GPLv2 boiler plate with SPDX header 2020-05-09 21:22:08 +00:00
powermgt.c util/inteltool: add PCI ID for ICH10DO 2020-07-09 21:54:33 +00:00
rootcmplx.c util/inteltool: add PCI ID for ICH10DO 2020-07-09 21:54:33 +00:00
spi.c util/inteltool: add PCI ID for ICH10DO 2020-07-09 21:54:33 +00:00