From a8b3727a1e68e6579498f1ad25baa02bd7c5c2bf Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 19 Jun 2009 15:54:39 +0000 Subject: Add support for the AMD Am29F010A/B chips Also, add support for the Silicon Image 3112(A) SATA controller. Both have been tested by Andrew Morgan on hardware and work fine. Corresponding to flashrom svn r613. Signed-off-by: Uwe Hermann Acked-by: Andrew Morgan --- flashchips.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index 35be912aa..bcfd264e0 100644 --- a/flashchips.c +++ b/flashchips.c @@ -39,6 +39,22 @@ struct flashchip flashchips[] = { * Probe function, Probe function timing, Erase function, Write function, Read function */ + { + .vendor = "AMD", + .name = "Am29F010A/B", + .bustype = CHIP_BUSTYPE_PARALLEL, + .manufacture_id = AMD_ID, + .model_id = AM_29F010B, /* Same as Am29F010A */ + .total_size = 128, + .page_size = 16 * 1024, + .tested = TEST_OK_PREW, + .probe = probe_29f040b, + .probe_timing = TIMING_FIXME, + .erase = erase_29f040b, + .write = write_pm29f002, + .read = read_memmapped, + }, + { .vendor = "AMD", .name = "Am29F002(N)BB", -- cgit v1.2.3