mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for Atmel's AT25F series of SPI flash chips
This adds support for the following chips: - AT25F512, AT25F512A, AT25F512B - AT25F1024, AT25F1024A - AT25F2048 - AT25F4096 Besides the definitions of the the chips in flashchips.c this includes - a dedicated probing method (probe_spi_at25f) - pretty printing methods (spi_prettyprint_status_register_at25f*), and - unlocking methods (spi_disable_blockprotect_at25f*) Corresponding to flashrom svn r1637. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
11
flashchips.h
11
flashchips.h
@ -137,13 +137,12 @@
|
||||
#define ATMEL_AT25DF321A 0x4701
|
||||
#define ATMEL_AT25DF641 0x4800
|
||||
#define ATMEL_AT25DQ161 0x8600
|
||||
#define ATMEL_AT25F512 /* No device ID found in datasheet. Vendor ID
|
||||
* can be read with AT25F512A_RDID */
|
||||
#define ATMEL_AT25F512A 0x65 /* Needs AT25F512A_RDID */
|
||||
#define ATMEL_AT25F512 0x65 /* guessed, no device ID in datasheet. Needs AT25F_RDID */
|
||||
#define ATMEL_AT25F512A 0x65 /* Needs AT25F_RDID */
|
||||
#define ATMEL_AT25F512B 0x6500
|
||||
#define ATMEL_AT25F1024 /* No device ID found in datasheet. Vendor ID
|
||||
* can be read with AT25F512A_RDID */
|
||||
#define ATMEL_AT25F1024A 0x60 /* Needs AT25F512A_RDID */
|
||||
#define ATMEL_AT25F1024 0x60 /* Needs AT25F_RDID */
|
||||
#define ATMEL_AT25F2048 0x63 /* Needs AT25F_RDID */
|
||||
#define ATMEL_AT25F4096 0x64 /* Needs AT25F_RDID */
|
||||
#define ATMEL_AT25FS010 0x6601
|
||||
#define ATMEL_AT25FS040 0x6604
|
||||
#define ATMEL_AT26DF041 0x4400
|
||||
|
Reference in New Issue
Block a user