Anastasia Klimchuk has uploaded this change for review.

View Change

doc: Add manpage entries for nic3com, gfxnvidia, satasii

These programmers have a little information about them on wiki.
It's too little info to create a dedicated page for each
programmer, however info can go to the manpage.

For reference, wiki pages are the following:
https://wiki.flashrom.org/NIC3Com
https://wiki.flashrom.org/Gfxnvidia
https://wiki.flashrom.org/Supported_programmers (search for the
programmers in the table).

Change-Id: Id2a2aefc6a3c8348fdaa4498aaa704fd2da7602f
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
---
M doc/classic_cli_manpage.rst
1 file changed, 20 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/67/83467/1
diff --git a/doc/classic_cli_manpage.rst b/doc/classic_cli_manpage.rst
index 19c804a..d8380c7 100644
--- a/doc/classic_cli_manpage.rst
+++ b/doc/classic_cli_manpage.rst
@@ -636,6 +636,7 @@

flashrom -p nic3com:pci=05:04.0

+Some of these programmers have more info below.

atavia programmer
^^^^^^^^^^^^^^^^^
@@ -655,6 +656,13 @@
fact that, on the tested device (a Promise Ultra100), not all of the chip's address lines were actually connected.
You may use this programmer to flash firmware updates, since these are only 16 kB in size (padding to 32 kB is required).

+nic3com programmer
+^^^^^^^^^^^^^^^^^^
+
+flashrom supports some 3Com network cards to reflash the (parallel) flash attached to these cards,
+but it is also possible to use these cards to reflash other chips which fit in there electrically.
+Please note that the small number of address lines connected to the chip may make accessing large chips impossible.
+The maximum supported chip size is 128KB.

nicintel_eeprom programmer
^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -666,6 +674,18 @@
Intel specifies following EEPROMs to be compatible:
Atmel AT25128, AT25256, Micron (ST) M95128, M95256 and OnSemi (Catalyst) CAT25CS128.

+gfxnvidia programmer
+^^^^^^^^^^^^^^^^^^^^
+
+Flashrom supports some Nvidia graphic cards to reflash the (parallel) flash attached to these cards,
+but it is also possible to use these cards to reflash other chips which fit in there electrically.
+
+satasii programmer
+^^^^^^^^^^^^^^^^^^
+
+Flashrom supports some SiI ATA/SATA controllers to reflash the flash attached to these controller cards,
+but it is also possible to use these cards to reflash other chips which fit in there electrically.
+Please note that the small number of address lines connected to the chip may make accessing large chips impossible.

ft2232_spi programmer
^^^^^^^^^^^^^^^^^^^^^

To view, visit change 83467. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Id2a2aefc6a3c8348fdaa4498aaa704fd2da7602f
Gerrit-Change-Number: 83467
Gerrit-PatchSet: 1
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>