summaryrefslogtreecommitdiff
path: root/util/intelmetool/me.h
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-02-23 14:18:07 +1100
committerPatrick Georgi <pgeorgi@google.com>2019-03-07 17:22:31 +0000
commit8e3b842b8baac7b97100568d1102f83a9868173a (patch)
treedaa66bf5305a2c936fd4d2e161312eed8692aef9 /util/intelmetool/me.h
parentf4491e73ca186126ef83be8d91fe94229e16362c (diff)
downloadcoreboot-8e3b842b8baac7b97100568d1102f83a9868173a.tar.xz
intelmetool: Add more flag descriptions
Obtained by inspecting intel SPSinfo tool output Change-Id: I69eb0dd86761984b6f0a450b7d8757268b0b248e Author: roncapat Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31589 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/intelmetool/me.h')
-rw-r--r--util/intelmetool/me.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/intelmetool/me.h b/util/intelmetool/me.h
index dfd5cbb92b..6a208070ba 100644
--- a/util/intelmetool/me.h
+++ b/util/intelmetool/me.h
@@ -33,6 +33,8 @@
#define ME_HFS_CWS_RESET 0
#define ME_HFS_CWS_INIT 1
#define ME_HFS_CWS_REC 2
+#define ME_HFS_CWS_TEST 3
+#define ME_HFS_CWS_DISABLED 4
#define ME_HFS_CWS_NORMAL 5
#define ME_HFS_CWS_WAIT 6
#define ME_HFS_CWS_TRANS 7
@@ -45,6 +47,7 @@
#define ME_HFS_STATE_ERROR 7
#define ME_HFS_ERROR_NONE 0
#define ME_HFS_ERROR_UNCAT 1
+#define ME_HFS_ERROR_DISABLED 2
#define ME_HFS_ERROR_IMAGE 3
#define ME_HFS_ERROR_DEBUG 4
#define ME_HFS_MODE_NORMAL 0