From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Date: Tue, 28 Apr 2009 14:56:33 -0700 Subject: [U-Boot] [PATCH] ARM DaVinci: Adding DM357 Support In-Reply-To: <1240951925-30439-1-git-send-email-s-paulraj@ti.com> References: <1240951925-30439-1-git-send-email-s-paulraj@ti.com> Message-ID: <200904281456.33504.david-b@pacbell.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 28 April 2009, s-paulraj at ti.com wrote: > Patch adds support for DaVinci DM357. This SOC is very similar to the DM644x. > The DM357 EVM has 2 NANDs, one small page NAND and another large page NAND. > But the device can only boot of the small page NAND. It does not have NOR > support. This patch has been tested on the DM357 EVM. So this initial U-Boot support only supports the smaller of the two NAND chips, and access to the second one is only after booting to the operating system? I'd have liked to see the NAND driver updates needed to support the chipselect of the second NAND chip, and use it with HW ECC. - Dave