From 0eb7424004525bf1776c25e16b58996bcd850395 Mon Sep 17 00:00:00 2001 From: Giampiero Giancipoli Date: Mon, 20 Nov 2006 20:03:07 +0000 Subject: Support for the 256K SyncMos S29C51002T flash. Signed-off-by: Giampiero Giancipoli Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2499 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flashchips.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/flashrom/flashchips.c') diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index 25fd95a19f..1400918545 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -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,} }; -- cgit v1.2.3