1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

Declare special commands to support the Atmel AT25F512A

Corresponding to flashrom svn r353 and coreboot v2 svn r3781.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Carl-Daniel Hailfinger 2008-11-28 23:47:55 +00:00
parent 6a0a25cada
commit 0faf03e647

5
spi.h
View File

@ -29,6 +29,11 @@
#define JEDEC_RDID_OUTSIZE 0x01 #define JEDEC_RDID_OUTSIZE 0x01
#define JEDEC_RDID_INSIZE 0x03 #define JEDEC_RDID_INSIZE 0x03
/* AT25F512A has bit 3 as don't care bit in commands */
#define AT25F512A_RDID 0x15
#define AT25F512A_RDID_OUTSIZE 0x01
#define AT25F512A_RDID_INSIZE 0x02
/* Read Electronic Manufacturer Signature */ /* Read Electronic Manufacturer Signature */
#define JEDEC_REMS 0x90 #define JEDEC_REMS 0x90
#define JEDEC_REMS_OUTSIZE 0x04 #define JEDEC_REMS_OUTSIZE 0x04