| Index: utility/crossystem_main.c
|
| diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
|
| index fb842837cf4b8445c0e1fa9e9accf2de0bd75a4a..6f352edecec3c121adea7c9dc849f971e09c2344 100644
|
| --- a/utility/crossystem_main.c
|
| +++ b/utility/crossystem_main.c
|
| @@ -41,6 +41,8 @@ const Param sys_param_list[] = {
|
| {"tried_fwb", 0, "Tried firmware B before A this boot"},
|
| {"cros_debug", 0, "OS should allow debug features"},
|
| {"vdat_flags", 0, "Flags from VbSharedData", "0x%08x"},
|
| + {"tpm_fwver", 0, "Firmware version stored in TPM", "0x%08x"},
|
| + {"tpm_kernver", 0, "Kernel version stored in TPM", "0x%08x"},
|
| /* Read-only strings */
|
| {"hwid", IS_STRING, "Hardware ID"},
|
| {"fwid", IS_STRING, "Active firmware ID"},
|
|
|