1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 07:02:34 +02:00

doc: Link useful section of manpage into Supported programmers index

Change-Id: I0c8a761626784f31a71a47c2cebff2579ebbe416
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/82646
Reviewed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Anastasia Klimchuk 2024-05-25 19:54:43 +10:00
parent 2843442150
commit 9a9ccdb6e6
2 changed files with 3 additions and 0 deletions

View File

@ -329,6 +329,7 @@ All operations involving any chip access (probe/read/write/...) require the ``-p
**-R, --version** **-R, --version**
Show version information and exit. Show version information and exit.
.. _programmer-specific information:
PROGRAMMER-SPECIFIC INFORMATION PROGRAMMER-SPECIFIC INFORMATION
------------------------------- -------------------------------

View File

@ -4,6 +4,8 @@ Supported programmers
flashrom supports many different programmers, for the full list you can look into `programmer_table.c <https://github.com/flashrom/flashrom/blob/main/programmer_table.c>`_ flashrom supports many different programmers, for the full list you can look into `programmer_table.c <https://github.com/flashrom/flashrom/blob/main/programmer_table.c>`_
in the source tree. Some of the programmers have their own documentation pages, see below. in the source tree. Some of the programmers have their own documentation pages, see below.
Please check the :ref:`programmer-specific information` section of the :doc:`/classic_cli_manpage` for more details about programmers and their usage.
If you can run flashrom locally, the command ``flashrom -L`` prints all devices supported per programmer If you can run flashrom locally, the command ``flashrom -L`` prints all devices supported per programmer
(see :doc:`/classic_cli_manpage` for more details on command line options). The output of this command is long, so you might (see :doc:`/classic_cli_manpage` for more details on command line options). The output of this command is long, so you might
want to save it to file or grep. want to save it to file or grep.