From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 9 Apr 2013 23:02:30 +0200 (CEST) Subject: [U-Boot] [PATCH v11 18/30] nand: mxc: Switch NAND SPL to generic SPL In-Reply-To: <1766655289.1404100.1365541024336.JavaMail.root@advansee.com> References: <1365536939-5755-1-git-send-email-benoit.thebaudeau@advansee.com> <1365536939-5755-18-git-send-email-benoit.thebaudeau@advansee.com> <20130409221704.217bd8f9@lilith> <1766655289.1404100.1365541024336.JavaMail.root@advansee.com> Message-ID: <342129403.1404138.1365541350317.JavaMail.root@advansee.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 Tuesday, April 9, 2013 10:57:04 PM, Beno?t Th?baudeau wrote: > Hi Albert, > > On Tuesday, April 9, 2013 10:17:04 PM, Albert ARIBAUD wrote: > > Hi Beno?t, > > > > On Tue, 9 Apr 2013 21:48:47 +0200, Beno?t Th?baudeau > > wrote: > > > > > This also fixes support for mx31pdk and tx25, which had been broken by > > > commit > > > e05e5de7fae5bec79617e113916dac6631251156. > > > > > > Signed-off-by: Beno?t Th?baudeau > > > Acked-by: Scott Wood > > > Tested-by: Fabio Estevam > > > --- > > > Changes in v11: > > > - mx31pdk: Rename u-boot-nand.bin to u-boot-with-spl.bin (new target > > > binary > > > name) in prg_uboot command. > > > - mx31pdk: Enlarge CONFIG_SYS_NAND_U_BOOT_SIZE from 0x32000 to 0x3f800 > > > (which > > > corresponds to the size allocated for this purpose in NAND Flash) in > > > order to > > > leave enough room whatever the toolchain used. > > > - mx31pdk: Set back CONFIG_SPL_TEXT_BASE and CONFIG_SYS_TEXT_BASE by > > > 0x00100000 > > > because the original U-Boot at CONFIG_SYS_TEXT_BASE was overlapping > > > the > > > global data being written prior to relocation by > > > arch/arm/lib/board.c:board_init_f(). > > > > I gather this patch is exactly what finally worked for Fabio's mx31? > > Correct, apart from the file renaming in prg_uboot, which has no influence > here. And with: http://patchwork.ozlabs.org/patch/235173/ Best regards, Beno?t