mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Support for the 256K SyncMos S29C51002T flash
Corresponding to flashrom svn r72 and coreboot v2 svn r2499. Signed-off-by: Giampiero Giancipoli <gianci@email.it> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:

committed by
Uwe Hermann

parent
e60fd35182
commit
a8c8082c1f
@ -114,6 +114,8 @@ struct flashchip flashchips[] = {
|
||||
#endif
|
||||
{"LHF00L04", SHARP_ID, SHARP_LHF00L04, NULL, 1024, 64 * 1024,
|
||||
probe_lhf00l04, erase_lhf00l04, write_lhf00l04, NULL},
|
||||
{"S29C51002T", SM_ID, S29C51002T, NULL, 256, 128,
|
||||
probe_jedec, erase_chip_jedec, write_49f002, NULL},
|
||||
{NULL,}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user