summaryrefslogtreecommitdiff
path: root/serprog-protocol.txt
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-10-22 21:45:27 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-10-22 21:45:27 +0000
commit745917e5183f42119b897ae0f13e87bb86165139 (patch)
tree5b18c8401161cbd258055a712d36b9f26507a297 /serprog-protocol.txt
parenta71f516b4b6002ce9b811520397e78abe45422a5 (diff)
downloadflashrom-745917e5183f42119b897ae0f13e87bb86165139.tar.gz
serprog: small improvements
- rename serprog_delay parameter to usecs - fix code style, (output) formatting issues and comments - sp_docommand: remove unnecessary malloc+memcpy and fix formatting Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1456 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'serprog-protocol.txt')
-rw-r--r--serprog-protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/serprog-protocol.txt b/serprog-protocol.txt
index 168a28e..a3a4863 100644
--- a/serprog-protocol.txt
+++ b/serprog-protocol.txt
@@ -19,7 +19,7 @@ COMMAND Description Parameters Return Value
0x05 Query supported bustypes none ACK + 8-bit flags (as per flashrom) / NAK
0x06 Query connected address lines none ACK + 8bit line count / NAK
0x07 Query operation buffer size none ACK + 16bit size / NAK
-0x08 Query write-n maximum data len none ACK + 24bit maximum length / NAK
+0x08 Query maximum write-n length none ACK + 24bit length (0==2^24) / NAK
0x09 Read byte 24-bit addr ACK + BYTE / NAK
0x0A Read n bytes 24-bit addr + 24-bit length ACK + length bytes / NAK
0x0B Initialize operation buffer none ACK / NAK