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