Show
Ignore:
Timestamp:
06/30/08 23:45:17 (5 months ago)
Author:
ruik
Message:

Mine AMIC flash chip needs 4 bytes RDID. Following patch adds support for that.

Signed-off-by: Rudolf Marek <r.marek@…>
Acked-by: Peter Stuge <peter@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/flashrom/flash.h

    r3398 r3399  
    404404/* spi.c */ 
    405405int probe_spi_rdid(struct flashchip *flash); 
     406int probe_spi_rdid4(struct flashchip *flash); 
    406407int probe_spi_res(struct flashchip *flash); 
    407408int spi_command(unsigned int writecnt, unsigned int readcnt, const unsigned char *writearr, unsigned char *readarr);