public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [Patch] flashh
@ 2004-05-13 14:47 Robert Schwebel
  2004-06-09 12:21 ` Wolfgang Denk
       [not found] ` <20040609122129.56EAAC109F@atlas.denx.de>
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Schwebel @ 2004-05-13 14:47 UTC (permalink / raw)
  To: u-boot

ChangeLog: 

* Patch by Kai-Uwe Bloem, Robert Schwebel, 13 May 2004:
  Add support for Intel K3 strata flashs.       

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hornemannstra?e 12,  31137 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4
-------------- next part --------------
# 
# Author:	Robert Schwebel <r.schwebel@pengutronix.de>
# 
# 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			*/
 
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-06-10 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-13 14:47 [U-Boot-Users] [Patch] flashh Robert Schwebel
2004-06-09 12:21 ` Wolfgang Denk
     [not found] ` <20040609122129.56EAAC109F@atlas.denx.de>
2004-06-10 14:27   ` Robert Schwebel
2004-06-10 20:45     ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox