tpm2_eventlog.1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .\" Automatically generated by Pandoc 1.19.2.4
  2. .\"
  3. .TH "tpm2_eventlog" "1" "" "tpm2\-tools" "General Commands Manual"
  4. .hy
  5. .SH NAME
  6. .PP
  7. \f[B]tpm2_eventlog\f[](1) \- Display tpm2 event log.
  8. .SH SYNOPSIS
  9. .PP
  10. \f[B]tpm2_eventlog\f[] [\f[I]ARGUMENT\f[]]
  11. .SH DESCRIPTION
  12. .PP
  13. \f[B]tpm2_eventlog\f[](1) \- Parse a binary TPM2 event log.
  14. The event log may be passed to the tool as the final positional
  15. parameter.
  16. If this parameter is omitted the tool will return an error.
  17. The format of this log documented in the "TCG PC Client Platform
  18. Firmware Profile Specification".
  19. .SH OPTIONS
  20. .PP
  21. This tool takes no tool specific options.
  22. .IP \[bu] 2
  23. \f[B]ARGUMENT\f[] The command line argument is the path to a binary TPM2
  24. eventlog.
  25. .SS References
  26. .SH COMMON OPTIONS
  27. .PP
  28. This collection of options are common to many programs and provide
  29. information that many users may expect.
  30. .IP \[bu] 2
  31. \f[B]\-h\f[], \f[B]\-\-help=[man|no\-man]\f[]: Display the tools
  32. manpage.
  33. By default, it attempts to invoke the manpager for the tool, however, on
  34. failure will output a short tool summary.
  35. This is the same behavior if the "man" option argument is specified,
  36. however if explicit "man" is requested, the tool will provide errors
  37. from man on stderr.
  38. If the "no\-man" option if specified, or the manpager fails, the short
  39. options will be output to stdout.
  40. .RS 2
  41. .PP
  42. To successfully use the manpages feature requires the manpages to be
  43. installed or on \f[I]MANPATH\f[], See man(1) for more details.
  44. .RE
  45. .IP \[bu] 2
  46. \f[B]\-v\f[], \f[B]\-\-version\f[]: Display version information for this
  47. tool, supported tctis and exit.
  48. .IP \[bu] 2
  49. \f[B]\-V\f[], \f[B]\-\-verbose\f[]: Increase the information that the
  50. tool prints to the console during its execution.
  51. When using this option the file and line number are printed.
  52. .IP \[bu] 2
  53. \f[B]\-Q\f[], \f[B]\-\-quiet\f[]: Silence normal tool output to stdout.
  54. .IP \[bu] 2
  55. \f[B]\-Z\f[], \f[B]\-\-enable\-errata\f[]: Enable the application of
  56. errata fixups.
  57. Useful if an errata fixup needs to be applied to commands sent to the
  58. TPM.
  59. Defining the environment TPM2TOOLS_ENABLE_ERRATA is equivalent.
  60. information many users may expect.
  61. .SH EXAMPLES
  62. .IP
  63. .nf
  64. \f[C]
  65. #\ display\ eventlog\ from\ provided\ file
  66. tpm2_eventlog\ eventlog.bin
  67. \f[]
  68. .fi
  69. .SH Returns
  70. .PP
  71. Tools can return any of the following codes:
  72. .IP \[bu] 2
  73. 0 \- Success.
  74. .IP \[bu] 2
  75. 1 \- General non\-specific error.
  76. .IP \[bu] 2
  77. 2 \- Options handling error.
  78. .IP \[bu] 2
  79. 3 \- Authentication error.
  80. .IP \[bu] 2
  81. 4 \- TCTI related error.
  82. .IP \[bu] 2
  83. 5 \- Non supported scheme.
  84. Applicable to tpm2_testparams.
  85. .SH BUGS
  86. .PP
  87. Github Issues (https://github.com/tpm2-software/tpm2-tools/issues)
  88. .SH HELP
  89. .PP
  90. See the Mailing List (https://lists.01.org/mailman/listinfo/tpm2)