* Intel Extended Command set in 8x mode
@ 2000-07-21 13:28 David Vrabel
2000-07-21 16:15 ` David Woodhouse
0 siblings, 1 reply; 4+ messages in thread
From: David Vrabel @ 2000-07-21 13:28 UTC (permalink / raw)
To: mtd
Hi,
I have a board with an Intel StrataFlash 28F640 on it. Having written a
map driver the CFI probe code detects the chip. However it appears that
the Intel Extended Command Set code is only for chips in 16x mode not 8x
mode which this chip is in. Is this the case? If so how can I get it
to work? Do I need to write a whole new thing like cfi_cmdset_0001.c
for 8x mode?
Also, JFFS won't compile. I'm using kernel 2.2.16 and the
put-module-symbol patch has been applied and I'm building it outside the
kernel tree.
David Vrabel
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Intel Extended Command set in 8x mode
2000-07-21 13:28 Intel Extended Command set in 8x mode David Vrabel
@ 2000-07-21 16:15 ` David Woodhouse
2000-07-25 8:41 ` David Vrabel
0 siblings, 1 reply; 4+ messages in thread
From: David Woodhouse @ 2000-07-21 16:15 UTC (permalink / raw)
To: David Vrabel; +Cc: mtd
On Fri, 21 Jul 2000, David Vrabel wrote:
> Hi,
>
> I have a board with an Intel StrataFlash 28F640 on it. Having written a
> map driver the CFI probe code detects the chip. However it appears that
> the Intel Extended Command Set code is only for chips in 16x mode not 8x
> mode which this chip is in. Is this the case? If so how can I get it
> to work? Do I need to write a whole new thing like cfi_cmdset_0001.c
> for 8x mode?
You need to provide the 2_by_8 versions of the access functions. It
doesn't really need to be a separate file.
> Also, JFFS won't compile. I'm using kernel 2.2.16 and the
> put-module-symbol patch has been applied and I'm building it outside the
> kernel tree.
-ENOTENOUGHINFO
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Intel Extended Command set in 8x mode
2000-07-21 16:15 ` David Woodhouse
@ 2000-07-25 8:41 ` David Vrabel
2000-07-25 9:26 ` David Woodhouse
0 siblings, 1 reply; 4+ messages in thread
From: David Vrabel @ 2000-07-25 8:41 UTC (permalink / raw)
To: mtd
David Woodhouse wrote:
>
> On Fri, 21 Jul 2000, David Vrabel wrote:
> >
> > I have a board with an Intel StrataFlash 28F640 on it. Having written a
> > map driver the CFI probe code detects the chip. However it appears that
> > the Intel Extended Command Set code is only for chips in 16x mode not 8x
> > mode which this chip is in. Is this the case? If so how can I get it
> > to work? Do I need to write a whole new thing like cfi_cmdset_0001.c
> > for 8x mode?
>
> You need to provide the 2_by_8 versions of the access functions. It
> doesn't really need to be a separate file.
2_by_8? What is the first number supposed to mean?
David Vrabel
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Intel Extended Command set in 8x mode
2000-07-25 8:41 ` David Vrabel
@ 2000-07-25 9:26 ` David Woodhouse
0 siblings, 0 replies; 4+ messages in thread
From: David Woodhouse @ 2000-07-25 9:26 UTC (permalink / raw)
To: David Vrabel; +Cc: mtd
dvrabel@arcom.co.uk said:
> 2_by_8? What is the first number supposed to mean?
The number of chips which are interleaved together. The second number is
obviously the width of each chip. Hopefully, the two multiplied together
match the bus_width parameter of the 'map'.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-07-25 9:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-21 13:28 Intel Extended Command set in 8x mode David Vrabel
2000-07-21 16:15 ` David Woodhouse
2000-07-25 8:41 ` David Vrabel
2000-07-25 9:26 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox