aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wrt350nv2-builder
Commit message (Expand)AuthorAgeFilesLines
* wrt350nv2-builder: don't use internal zlib macro OF() in ioapi.h, it breaks w...Jo-Philipp Wich2012-08-142-8/+9
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
* wrt350nv2-builder: link staticallyJo-Philipp Wich2012-08-101-2/+3
* update wrt350nv2-builder to v2.4 and use new functionality for target orion_g...Florian Fainelli2012-04-042-22/+58
* the url isn't valid for some timeImre Kaloz2011-02-111-1/+1
* update wrt350nv2 builder to v2.3 (#7580)Florian Fainelli2010-08-102-17/+49
* Update to v2.2 fixed checksum byte calculation for other versions than 0x2019...Travis Kemen2010-02-172-23/+32
* Update to v2.1 Stays closer to the stock firmware by using wrt350n.bin for th...Travis Kemen2010-02-122-98/+118
* wrt350nv2-builder: increase path limit from 64 bytes to 256 bytes, as 64 byte...Felix Fietkau2009-12-161-5/+5
* wrt350nv2-builder: fix a small off-by-one error (thx, mb)Felix Fietkau2009-12-121-3/+3
* fix portability issues and other minor bugs in the wrt350nv2 image builderFelix Fietkau2009-12-121-19/+10
* add wrt350n v2 image building code from #5970 (thx, maddes)Felix Fietkau2009-12-128-0/+2010
teral.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -148,6 +148,7 @@
 #define SST39LF160	0x2782
 #define SST39VF1601	0x234b
 #define SST39VF3201	0x235b
+#define SST39VF6401B	0x236d
 #define SST39WF1601	0x274b
 #define SST39WF1602	0x274a
 #define SST39LF512	0x00D4
@@ -1569,6 +1570,18 @@ static const struct amd_flash_info jedec
 			ERASEINFO(0x10000,64),
 		}
 	}, {
+		.mfr_id         = CFI_MFR_SST,
+		.dev_id         = SST39VF6401B,
+		.name           = "SST 39VF6401B",
+		.devtypes       = CFI_DEVICETYPE_X16,
+		.uaddr          = MTD_UADDR_0xAAAA_0x5555,
+		.dev_size       = SIZE_8MiB,
+		.cmd_set        = P_ID_AMD_STD,
+		.nr_regions     = 1,
+		.regions        = {
+			ERASEINFO(0x10000,128)
+		}
+	}, {
 		.mfr_id		= CFI_MFR_ST,
 		.dev_id		= M29F800AB,
 		.name		= "ST M29F800AB",