diff options
author | wdenk <wdenk> | 2003-01-13 23:54:46 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-01-13 23:54:46 +0000 |
commit | 608c91460b37fd9fe0088a0ce813a443f116a8d5 (patch) | |
tree | f3a2aa0f6c3b76fce168b93870607fd396a8038c /include/flash.h | |
parent | d0fb80c3021e15853895e9ae45ab9368d0fb52fa (diff) |
Add support for V37 boardLABEL_2003_01_14_0055
(patch by Jón Benediktsson, 11 Dec 2002)
Diffstat (limited to 'include/flash.h')
-rw-r--r-- | include/flash.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/flash.h b/include/flash.h index 3150e3dc344..b4c8bad3da5 100644 --- a/include/flash.h +++ b/include/flash.h @@ -111,6 +111,7 @@ extern int flash_real_protect(flash_info_t *info, long sector, int prot); #define INTEL_MANUFACT 0x00890089 /* INTEL manuf. ID in D23..D16, D7..D0 */ #define INTEL_ALT_MANU 0x00B000B0 /* alternate INTEL namufacturer ID */ #define MX_MANUFACT 0x00C200C2 /* MXIC manuf. ID in D23..D16, D7..D0 */ +#define TOSH_MANUFACT 0x00980098 /* TOSHIBA manuf. ID in D23..D16, D7..D0 */ /* Micron Technologies (INTEL compat.) */ #define MT_ID_28F400_T 0x44704470 /* 28F400B3 ID ( 4 M, top boot sector) */ @@ -206,6 +207,9 @@ extern int flash_real_protect(flash_info_t *info, long sector, int prot); #define SHARP_ID_28F008SC 0xA6A6A6A6 /* LH28F008SCT-L12 1Mx8, 16 64k blocks */ /* LH28F008SCR-L85 1Mx8, 16 64k blocks */ +#define TOSH_ID_FVT160 0xC2 /* TC58FVT160 ID (16 M, top ) */ +#define TOSH_ID_FVB160 0x43 /* TC58FVT160 ID (16 M, bottom ) */ + /*----------------------------------------------------------------------- * Internal FLASH identification codes * @@ -301,6 +305,7 @@ extern int flash_real_protect(flash_info_t *info, long sector, int prot); #define FLASH_MAN_BM 0x00020000 /* Bright Microelectronics */ #define FLASH_MAN_MX 0x00030000 /* MXIC */ #define FLASH_MAN_STM 0x00040000 +#define FLASH_MAN_TOSH 0x00050000 /* Toshiba */ #define FLASH_MAN_SST 0x00100000 #define FLASH_MAN_INTEL 0x00300000 #define FLASH_MAN_MT 0x00400000 |