summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Viitanen <riku.viitanen@protonmail.com>2024-01-15 20:10:40 +0200
committerAnastasia Klimchuk <aklm@chromium.org>2024-03-01 07:01:50 +0000
commitf5ca2dbf7f12c6a8c382843c34df04565f616e80 (patch)
tree43dd5d98b4239510fc10df198b49da7260c8ef5f
parente8c350f55e596aae3ab2bbc210b68389e2301a6c (diff)
downloadflashrom-f5ca2dbf7f12c6a8c382843c34df04565f616e80.tar.gz
flashrom-f5ca2dbf7f12c6a8c382843c34df04565f616e80.tar.bz2
flashrom-f5ca2dbf7f12c6a8c382843c34df04565f616e80.zip
serprog: clean up documentation
* serprog.h doesn't exist, so refer to .c source instead * in the doc, no other command has S_CMD_ prefix either Change-Id: Ic83e7fd80840f2db0b006935a964721da0388068 Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/80499 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
-rw-r--r--Documentation/serprog-protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/serprog-protocol.txt b/Documentation/serprog-protocol.txt
index d58b8e98e..3d4aa1a9c 100644
--- a/Documentation/serprog-protocol.txt
+++ b/Documentation/serprog-protocol.txt
@@ -84,7 +84,7 @@ Additional information of the above commands:
lower than the one requested. If there is no lower frequency
available the lowest possible should be used. The value
chosen is sent back in the reply with an ACK.
- 0x15 (S_CMD_S_PIN_STATE):
+ 0x15 (S_PIN_STATE):
Sets the state of the pin drivers connected to the flash chip. Disabling them allows other
devices (e.g. a mainboard's chipset) to access the chip. This way the serprog controller can
remain attached to the flash chip even when the board is running. The user is responsible to
@@ -103,4 +103,4 @@ Additional information of the above commands:
In addition, support for these commands is recommended:
S_CMD_Q_PGMNAME, S_CMD_Q_BUSTYPE, S_CMD_Q_CHIPSIZE (if parallel).
-See also serprog.h.
+See also serprog.c