Re: How can I prevent MTD to access the end of a flash device ?

From: Nicolas Pitre
Date: Mon Nov 28 2005 - 11:55:04 EST


On Thu, 24 Nov 2005, Franck wrote:

> > Yes. It was tested on ARM only though. Some architectures like i386
> > for example might need special tricks to implement this.
> >
>
> do you know why ?

Apparently i386 might have issues having two virtual mappings for the
same physical address range. This can be worked around in the map
driver by relying on the knowledge of flash aliases on the bus.

> What was the gain on ARM ?

The ability to use burst transfers which are only activated with cached
memory, hence twice the read speed or more.


Nicolas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/