diff options
author | Maksim Kuleshov <mmcx@mail.ru> | 2013-10-02 01:21:57 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2013-10-02 01:21:57 +0000 |
commit | 3647b2d5ed1843f4a8607e0f2faca8d39c50798a (patch) | |
tree | 88c3c35f7c0742eeb7ebb20a768e57ca08957183 /flashrom.8.tmpl | |
parent | 8b1bdf19b01d6c32155963fbd174673c8b70ce4a (diff) | |
download | flashrom-3647b2d5ed1843f4a8607e0f2faca8d39c50798a.tar.gz flashrom-3647b2d5ed1843f4a8607e0f2faca8d39c50798a.tar.bz2 flashrom-3647b2d5ed1843f4a8607e0f2faca8d39c50798a.zip |
rayer_spi: Add pinout for Altera ByteBlasterMV
There is a ByteBlasterII product that is only almost compatible.
Corresponding to flashrom svn r1754.
Signed-off-by: Maksim Kuleshov <mmcx@mail.ru>
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: Maksim Kuleshov <mmcx@mail.ru>
Acked-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl index 487982dc0..38fe0f86c 100644 --- a/flashrom.8.tmpl +++ b/flashrom.8.tmpl @@ -759,12 +759,15 @@ parameter to specify the cable type with the syntax where .B model can be -.BR rayer " for the RayeR cable or " xilinx " for the Xilinx Parallel Cable III -(DLC 5). +.BR rayer " for the RayeR cable, " byteblastermv " for the Altera ByteBlasterMV, or " xilinx \ +" for the Xilinx Parallel Cable III (DLC 5)." .sp More information about the RayeR hardware is available at .nh .BR "http://rayer.ic.cz/elektro/spipgm.htm " . +The Altera ByteBlasterMV datasheet can be obtained from +.nh +.BR "http://www.altera.co.jp/literature/ds/dsbytemv.pdf " . The schematic of the Xilinx DLC 5 was published in .nh .BR "http://www.xilinx.com/support/documentation/user_guides/xtp029.pdf " . |