Re: [U-Boot] [PATCH 3/4] ARM: tegra: check for SPL size overflow in makefile

2012-10-18 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/12 13:45, Stephen Warren wrote: > On 10/18/2012 10:27 AM, Tom Rini wrote: >> On Tue, Oct 16, 2012 at 03:50:08PM -0600, Stephen Warren wrote: >> >>> From: Stephen Warren >>> >>> If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will >

Re: [U-Boot] [PATCH 3/4] ARM: tegra: check for SPL size overflow in makefile

2012-10-18 Thread Stephen Warren
On 10/18/2012 10:27 AM, Tom Rini wrote: > On Tue, Oct 16, 2012 at 03:50:08PM -0600, Stephen Warren wrote: > >> From: Stephen Warren >> >> If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will >> likely corrupt the main U-Boot binary during execution, causing >> the main U-Boot binary to f

Re: [U-Boot] [PATCH 3/4] ARM: tegra: check for SPL size overflow in makefile

2012-10-18 Thread Tom Rini
On Tue, Oct 16, 2012 at 03:50:08PM -0600, Stephen Warren wrote: > From: Stephen Warren > > If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will likely > corrupt the main U-Boot binary during execution, causing the main U-Boot > binary to fail. Check for this situation during the build to

Re: [U-Boot] [PATCH 3/4] ARM: tegra: check for SPL size overflow in makefile

2012-10-17 Thread Stephen Warren
On 10/17/2012 06:03 PM, Simon Glass wrote: > Hi Stephen, > > On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will likely >> corrupt the main U-Boot binary during execution, causing the main U-Boot >> bin

Re: [U-Boot] [PATCH 3/4] ARM: tegra: check for SPL size overflow in makefile

2012-10-17 Thread Simon Glass
Hi Stephen, On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote: > From: Stephen Warren > > If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will likely > corrupt the main U-Boot binary during execution, causing the main U-Boot > binary to fail. Check for this situation during the build

[U-Boot] [PATCH 3/4] ARM: tegra: check for SPL size overflow in makefile

2012-10-16 Thread Stephen Warren
From: Stephen Warren If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will likely corrupt the main U-Boot binary during execution, causing the main U-Boot binary to fail. Check for this situation during the build to avoid extremely annoying and hard-to-find bugs. Note that checking the siz