From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 22 Oct 2008 17:39:47 +0200 Subject: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash In-Reply-To: <1224686568.15587.8.camel@b19078> References: <37367b3a0810071101g5143e675t8d476511dd5e3447@mail.gmail.com> <37367b3a0810071101o5fae298fmf0a509d44e711644@mail.gmail.com> <20081022095952.GB17626@game.jcrosoft.org> <1224686568.15587.8.camel@b19078> Message-ID: <20081022153947.GD15487@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > > + REG8 0x80000033, 0xda > > > + REG8 0x81000000, 0xff > > > + REG 0xB8001000, 0x82226080 > > > + REG 0x80000000, 0xDEADBEEF > > > + REG 0xB8001010, 0x0000000c > > > + > > > + /* Copy from NAND to RAM */ > > > + b nand_copy > > > > > > diff --git a/board/freescale/mx31pdk/u-boot.lds > > > b/board/freescale/mx31pdk/u-boot.lds > > > index 1460adc..8602f3e 100644 > > > --- a/board/freescale/mx31pdk/u-boot.lds > > > +++ b/board/freescale/mx31pdk/u-boot.lds > > > @@ -35,6 +35,9 @@ SECTIONS > > > .text : > > > { > > > cpu/arm1136/start.o (.text) > > ^^ > > please use tab > > > + board/freescale/mx31pdk/lowlevel_init.o (.text) > > ^^ > > > + cpu/arm1136/mx31/nand_copy.o (.text) > > ^^ > > > + . = 2K; /* lowlevel NAND needs to fit in 2KB of NFC buffer */ > > ^^ > > > *(.text) > > ^^ > > > } > > > > Best Regards, > > J. > > I can't rebase [PATCH 3/3] on u-boot-arm/master because it applies over > Magnus Lilja's patch "i.MX31: Add basic support for Freescale's i.MX31 > PDK board." (968614d8c3f17eb834838de9a390ef4879fb1e77) > > Can you please pull this patch from u-boot-arm/testing to > u-boot-arm/master ? No the patch need to be rebased first. Magnus could you rebase it? It will save me times Best Regards, J.