summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2019-06-04 16:02:21 +0300
committerAlexander Amelkin <alexander@amelkin.msk.ru>2019-06-10 12:27:48 +0300
commitef92ab51e35627c9c4c4cacdd6e8c3af4390d288 (patch)
treeddaf55fc7143b21aa0cce21ece4e2ceeaa335684
parent994d47b41524e503f2f42fbce427c765811837eb (diff)
downloadipmitool-feature/add-support-for-boot-mailbox.tar.gz
man: Add documentation for chassis bootmboxfeature/add-support-for-boot-mailbox
Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
-rw-r--r--doc/ipmitool.128
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/ipmitool.1 b/doc/ipmitool.1
index 8689f71..acf1870 100644
--- a/doc/ipmitool.1
+++ b/doc/ipmitool.1
@@ -473,6 +473,34 @@ Force boot into BIOS Setup.
Force boot from Floppy/primary removable media.
.RE
+
+.TP
+\fIbootmbox\fP \fIget\fP [text] [block <\fBblock#\fP>]
+
+Read the Boot Initiator Mailbox in hex dump or in text mode.
+
+By default the whole mailbox is read. If block number is specified,
+that particular block is read. For block 0 or when the whole
+mailbox is read, the Boot Initiator IANA Enterprise Number and
+the corresponding enterprise name are printed.
+
+.TP
+\fIbootmbox\fP \fIset\fP text [block <\fBblock#\fP>] <\fBIANA_PEN\fP> "<\fBdata_string\fP>"
+
+Write the specified <block> or the entire Boot Initiator Mailbox in text mode.
+It is required to specify a decimal IANA Enterprise Number recognized
+by the boot initiator on the target system. Refer to your target system
+manufacturer for details. The rest of the arguments are a text string.
+
+When single block write is requested, the total length of <data> may not
+exceed 13 bytes for block 0, or 16 bytes otherwise.
+
+.TP
+\fIbootmbox\fP \fIset\fP [block <\fBblock#\fP>] <\fBIANA_PEN\fP> <\fBdata_byte\fP> [<\fBdata_byte\fP> ...]
+
+Same as above, but the arguments after IANA PEN are separate
+data byte values separated by spaces.
+
.TP
\fIbootparam\fP \fIget\fP <\fBopt_id\fR> [<\fBopt_param\fR>]