Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-10 Thread Scott Wood
On 08/10/2012 01:54 AM, Huang Changming-R66093 wrote: > This maybe cause the overlap error: > > powerpc-linux-gnu-ld: section .resetvec loaded at > [ff800ffc,ff800fff] overlaps section .data loaded at > [ff800ec8,ff80102f] What tree and toolchain are you using? Did

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-09 Thread Huang Changming-R66093
st 10, 2012 12:52 AM > To: McClintock Matthew-B29882 > Cc: Wood Scott-B07421; Kumar Gala; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs > during SPL > > On 08/08/2012 09:28 PM, McClintock Matthew-B29882 wrote: > > On Wed, A

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-09 Thread Scott Wood
On 08/08/2012 09:28 PM, McClintock Matthew-B29882 wrote: > On Wed, Aug 8, 2012 at 9:27 PM, Matthew McClintock wrote: >> On Wed, Aug 8, 2012 at 8:06 PM, Scott Wood wrote: >>> LAW init is skipped in the SPL payload because it's assumed that the SPL >>> has taken care of it -- so make sure the SPL l

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-08 Thread McClintock Matthew-B29882
On Wed, Aug 8, 2012 at 9:27 PM, Matthew McClintock wrote: > On Wed, Aug 8, 2012 at 8:06 PM, Scott Wood wrote: >> LAW init is skipped in the SPL payload because it's assumed that the SPL >> has taken care of it -- so make sure the SPL loads all the LAWs as is >> done on other boards. > > It might

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-08 Thread McClintock Matthew-B29882
On Wed, Aug 8, 2012 at 8:06 PM, Scott Wood wrote: > LAW init is skipped in the SPL payload because it's assumed that the SPL > has taken care of it -- so make sure the SPL loads all the LAWs as is > done on other boards. It might be good to try this on a few different compilers to see if they are

[U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-08 Thread Scott Wood
LAW init is skipped in the SPL payload because it's assumed that the SPL has taken care of it -- so make sure the SPL loads all the LAWs as is done on other boards. This bug was introduced by: commit 4589728e214958a4e6e011a081a68d360c49d7a5 Author: Kumar Gala Date: Fri Nov 11 08:14:53 20