summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2021-09-21 17:37:32 +0200
committerFelix Singer <felixsinger@posteo.net>2022-09-29 17:05:56 +0000
commit96cc5d3ea84e7e7e3a6029cf728cef061ccae45f (patch)
tree3072b945e3be60c09c945c47adf5fb47fcdacc7b
parenta8c0b68199c5f76073a8b9c2ecf2d3694086591e (diff)
downloadflashrom-96cc5d3ea84e7e7e3a6029cf728cef061ccae45f.tar.gz
flashrom-96cc5d3ea84e7e7e3a6029cf728cef061ccae45f.tar.bz2
flashrom-96cc5d3ea84e7e7e3a6029cf728cef061ccae45f.zip
flashrom.8: add missing entry for `--flash-contents`
Change-Id: I64a8200a86329bd26a2069c5dc39430de9f8ba09 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/57807 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/67873 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--flashrom.8.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl
index aa5bcd457..959e5fdc8 100644
--- a/flashrom.8.tmpl
+++ b/flashrom.8.tmpl
@@ -250,6 +250,13 @@ Prints out the detected flash chips name.
.B "\-\-flash\-size"
Prints out the detected flash chips size.
.TP
+.B "\-\-flash\-contents <ref\-file>"
+The file contents of
+.BR <ref\-file>
+will be used to decide which parts of the flash need to be written. Providing
+this saves an initial read of the full flash chip. Be careful, if the provided
+data doesn't actually match the flash contents, results are undefined.
+.TP
.B "\-L, \-\-list\-supported"
List the flash chips, chipsets, mainboards, and external programmers
(including PCI, USB, parallel port, and serial port based devices)