All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Intel 28F256J3C
@ 2006-05-31  7:15 xuxian
  2006-05-31  7:48 ` Wolfgang Denk
  2006-05-31  7:52 ` [U-Boot-Users] Which configuration? Norman Baier
  0 siblings, 2 replies; 15+ messages in thread
From: xuxian @ 2006-05-31  7:15 UTC (permalink / raw)
  To: u-boot

Hi all,

I try to make u-boot work on my board which is similar with OMAP5912OSK. But
the flash we using is 28F256J3C. I have already added 28F256J3C's
manufacture code and device id in the proper position of u-boot. But there
are several questions I can't figure out. 
1) How many sectors does 28F256J3C have? 256 or 259? How to divide 259
sectors in OSK which have two 16M flash. 
2) What's the meaning of "Internal FLASH identification codes" in flash.h
file. It defines like this: 
#define FLASH_28F320J3A 0x00C0		/* INTEL 28F320J3A ( 32M = 128K x
32)*/
#define FLASH_28F640J3A 0x00C2		/* INTEL 28F640J3A ( 64M = 128K x
64)*/
#define FLASH_28F128J3A 0x00C4		/* INTEL 28F128J3A (128M = 128K x
128)*/
But I can't find this kind of information on 28F256J3C's datasheet. And what
the code should be in 28F256J3C?
3) Should I modify the read manufacture and device id command? I have some
trouble with the following codes:
/* Write auto select command: read Manufacturer ID */
	addr[0x5555] = (FPW) 0x00AA00AA;
	addr[0x2AAA] = (FPW) 0x00550055;
	addr[0x5555] = (FPW) 0x00900090;
Sorry for my English. Any help will be appreciated. Thank in advance.

Best Regard,
xuxian

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

end of thread, other threads:[~2006-06-10  6:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-31  7:15 [U-Boot-Users] Intel 28F256J3C xuxian
2006-05-31  7:48 ` Wolfgang Denk
2006-05-31  8:07   ` Stefan Roese
2006-05-31  7:52 ` [U-Boot-Users] Which configuration? Norman Baier
2006-05-31  8:11   ` Stefan Roese
     [not found]     ` <20060531124311.64780@gmx.net>
2006-05-31 12:55       ` Stefan Roese
2006-05-31 12:56         ` [U-Boot-Users] (no subject) Norman Baier
2006-05-31  9:50   ` [U-Boot-Users] Which configuration? Wolfgang Denk
2006-05-31 12:15     ` Norman Baier
2006-05-31 12:38       ` Wolfgang Denk
2006-05-31 13:07         ` Norman Baier
2006-05-31 14:07           ` Wolfgang Denk
2006-05-31 20:11       ` Tolunay Orkun
2006-06-06 20:51         ` Norman Urs Baier
2006-06-10  6:58           ` Norman Urs Baier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.