mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
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>
This commit is contained in:

committed by
Stefan Tauner

parent
8268fdb902
commit
8b1bdf19b0
@ -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
|
||||
|
Reference in New Issue
Block a user