public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] add STM29F400BB to table of supported legacy flashs
@ 2012-02-06  8:42 "David Müller (ELSOFT AG)"
  2012-02-09  9:50 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: "David Müller (ELSOFT AG)" @ 2012-02-06  8:42 UTC (permalink / raw)
  To: u-boot

Signed-off-by: David Mueller <d.mueller@elsoft.ch>

diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c
index 36d30c3..2350f36 100644
--- a/drivers/mtd/jedec_flash.c
+++ b/drivers/mtd/jedec_flash.c
@@ -69,6 +69,9 @@
 #define SST39SF010A	0x00B5
 #define SST39SF020A	0x00B6

+/* STM */
+#define STM29F400BB	0x00D6
+
 /* MXIC */
 #define MX29LV040	0x004F

@@ -346,6 +349,23 @@ static const struct amd_flash_info jedec_table[] = {
 			ERASEINFO(0x10000, 15),
 		}
 	},
+	{
+		.mfr_id		= (u16)STM_MANUFACT,
+		.dev_id		= STM29F400BB,
+		.name		= "ST Micro M29F400BB",
+		.uaddr		= {
+			[1] = MTD_UADDR_0x0555_0x02AA /* x16 */
+		},
+		.DevSize		= SIZE_512KiB,
+		.CmdSet			= CFI_CMDSET_AMD_LEGACY,
+		.NumEraseRegions	= 4,
+		.regions		= {
+			ERASEINFO(0x04000, 1),
+			ERASEINFO(0x02000, 2),
+			ERASEINFO(0x08000, 1),
+			ERASEINFO(0x10000, 7),
+		}
+	},
 #endif
 };

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] add STM29F400BB to table of supported legacy flashs
  2012-02-06  8:42 [U-Boot] [PATCH] add STM29F400BB to table of supported legacy flashs "David Müller (ELSOFT AG)"
@ 2012-02-09  9:50 ` Stefan Roese
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2012-02-09  9:50 UTC (permalink / raw)
  To: u-boot

On Monday 06 February 2012 09:42:54 David M?ller (ELSOFT AG) wrote:
> Signed-off-by: David Mueller <d.mueller@elsoft.ch>

Applied to u-boot-cfi-flash. Thanks.

Best regards,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-09  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06  8:42 [U-Boot] [PATCH] add STM29F400BB to table of supported legacy flashs "David Müller (ELSOFT AG)"
2012-02-09  9:50 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox