Intel sez: Synchronous Flash and XIP is the future -- thoughts?

David Woodhouse dwmw2 at infradead.org
Mon Dec 16 12:38:49 EST 2002


nico at cam.org said:
>  On ARM this has no value since the kernel takes up at most 1 or 2
> page table  entries (1MB section descriptors that is).

But you could still start up quickly from flash without having to memcpy 
the entire kernel into RAM first, then once you're running copy the kernel 
text into RAM and alter the page tables so you're running from the RAM copy 
instead of the flash.

This gives you the fast startup of XIP without the runtime pain of XIP. But 
it's probably overkill.

--
dwmw2






More information about the linux-mtd mailing list