[U-Boot-Users] [PATCH]Another NAND Flash chip support

This patch adds the support for one of the ST NAND flash chips, the part number is "NAND128W3A". =========================================================== diff -u -r1.1.1.1 -r1.2 --- nand.h 13 Mar 2005 21:31:43 -0000 1.1.1.1 +++ nand.h 8 Feb 2006 06:53:26 -0000 1.2 @@ -129,6 +129,7 @@
*/ #define NAND_MFR_TOSHIBA 0x98 #define NAND_MFR_SAMSUNG 0xec +#define NAND_MFR_ST 0x20 =========================================================== diff -u -r1.1.1.1 -r1.2 --- nand_ids.h 13 Mar 2005 21:31:43 -0000 1.1.1.1 +++ nand_ids.h 8 Feb 2006 06:53:26 -0000 1.2 @@ -47,6 +47,7 @@
{"Samsung unknown 4Mb", NAND_MFR_SAMSUNG, 0xe5, 22, 0, 2, 0x2000}, {"Samsung KM29U64000", NAND_MFR_SAMSUNG, 0xe6, 23, 0, 2, 0x2000}, {"Samsung KM29W16000", NAND_MFR_SAMSUNG, 0xea, 21, 1, 2, 0x1000},
+ {"ST NAND128W3A", NAND_MFR_ST, 0x73, 24, 0, 2, 0x4000},
{NULL,} };
Thanks -Aubrey
participants (1)
-
Aubrey