public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] "10.flash":(1 of 1) [PATCH] Define Vendor Id for newer Atmel parallel flash
Date: Wed, 23 May 2007 17:20:01 +0200	[thread overview]
Message-ID: <20070523152000.GD18695@michl.2n.cz> (raw)
In-Reply-To: <460943E0.6000302@atmel.com>

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) */

      reply	other threads:[~2007-05-23 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070523152000.GD18695@michl.2n.cz \
    --to=ladis@linux-mips.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox