public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] "10.flash":(1 of 1) [PATCH] Define Vendor Id for newer Atmel parallel flash
@ 2007-03-27 16:18 Ulf Samuelsson
  2007-05-23 15:20 ` Ladislav Michl
  0 siblings, 1 reply; 2+ messages in thread
From: Ulf Samuelsson @ 2007-03-27 16:18 UTC (permalink / raw)
  To: u-boot

Author: Ulf Samuelsson <ulf@atmel.com>
Date:     2007-03-27

Subject:	"10.flash":(1 of  1)     [PATCH] Define Vendor Id for newer Atmel parallel flash

CHANGELOG:
    [PATCH] Define Vendor Id for newer Atmel parallel flash


    Patch generated from files:
          include_flash.h.patch

    Signed-off-by:	Ulf Samuelsson
---------------------------------------------------------------------------------------------------------------------------------
diff -urN u-boot-1.2.0/include/flash.h u-boot-1.2.0-atmel/include/flash.h
--- u-boot-1.2.0/include/flash.h	2007-03-27 12:57:41.000000000 +0200
+++ u-boot-1.2.0-atmel/include/flash.h	2007-03-24 20:07:33.000000000 +0100
@@ -231,9 +231,33 @@
 #define AMD_ID_LV640U	0x22D722D7	/* 29LV640U ID (64 M, uniform sectors)	*/
 #define AMD_ID_LV650U	0x22D722D7	/* 29LV650U ID (64 M, uniform sectors)	*/

-#define ATM_ID_BV1614	0x000000C0	/* 49BV1614  ID */
+/* 16 Mbit Devices */
+#define ATM_ID_BV1614	0x000000C0	/* 49BV1614 ID */
 #define ATM_ID_BV1614A	0x000000C8	/* 49BV1614A ID */
-#define ATM_ID_BV6416	0x000000D6	/* 49BV6416  ID */
+#define	ATM_ID_BV160D	0x000088C3	/* 49BV160D	ID */
+#define	ATM_ID_BV160DT	0x000088C2	/* 49BV160DT	ID */
+#define	ATM_ID_BV163D	0x000001C0	/* 49BV163D	ID */
+#define	ATM_ID_BV163DT	0x000001C2	/* 49BV163DT	ID */
+
+/* 32 Mbit Devices */
+#define	ATM_ID_BV320C	0x000088C4	/* 49BV320C	ID */
+#define	ATM_ID_BV320CT	0x000088C5	/* 49BV320CT	ID */
+#define ATM_ID_BV322A   0x000000C8      /* 49BV322A	ID */
+#define ATM_ID_BV322AT  0x000000C9      /* 49BV322AT	ID */
+#define	ATM_ID_BV320D	0x000090C5	/* 49BV320D	ID */
+#define	ATM_ID_BV320DT	0x000090C4	/* 49BV320DT	ID */
+#define	ATM_ID_BV322D	0x000001C8	/* 49BV322D	ID */
+#define	ATM_ID_BV322DT	0x000001C9	/* 49BV322DT	ID */
+
+/* 64 Mbit Devices */
+#define ATM_ID_BV6416	0x000000D6	/* 49BV6416	ID */
+#define ATM_ID_BV6416T	0x000000D2	/* 49BV6416T	ID */
+#define ATM_ID_BV6416C	0x000000C5	/* 49BV6416C	ID */
+#define ATM_ID_BV6416CT	0x000000DF	/* 49BV6416CT	ID */
+#define	ATM_ID_BV640D	0x000002DE	/* 49BV640D	ID */
+#define	ATM_ID_BV640DT	0x000002DB	/* 49BV640DT	ID */
+#define	ATM_ID_BV642D	0x000001D6	/* 49BV642D	ID */
+#define	ATM_ID_BV642DT	0x000001D2	/* 49BV642DT	ID */

 #define FUJI_ID_29F800BA  0x22582258	/* MBM29F800BA ID  (8M) */
 #define FUJI_ID_29F800TA  0x22D622D6	/* MBM29F800TA ID  (8M) */

-- 
Best Regards,
Ulf Samuelsson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ulf.vcf
Type: text/x-vcard
Size: 301 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070327/38163c02/attachment.vcf 

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

* [U-Boot-Users] "10.flash":(1 of 1) [PATCH] Define Vendor Id for newer Atmel parallel flash
  2007-03-27 16:18 [U-Boot-Users] "10.flash":(1 of 1) [PATCH] Define Vendor Id for newer Atmel parallel flash Ulf Samuelsson
@ 2007-05-23 15:20 ` Ladislav Michl
  0 siblings, 0 replies; 2+ messages in thread
From: Ladislav Michl @ 2007-05-23 15:20 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 27, 2007 at 06:18:40PM +0200, Ulf Samuelsson wrote:
> Author: Ulf Samuelsson <ulf@atmel.com>
> Date:     2007-03-27
> 
> Subject:	"10.flash":(1 of  1)     [PATCH] Define Vendor Id for newer Atmel parallel flash
> 
> CHANGELOG:
>     [PATCH] Define Vendor Id for newer Atmel parallel flash

Inconsistent TAB usage. Rediffed.

Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>

diff --git a/include/flash.h b/include/flash.h
index 43b9c6b..6cd8d64 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -225,9 +225,33 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of
 #define AMD_ID_LV640U	0x22D722D7	/* 29LV640U ID (64 M, uniform sectors)	*/
 #define AMD_ID_LV650U	0x22D722D7	/* 29LV650U ID (64 M, uniform sectors)	*/
 
-#define ATM_ID_BV1614	0x000000C0	/* 49BV1614  ID */
+/* 16 Mbit Devices */
+#define ATM_ID_BV1614	0x000000C0	/* 49BV1614 ID */
 #define ATM_ID_BV1614A	0x000000C8	/* 49BV1614A ID */
-#define ATM_ID_BV6416	0x000000D6	/* 49BV6416  ID */
+#define ATM_ID_BV160D	0x000088C3	/* 49BV160D	ID */
+#define ATM_ID_BV160DT	0x000088C2	/* 49BV160DT	ID */
+#define ATM_ID_BV163D	0x000001C0	/* 49BV163D	ID */
+#define ATM_ID_BV163DT	0x000001C2	/* 49BV163DT	ID */
+
+/* 32 Mbit Devices */
+#define ATM_ID_BV320C	0x000088C4	/* 49BV320C	ID */
+#define ATM_ID_BV320CT	0x000088C5	/* 49BV320CT	ID */
+#define ATM_ID_BV322A	0x000000C8      /* 49BV322A	ID */
+#define ATM_ID_BV322AT	0x000000C9      /* 49BV322AT	ID */
+#define ATM_ID_BV320D	0x000090C5	/* 49BV320D	ID */
+#define ATM_ID_BV320DT	0x000090C4	/* 49BV320DT	ID */
+#define ATM_ID_BV322D	0x000001C8	/* 49BV322D	ID */
+#define ATM_ID_BV322DT	0x000001C9	/* 49BV322DT	ID */
+
+/* 64 Mbit Devices */
+#define ATM_ID_BV6416	0x000000D6	/* 49BV6416	ID */
+#define ATM_ID_BV6416T	0x000000D2	/* 49BV6416T	ID */
+#define ATM_ID_BV6416C	0x000000C5	/* 49BV6416C	ID */
+#define ATM_ID_BV6416CT	0x000000DF	/* 49BV6416CT	ID */
+#define ATM_ID_BV640D	0x000002DE	/* 49BV640D	ID */
+#define ATM_ID_BV640DT	0x000002DB	/* 49BV640DT	ID */
+#define ATM_ID_BV642D	0x000001D6	/* 49BV642D	ID */
+#define ATM_ID_BV642DT	0x000001D2	/* 49BV642DT	ID */
 
 #define FUJI_ID_29F800BA  0x22582258	/* MBM29F800BA ID  (8M) */
 #define FUJI_ID_29F800TA  0x22D622D6	/* MBM29F800TA ID  (8M) */

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

end of thread, other threads:[~2007-05-23 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-27 16:18 [U-Boot-Users] "10.flash":(1 of 1) [PATCH] Define Vendor Id for newer Atmel parallel flash Ulf Samuelsson
2007-05-23 15:20 ` Ladislav Michl

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