From 608c91460b37fd9fe0088a0ce813a443f116a8d5 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 13 Jan 2003 23:54:46 +0000 Subject: =?UTF-8?q?Add=20support=20for=20V37=20board=20(patch=20by=20J=F3n?= =?UTF-8?q?=20Benediktsson,=2011=20Dec=202002)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/flash.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/flash.h') diff --git a/include/flash.h b/include/flash.h index 3150e3dc34..b4c8bad3da 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 -- cgit v1.2.1