diff options
author | Anastasia Klimchuk <aklm@flashrom.org> | 2025-03-21 19:41:48 +1100 |
---|---|---|
committer | Anastasia Klimchuk <aklm@flashrom.org> | 2025-04-11 00:34:26 +0000 |
commit | 4d4688ccf132c580107b013d2d929a0816aa89c1 (patch) | |
tree | f8a5c0b42eb822bb1c4e0b57b2262934d704385f | |
parent | bc029c2f458c874ff9c2427a10e890d1962f2acf (diff) | |
download | flashrom-main.tar.gz flashrom-main.tar.bz2 flashrom-main.zip |
Change-Id: Ic6179517d0f951a32c0c4e0baf32677398224542
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/86953
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | doc/supported_hw/supported_flashchips.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/supported_hw/supported_flashchips.rst b/doc/supported_hw/supported_flashchips.rst index 8e881d2ea..9af2601b1 100644 --- a/doc/supported_hw/supported_flashchips.rst +++ b/doc/supported_hw/supported_flashchips.rst @@ -2,10 +2,13 @@ Supported flash chips ===================== -The list of all supported flash chips is in ``flashchips.c`` file in the source tree. -If you have a flashrom repo cloned locally, you can look at the file in your repo. +The info about all supported flash chips is in the ``/flashchips`` directory in the source tree. +If you have a flashrom repo cloned locally, you can look at this directory in your repo. -Alternatively inspect the file on the `web UI of our GitHub mirror <https://github.com/flashrom/flashrom/blob/main/flashchips.c>`_. +Alternatively inspect it on the `web UI of our GitHub mirror <https://github.com/flashrom/flashrom/tree/main/flashchips>`_. + +All the files in the ``/flashchips`` directory are included in parent file ``flashchips.c``. You can inspect the source +`here <https://github.com/flashrom/flashrom/blob/main/flashchips.c>`_. If you can run flashrom locally, the command ``flashrom -L`` prints the list of all supported flash chips (see :doc:`/classic_cli_manpage` for more details on command line options). The output of this command is long, so you might |