Pratikkumar V Prajapati has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45088 )
Change subject: inteltool: Add support to print TME/MKTME status
......................................................................
Patch Set 8:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45088/6/util/inteltool/cpu.c
File util/inteltool/cpu.c:
https://review.coreboot.org/c/coreboot/+/45088/6/util/inteltool/cpu.c@256
PS6, Line 256: if (tme_supported) {
: printf("TME locked : %s\n", is_tme_locked(0) ? "YES" : "NO");
: printf("TME enabled : %s\n", is_tme_enabled(0) ? "YES" : "NO");
: }
Then i have to print '====' line also, so below code would be same as existing. […]
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/45088
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I584ac4b045ba80998d454283e02d3f28ef45692d
Gerrit-Change-Number: 45088
Gerrit-PatchSet: 8
Gerrit-Owner: Pratikkumar V Prajapati
pratikkumar.v.prajapati@intel.com
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Wonkyu Kim
wonkyu.kim@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Duncan Laurie
dlaurie@chromium.org
Gerrit-CC: Furquan Shaikh
furquan@google.com
Gerrit-Comment-Date: Tue, 24 Nov 2020 20:26:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik
subrata.banik@intel.com
Comment-In-Reply-To: Pratikkumar V Prajapati
pratikkumar.v.prajapati@intel.com
Gerrit-MessageType: comment