Changeset 1093 for trunk/flashrom.8


Ignore:
Timestamp:
07/21/10 12:26:01 (22 months ago)
Author:
hailfinger
Message:

Add support for RayeR SPIPGM hardware as described in
 http://rayer.ic.cz/elektro/spipgm.htm

To use the RayeR driver, run
flashrom -p rayer_spi -V

Known bugs/limitations:

  • Won't compile/work on non-x86 architectures.
  • Will always use direct port I/O access.

Log follows:

flashrom v0.9.2-r1039 on MS-DOS 7 (i686), built with libpci 3.1.5, GCC
4.3.2, little endian
Calibrating delay loop... OK.
Initializing rayer_bitbang_spi programmer
Using port 0x378 as I/O base for parallel port access.
...
Probing for Macronix MX25L1605, 2048 KB: probe_spi_rdid_generic: id1
0xc2, id2 0x2015
...
Found chip "Macronix MX25L1605" (2048 KB, SPI) at physical address
0xffe00000.
...
No operations were specified.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>
Acked-by: Martin Rehak <rayer@…>
Acked-by: Michael Karcher <flashrom@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r1070 r1093  
    188188.BR "* buspirate_spi" " (for SPI flash ROMs attached to a Bus Pirate)" 
    189189.sp 
     190.BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport \ 
     191based programmer)" 
     192.sp 
    190193Some programmers have optional or mandatory parameters which are described 
    191194in detail in the 
     
    390393.BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M ", " 8M 
    391394(in Hz). The default is the maximum frequency of 8 MHz. 
     395.TP 
     396.BR "rayer_spi " programmer 
     397No parameters defined yet. More information about the hardware is available at 
     398http://rayer.ic.cz/elektro/spipgm.htm 
    392399.SH EXIT STATUS 
    393400flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem 
     
    411418.BR gfxnvidia " and " drkaiser 
    412419need PCI configuration space access and raw memory access. 
     420.sp 
     421.B rayer_spi 
     422needs raw I/O port access. 
    413423.sp 
    414424.B satasii 
Note: See TracChangeset for help on using the changeset viewer.