diff options
author | wdenk <wdenk> | 2003-08-29 22:00:43 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-08-29 22:00:43 +0000 |
commit | 6f21347d49b1741e4b8247f5e2d3fa83ef169c25 (patch) | |
tree | 680eaba02ba065cc99e7f75d155bc5f0b75789ea /include/flash.h | |
parent | c29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88 (diff) | |
download | u-boot-imx-6f21347d49b1741e4b8247f5e2d3fa83ef169c25.zip u-boot-imx-6f21347d49b1741e4b8247f5e2d3fa83ef169c25.tar.gz u-boot-imx-6f21347d49b1741e4b8247f5e2d3fa83ef169c25.tar.bz2 |
* Patch by George G. Davis, 19 Aug 2003:
fix TI Innovator/OMAP1510 pin configs
* Patches by Kshitij, 18 Aug 2003
- add support for arm926ejs cpu core
- add support for TI OMAP 1610 Innovator Board
Diffstat (limited to 'include/flash.h')
-rw-r--r-- | include/flash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/flash.h b/include/flash.h index 4cd467a..e93b86e 100644 --- a/include/flash.h +++ b/include/flash.h @@ -213,6 +213,7 @@ extern int flash_real_protect(flash_info_t *info, long sector, int prot); #define INTEL_ID_28F320J3A 0x00160016 /* 32M = 128K x 32 */ #define INTEL_ID_28F640J3A 0x00170017 /* 64M = 128K x 64 */ #define INTEL_ID_28F128J3A 0x00180018 /* 128M = 128K x 128 */ +#define INTEL_ID_28F256L18T 0x880D880D /* 256M = 128K x 255 + 32k x 4 */ #define INTEL_ID_28F160S3 0x00D000D0 /* 16M = 512K x 32 (64kB x 32) */ #define INTEL_ID_28F320S3 0x00D400D4 /* 32M = 512K x 64 (64kB x 64) */ @@ -319,6 +320,8 @@ extern int flash_real_protect(flash_info_t *info, long sector, int prot); #define FLASH_AMLV320U 0x00A2 /* AMD 29LV128M ( 128M = 8M x 16 ) */ #define FLASH_AMLV640U 0x00A4 /* AMD 29LV640M ( 64M = 4M x 16 ) */ #define FLASH_AMLV128U 0x00A6 /* AMD 29LV128M ( 128M = 8M x 16 ) */ +/* Intel 28F256L18T 256M = 128K x 255 + 32k x 4 */ +#define FLASH_28F256L18T 0x00A8 #define FLASH_UNKNOWN 0xFFFF /* unknown flash type */ |