From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Curtis Date: Thu, 19 Oct 2006 23:25:10 -0700 Subject: [U-Boot-Users] smdk2413 support? In-Reply-To: <200610200640.24337.sr@denx.de> References: <200610200640.24337.sr@denx.de> Message-ID: <249beb6cc48b68e739d2ad600bf93dd3@onz.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Thursday 19 October 2006 23:23, Allen Curtis wrote: >> We have a very old, mutant version from Samsung which supports the >> 2413 >> processor with NAND boot capability. I am working on porting this >> functionality to the latest state of development but time is running >> short. Most of the processor support has been implemented but NAND and >> NAND boot support are still a problem. > > Please take a look at the new NAND booting support in U-Boot. It's > implemented > right now only for PPC440 with NAND flash controller, but it can be > extended > to support other platforms as well. > > So take a look at the "nand_spl" directory and > the "doc/README.nand-boot-ppc440" file for further information. > I have looked at this code. Thank you for the pointer. First I need to complete the support for the processor. > Best regards, > Stefan >