# # Author: Robert Schwebel # # Description: Changelog Entry: # # * Patch by Kai-Uwe Bloem, Robert Schwebel, 13 May 2004: # Add support for Intel K3 strata flashs. # # State: 2004-05-13: submit # # # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher # --- u-boot-ptx-test/include/flash.h~flashh 2004-02-10 12:44:30.000000000 +0100 +++ u-boot-ptx-test/include/flash.h 2004-02-10 13:03:21.000000000 +0100 @@ -231,6 +231,9 @@ #define INTEL_ID_28F160S3 0x00D000D0 /* 16M = 512K x 32 (64kB x 32) */ #define INTEL_ID_28F320S3 0x00D400D4 /* 32M = 512K x 64 (64kB x 64) */ +#define INTEL_ID_28F128K3 0x88028802 /* 128M = 128K x 128 */ +#define INTEL_ID_28F256K3 0x88038803 /* 256M = 128K x 256 */ + /* Note that the Sharp 28F016SC is compatible with the Intel E28F016SC */ #define SHARP_ID_28F016SCL 0xAAAAAAAA /* LH28F016SCT-L95 2Mx8, 32 64k blocks */ #define SHARP_ID_28F016SCZ 0xA0A0A0A0 /* LH28F016SCT-Z4 2Mx8, 32 64k blocks */ @@ -340,6 +343,9 @@ #define FLASH_AMDL163T 0x00B2 /* AMD AM29DL163T (2M x 16 ) */ #define FLASH_AMDL163B 0x00B3 +#define FLASH_28F128K3 0x00A7 /* Intel 28F128K3 ( 128M = 8M x 16 ) */ +#define FLASH_28F256K3 0x00A8 /* Intel 28F256K3 ( 256M = 16M x 16 ) */ + #define FLASH_UNKNOWN 0xFFFF /* unknown flash type */