Changeset 1119 for trunk/flashrom.8


Ignore:
Timestamp:
07/29/10 17:54:53 (22 months ago)
Author:
hailfinger
Message:

Add support for the Amontec JTAGkey2, see
 http://www.amontec.com/jtagkey2.shtml
 http://www.amontec.com/jtagkey.shtml

This FTDI 2232H variant has an additional output enable, which will be
set to its "on" (L) when CS is pulled low.
But it lacks a power supply and you need an external 3.3V source.

The attached patch adds "jtagkey" as "type" parameter for ft2232_spi.
It should work with all JTAGkeys (JTAGkey, JTAGkey-tiny and JTAGkey2)
but I only have a JTAGkey2 here for testing.

Add all FT2232H/FT4232H based programmers to the list printed with
flashrom -L

Signed-off-by: Jörg Fischer <turboj@…>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r1093 r1119  
    178178.BR "* atahpt" " (for flash ROMs on Highpoint ATA/RAID controllers)" 
    179179.sp 
    180 .BR "* it87spi" " (for flash ROMs behind an ITE IT87xx Super I/O LPC/SPI\ 
     180.BR "* it87spi" " (for flash ROMs behind an ITE IT87xx Super I/O LPC/SPI \ 
    181181translation unit)" 
    182182.sp 
    183 .BR "* ft2232_spi" " (for SPI flash ROMs attached to a FT2232H/FT4232H based\ 
    184 USB SPI programmer)" 
     183.BR "* ft2232_spi" " (for SPI flash ROMs attached to a FT2232H/FT4232H/JTAGkey \ 
     184based USB SPI programmer)" 
    185185.sp 
    186186.BR "* serprog" " (for flash ROMs attached to a programmer speaking serprog)" 
     
    352352.B model 
    353353can be any of 
    354 .BR 2232H ", or " 4232H 
     354.BR 2232H ", "JTAGkey ", or " 4232H 
    355355and 
    356356.B interface 
Note: See TracChangeset for help on using the changeset viewer.