mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
flashchips: Add AT25DF011
Tested read/write/erase/probe operations with a ch341a_spi programmer. Datasheet is available at https://www.mouser.de/datasheet/2/590/DS-AT25DF011_032-1098683.pdf Signed-off-by: Hanno Heinrichs <hanno.heinrichs@rwth-aachen.de> Change-Id: I5a2141f1380e864c843d6a3008fdb02dc1b75131 Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/51048 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Nikolai Artemiev <nartemiev@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
3239be535d
commit
4325bb5b1f
@ -127,6 +127,7 @@
|
||||
#define AMIC_A49LF040A 0x9d
|
||||
|
||||
#define ATMEL_ID 0x1F /* Atmel (now used by Adesto) */
|
||||
#define ATMEL_AT25DF011 0x4200
|
||||
#define ATMEL_AT25DF021 0x4300
|
||||
#define ATMEL_AT25DF021A 0x4301
|
||||
#define ATMEL_AT25DF041A 0x4401
|
||||
|
Reference in New Issue
Block a user