diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-02-28 17:04:38 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-02-28 17:04:38 +0000 |
commit | 5818270e74bd8b83564b00da72758aa5dabf8626 (patch) | |
tree | 3b20fe94c10bfff20d770f356077946bc1fd3a04 /flashrom.8.tmpl | |
parent | 593bcf22902e91d877a9e19a581f7a3ef1231c4b (diff) | |
download | flashrom-5818270e74bd8b83564b00da72758aa5dabf8626.zip flashrom-5818270e74bd8b83564b00da72758aa5dabf8626.tar.gz |
rayer_spi: add support for SPI Tiny Tools-compatible hardware
Apparently, there is at least one board of Russian origin (coined
SPI_TT LPT) that works with SPI Tiny Tools which is a closed-source
Windows GUI program somewhat similar to flashrom.
Corresponding to flashrom svn r1945.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashrom.8.tmpl')
-rw-r--r-- | flashrom.8.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl index 9d8fcc3..cb77e46 100644 --- a/flashrom.8.tmpl +++ b/flashrom.8.tmpl @@ -899,7 +899,8 @@ syntax where .B model can be .BR rayer " for the RayeR cable, " byteblastermv " for the Altera ByteBlasterMV, " stk200 " for the Atmel \ -STK200/300, " wiggler " for the Macraigor Wiggler, or " xilinx " for the Xilinx Parallel Cable III (DLC 5)." +STK200/300, " wiggler " for the Macraigor Wiggler, " xilinx " for the Xilinx Parallel Cable III (DLC 5), or" \ +" spi_tt" " for SPI Tiny Tools-compatible hardware. .sp More information about the RayeR hardware is available at .nh |