1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

Add Am29LV040B

Looking through the sources of Uniflash utility I found that this chip
is no more no less than low-voltage variant of Am29F040B but with
different ID.

So I created a very quick patch (attached).

Corresponding to flashrom svn r157 and coreboot v2 svn r2897.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Peter Lemenkov
2007-10-25 04:11:11 +00:00
committed by Peter Stuge
parent 539478d7fe
commit 220e26be9c
2 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@ extern struct flashchip flashchips[];
#define AMD_ID 0x01 /* AMD */
#define AM_29F040B 0xA4
#define AM_29LV040B 0x4F
#define AM_29F016D 0xAD
#define AMIC_ID 0x37 /* AMIC */