diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-10-02 01:21:45 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2013-10-02 01:21:45 +0000 |
commit | 8b1bdf19b01d6c32155963fbd174673c8b70ce4a (patch) | |
tree | b8783cb9f6a98e72567aef8178aa2a79a9ab4d30 /flashrom.8.tmpl | |
parent | 8268fdb90227af0293d2fbfcf92f971af44cb001 (diff) | |
download | flashrom-8b1bdf19b01d6c32155963fbd174673c8b70ce4a.tar.gz flashrom-8b1bdf19b01d6c32155963fbd174673c8b70ce4a.tar.bz2 flashrom-8b1bdf19b01d6c32155963fbd174673c8b70ce4a.zip |
rayer_spi: Improve support for different pinouts
Create a list of programmer types with names, test state and linked layouts.
This list could be listed with flashrom -L in follow-up patches.
Handle a bit in status register that is inverted, this will be used
in different future programmer types.
Corresponding to flashrom svn r1753.
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: Maksim Kuleshov <mmcx@mail.ru>
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, 3 insertions, 4 deletions
diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl index b507a9727..487982dc0 100644 --- a/flashrom.8.tmpl +++ b/flashrom.8.tmpl @@ -208,8 +208,7 @@ atmegaXXu2-flasher by Stefan Tauner." .sp .BR "* dediprog" " (for SPI flash ROMs attached to a Dediprog SF100)" .sp -.BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport " -or Xilinx DLC5 compatible cable) +.BR "* rayer_spi" " (for SPI flash ROMs attached to a parallel port by one of various cable types)" .sp .BR "* pony_spi" " (for SPI flash ROMs attached to a SI-Prog serial port " bitbanging adapter) @@ -766,9 +765,9 @@ can be More information about the RayeR hardware is available at .nh .BR "http://rayer.ic.cz/elektro/spipgm.htm " . -The schematic of the Xilinx DLC 5 was published at +The schematic of the Xilinx DLC 5 was published in .nh -.BR "http://www.xilinx.com/itp/xilinx4/data/docs/pac/appendixb.html " . +.BR "http://www.xilinx.com/support/documentation/user_guides/xtp029.pdf " . .SS .BR "pony_spi " programmer The serial port (like /dev/ttyS0, /dev/ttyUSB0 on Linux or COM3 on windows) is |