nvramtool.8
***************************************************************************
Please also read the file DISCLAIMER which is included in this software
distribution.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License (as published by the
Free Software Foundation) version 2, dated June 1991.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
conditions of the GNU General Public License for more details.
***************************************************************************/
"nvramtool [OPTS] -e NAME"
"nvramtool [OPTS] -a"
"nvramtool [OPTS] -w NAME=VALUE"
"nvramtool [OPTS] -p INPUT_FILE"
"nvramtool [OPTS] -i"
"nvramtool [OPTS] -c [VALUE]"
"nvramtool [OPTS] -l [ARG]"
"nvramtool [OPTS] -d"
"nvramtool [OPTS] -Y"
"nvramtool [OPTS] -b OUTPUT_FILE"
"nvramtool [OPTS] -B INPUT_FILE"
"nvramtool [OPTS] -x"
"nvramtool [OPTS] -X DUMPFILE"
"nvramtool [OPTS] -v"
"nvramtool [OPTS] -h"
https://www.coreboot.org/.
"[-n] -r NAME" Show the value of the coreboot parameter given by "NAME." If "-n" is specified, show only the value. Otherwise show both parameter name and value.
"-e NAME" Show all possible values for parameter given by "NAME."
"-a" Show the names and values for all coreboot parameters.
"-w NAME=VALUE" Assign "VALUE" to coreboot parameter given by "NAME."
"-p INPUT_FILE" Assign values to coreboot parameters according to the contents of "INPUT_FILE." The format of this file is described below.
"-i" This is similar to the "-p" option, except that the contents of the input file are taken from standard input.
"-c [VALUE]" If "VALUE" is present then set the CMOS checksum for the coreboot parameters to "VALUE." Otherwise, show the checksum value.
"-l [ARG]" If "ARG" is present then show information from the coreboot table as specified by "ARG." Otherwise show all possible values for "ARG."
"-d" Do a low-level dump of the coreboot table.
"-Y" Write CMOS layout information to standard output. If redirected to a file, the layout information may be used as input for the "'-y LAYOUT_FILE'" option (see below).
"-b OUTPUT_FILE" Write the contents of CMOS memory to the binary file "OUTPUT_FILE." The first 14 bytes of "OUTPUT_FILE" do not contain actual CMOS data, and are always written as zeros. This is because the first 14 bytes of the CMOS area do not contain CMOS memory. These bytes are involved with the functioning of the real time clock.
"-B INPUT_FILE" Read binary data from "INPUT_FILE" and write the data to CMOS memory. The first 14 bytes of "INPUT_FILE" are skipped and data is written to CMOS starting at the 15th byte of the CMOS area. This is because the first 14 bytes of the CMOS area do not contain CMOS memory. These bytes are involved with the functioning of the real time clock.
"-x" Show a hex dump of all CMOS data. The first 14 bytes of the dump do not contain actual CMOS data, and are always shown as zeros. This is because the first 14 bytes of the CMOS area do not contain CMOS memory. These bytes are involved with the functioning of the real time clock.
"-X DUMPFILE" Read binary data from "DUMPFILE" (presumably a CMOS dumpfile created using the "-b OUTPUT_FILE" option) and show a hex dump of the data.
"-v" Show version information for this program.
"-h" Show a help message for this program.
Stefan Reinauer <[email protected]>