1=head1 NAME
2
3tpm_nvinfo
4
5=head1 SYNOPSIS
6
7B<tpm_nvinfo [OPTIONS]>
8
9=head1 DESCRIPTION
10
11B<tpm_nvinfo> displays information about defined NVRAM areas. The user may
12restrict it to display only a single NVRAM area by providing an index or may
13choose ton only list available NVRAM areas indices without displaying the
14NVRAM areas' detailed information.
15
16The following options are supported:
17
18=over 4
19
20=item B<-h, --help>
21
22Display command usage info.
23
24=item B<-v, --version>
25
26Display command version info.
27
28=item B<-l, --log [none|error|info|debug]>
29
30Set logging level.
31
32=item B<-i, --index> (optional parameter)
33
34Only display the NVRAM area with the given index. If this option is not
35provided all NVRAM areas will be displayed.
36
37=item B<-n, --list-only> (optional parameter)
38
39Only display the defined NVRAM areas' indices.
40
41=back
42
43=head1 SEE ALSO
44
45B<tpm_nvdefine>(8), B<tpm_nvread>(8), B<tpm_nvwrite>(8), B<tpm_nvrelease>(8)
46
47=head1 REPORTING BUGS
48
49Report bugs to <trousers-users@lists.sourceforge.net>
50