From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sun, 01 Nov 2009 16:43:19 -0600 Subject: [U-Boot] [PATCH-ARM 2/3] Add sc32440 support to the s3c2410 nand driver In-Reply-To: <4AEDDB9F.5040707@fearnside-systems.co.uk> References: <4AEDDB9F.5040707@fearnside-systems.co.uk> Message-ID: <4AEE0F07.7010202@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de kevin.morfitt at fearnside-systems.co.uk wrote: > This patch adds support for the s3c2440 cpu to the nand driver. It does > this by replacing the existing driver with that from linux 2.6.31.5, > modified to make it work in the u-boot mtd nand architecture. Note that > the linux s3c2410 nand driver supports s3c2410 and s3c2440, though I haven't > been able to test this on an s3c2410 board, only an s3c2440 board. > > Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have > any s3c2400 or s3c2410 boards but need this patch applying before I can submit > patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets and no > new warnings or errors were found. > My opinion is that this change should be slit into the driver update and s3c2440 changes. Tom