public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] NAND: nandsim sector-wise allocation
@ 2006-10-05 16:57 Vijay Kumar
  2006-10-05 17:04 ` [PATCH 1/2] " Vijay Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vijay Kumar @ 2006-10-05 16:57 UTC (permalink / raw)
  To: linux-mtd

The present nandsim allocates memory equal to the size of the NAND
flash during initialization in one shot. Thus it is impossible to
simulate a 256MB NAND flash on a system with 128MB RAM. 

For most testing purposes, only a part of the the NAND memory
allocated in the simulator is used. This patch set modifies the
simulator so as to allocate a NAND page when it is written to, and
deallocates the page when it is erased. With this it is possible to
simulate large NAND flash devices on computers with less RAM.

Regards,
Vijay

-- 
Free the Code, Free the User.
Website: http://www.bravegnu.org

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

end of thread, other threads:[~2006-10-08  5:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 16:57 [PATCH 0/2] NAND: nandsim sector-wise allocation Vijay Kumar
2006-10-05 17:04 ` [PATCH 1/2] " Vijay Kumar
2006-10-06  6:49   ` Artem Bityutskiy
2006-10-08  5:38     ` Vijay Kumar
2006-10-05 17:13 ` [PATCH 2/2] " Vijay Kumar
2006-10-06  7:08   ` Artem Bityutskiy
2006-10-08  5:50     ` Vijay Kumar
2006-10-06  6:44 ` [PATCH 0/2] " Artem Bityutskiy

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