From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Lapin Date: Mon, 11 Aug 2008 15:40:35 +0400 Subject: [U-Boot] [AT91] Questions about AT91 architecture in u-boot Message-ID: <20080811114035.GC5714@fan.ossfans.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, all! I have 2 questions about AT91 architecture in u-boot. 1. In file include/dataflash.h there is setting #define NB_DATAFLASH_AREA 5 What is its real meaning? What if I need to change number of DataFlash partitions? Probably it should be made board-specific? 2. What is current state with hardware ECC for NAND on at91 CPUs? And, is there some ideas on how could I make such an image using mtd-tools' mkfs.jffs2? When I flashed normal image and used hardware ECC in kernel I have got lots of ECC errors and kernel not mounting rootfs. BTW, will hardware ECC help me with big NAND (1GB) and lots of system logging to speed-up stuff? Thanks a lot, S.