Changeset 1437 for trunk/flashrom.8


Ignore:
Timestamp:
09/12/11 08:17:06 (8 months ago)
Author:
hailfinger
Message:

Add support for Xilinx parallel III (DLC5) programing cable

The rayer_spi driver defaults to the RayeR cable, but selecting other
predefined pin layouts with the type= parameter is possible:
flashrom -p rayer_spi:type=xilinx

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>
Acked-by: Stefan Tauner <stefan.tauner@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r1412 r1437  
    211211.BR "* dediprog" " (for SPI flash ROMs attached to a Dediprog SF100)" 
    212212.sp 
    213 .BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport \ 
    214 based programmer)" 
     213.BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport " 
     214or Xilinx DLC5 compatible cable) 
    215215.sp 
    216216.BR "* nicintel_spi" " (for SPI flash ROMs on Intel Gigabit network cards)" 
     
    513513four. Make sure to not forget the "0x" prefix for hexadecimal port addresses. 
    514514.sp 
    515 More information about the hardware is available at 
    516 .BR http://rayer.ic.cz/elektro/spipgm.htm . 
     515The default cable type is the RayeR cable. You can use the optional 
     516.B type 
     517parameter to specify the cable type with the 
     518.sp 
     519.B "  flashrom \-p rayer_spi:type=model" 
     520.sp 
     521syntax where 
     522.B model 
     523can be 
     524.BR rayer " for the RayeR cable or " xilinx " for the Xilinx Parallel Cable III 
     525(DLC 5). 
     526.sp 
     527More information about the RayeR hardware is available at 
     528.BR "http://rayer.ic.cz/elektro/spipgm.htm " . 
     529The schematic of the Xilinx DLC 5 was published at 
     530.BR "http://www.xilinx.com/itp/xilinx4/data/docs/pac/appendixb.html " . 
    517531.TP 
    518532.BR "ogp_spi " programmer 
Note: See TracChangeset for help on using the changeset viewer.