mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
tree: Remove print_wiki.c
Old wiki website is retired and so is print_wiki.c Change-Id: I9990add27f7fdddc23ddd1f33306566ce7548417 Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83941 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Marheine <pmarheine@chromium.org>
This commit is contained in:
@ -11,7 +11,7 @@ NAME
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
||||
| **flashrom** [-h|-R|-L|-z|
|
||||
| **flashrom** [-h|-R|-L|
|
||||
| -p <programmername>[:<parameters>] [-c <chipname>]
|
||||
| (--flash-name|--flash-size|
|
||||
| [-E|-x|-r <file>|-w <file>|-v <file>]
|
||||
@ -39,7 +39,7 @@ which use various protocols such as LPC, FWH, parallel flash, or SPI.
|
||||
OPTIONS
|
||||
-------
|
||||
|
||||
You can specify one of ``-h``, ``-R``, ``-L``, ``-z``, ``-E``, ``-r``, ``-w``, ``-v`` or no operation.
|
||||
You can specify one of ``-h``, ``-R``, ``-L``, ``-E``, ``-r``, ``-w``, ``-v`` or no operation.
|
||||
If no operation is specified, **flashrom** will only probe for flash chips. It is recommended that if you try **flashrom** the
|
||||
first time on a system, you run it in probe-only mode and check the output.
|
||||
Also you are advised to make a backup of your current ROM contents with ``-r`` before you try to write a new image.
|
||||
@ -256,12 +256,6 @@ All operations involving any chip access (probe/read/write/...) require the ``-p
|
||||
For verification you have to test an ERASE and/or WRITE operation, so make sure you only do that if you have proper means to recover from failure!
|
||||
|
||||
|
||||
**-z, --list-supported-wiki**
|
||||
Same as ``--list-supported``, but outputs the supported hardware in MediaWiki syntax,
|
||||
so that it can be easily pasted into the `supported hardware wiki page <https://flashrom.org/Supported_hardware>`_.
|
||||
Please note that MediaWiki output is not compiled in by default.
|
||||
|
||||
|
||||
**-p, --programmer <name>[:parameter[,parameter[,parameter]]]**
|
||||
Specify the programmer device. This is mandatory for all operations involving any chip access (probe/read/write/...).
|
||||
Currently supported are:
|
||||
|
Reference in New Issue
Block a user