
Hello list,
inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142000599] was created:
<snip>
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
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid%103432&bid#0486&dat%... _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
</snip>
Your U-Boot support team