Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Chris Packham
Hi Jocke On Wed, Sep 10, 2014 at 1:20 AM, Joakim Tjernlund wrote: > Joakim Tjernlund/Transmode wrote on 2014/09/09 14:30:13: > >> From: Joakim Tjernlund/Transmode >> To: >> Cc: Chris Packham , u-boot > >> Date: 2014/09/09 14:30 >> Subject: Re:

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Joakim Tjernlund
Joakim Tjernlund/Transmode wrote on 2014/09/09 14:30:13: > From: Joakim Tjernlund/Transmode > To: > Cc: Chris Packham , u-boot > Date: 2014/09/09 14:30 > Subject: Re: [U-Boot] relocation problem on powerpc > > > > > Here's some more info from a bu

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Joakim Tjernlund
> > Here's some more info from a build without any of my modifications. > > > > $ git describe > > v2014.10-rc2-12-g0b703db > > > > $ powerpc-e500-linux-gnu-gcc --version > > powerpc-e500-linux-gnu-gcc (Gentoo 4.6.3-r1 p1.9, pie-0.5.2) 4.6.3 > > > > $ grep '_GOT2_TABLE_\|_GLOBAL_OFFSET

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Joakim Tjernlund
Chris Packham wrote on 2014/09/09 01:07:51: > From: Chris Packham > To: Joakim Tjernlund , > Cc: u-boot > Date: 2014/09/09 01:08 > Subject: Re: [U-Boot] relocation problem on powerpc > > Hi Jocke, > > On Tue, Sep 9, 2014 at 12:22 AM, Joakim Tjernlund > wrote

Re: [U-Boot] relocation problem on powerpc

2014-09-08 Thread Wolfgang Denk
Dear Chris, In message you wrote: > > Do you mean the address or the value? FYI the 77fb addresses are > what I believe to be the correct relocated address. It's the f0d0 > address for NetArpWaitTimerStart that I believe is causing the problem > I am seeing. Of course you are right. S

Re: [U-Boot] relocation problem on powerpc

2014-09-08 Thread Chris Packham
Hi Jocke, On Tue, Sep 9, 2014 at 12:22 AM, Joakim Tjernlund wrote: >> >> > >> > There are some disadvantages to living in a weird timezone, mostly >> > that you end up having conversations with yourself. >> > >> > On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham > >> wrote: >> > > Hi All, >> > > >>

Re: [U-Boot] relocation problem on powerpc

2014-09-08 Thread Chris Packham
Hi Wolfgang, On Tue, Sep 9, 2014 at 8:21 AM, Wolfgang Denk wrote: > Dear Chris, > > In message > you > wrote: >> > ... >> > Which yields the following output >> > >> > NetArpWaitTimerStart = 0 >> > &NetArpWaitTimerStart = f0d0 >> > NetArpWaitTry = 1 >> > &NetArpWaitTry = 7ffb0058 >

Re: [U-Boot] relocation problem on powerpc

2014-09-08 Thread Chris Packham
On Mon, Sep 8, 2014 at 9:04 PM, Joakim Tjernlund wrote: >> >> There are some disadvantages to living in a weird timezone, mostly >> that you end up having conversations with yourself. >> >> On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham > wrote: >> > Hi All, >> > >> > I have come across what I thi

Re: [U-Boot] relocation problem on powerpc

2014-09-08 Thread Wolfgang Denk
Dear Chris, In message you wrote: > ... > > Which yields the following output > > > > NetArpWaitTimerStart = 0 > > &NetArpWaitTimerStart = f0d0 > > NetArpWaitTry = 1 > > &NetArpWaitTry = 7ffb0058 > > NetArpWaitTxPacketSize = 42 > > &NetArpWaitTxPacketSize = 7ffb0078 -

Re: [U-Boot] relocation problem on powerpc

2014-09-08 Thread Joakim Tjernlund
> > > > > There are some disadvantages to living in a weird timezone, mostly > > that you end up having conversations with yourself. > > > > On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham > wrote: > > > Hi All, > > > > > > I have come across what I think is a relocation problem for powerpc. >

Re: [U-Boot] relocation problem on powerpc

2014-09-08 Thread Joakim Tjernlund
> > There are some disadvantages to living in a weird timezone, mostly > that you end up having conversations with yourself. > > On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham wrote: > > Hi All, > > > > I have come across what I think is a relocation problem for powerpc. > > > > I've added the f

Re: [U-Boot] relocation problem on powerpc

2014-09-07 Thread Chris Packham
There are some disadvantages to living in a weird timezone, mostly that you end up having conversations with yourself. On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham wrote: > Hi All, > > I have come across what I think is a relocation problem for powerpc. > > I've added the following to ArpTimeout

Re: [U-Boot] relocation problem on powerpc

2014-09-07 Thread Chris Packham
On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham wrote: > Hi All, > > I have come across what I think is a relocation problem for powerpc. > > I've added the following to ArpTimeoutCheck > > + printf("NetArpWaitTimerStart = %ld\n", NetArpWaitTimerStart); > + printf("&NetArpWaitTimerStart

[U-Boot] relocation problem on powerpc

2014-09-07 Thread Chris Packham
Hi All, I have come across what I think is a relocation problem for powerpc. I've added the following to ArpTimeoutCheck + printf("NetArpWaitTimerStart = %ld\n", NetArpWaitTimerStart); + printf("&NetArpWaitTimerStart = %p\n", &NetArpWaitTimerStart); + printf("NetArpWaitTry = %d

Re: [U-Boot] relocation problem

2011-08-14 Thread Cajus Hahn
Dear Reinhard, finally I found the relocation problem. > Make sure that at91bootstrap loads the full u-boot image (u-boot > became larger quite a bit due to relocation and other changes). That was the solution! I left the old at91bootstrap from in-circuit on the board. This one only copies 256

Re: [U-Boot] relocation problem (again)

2011-08-11 Thread Detlev Zundel
Hi Reinhard, > Dear Cajus Hahn, >> Dear Marcel, Dear Reinhard, >> >> sorry I forgot to mention, that this is in reply to >> http://lists.denx.de/pipermail/u-boot/2011-January/084499.html > > I suppose you have not followed the steps I pointed out then? > >> >> I have the same problem with my bo

Re: [U-Boot] relocation problem (again)

2011-08-11 Thread Reinhard Meyer
Dear Cajus Hahn, > Dear Marcel, Dear Reinhard, > > sorry I forgot to mention, that this is in reply to > http://lists.denx.de/pipermail/u-boot/2011-January/084499.html I suppose you have not followed the steps I pointed out then? > > I have the same problem with my board and the actual u-boot-

Re: [U-Boot] relocation problem

2011-08-11 Thread Reinhard Meyer
Dear Cajus Hahn, > Dear Marcel, Dear Reinhard, > > I have the same problem with my board and the actual u-boot-atmel (git > from 5th Aug. 2011). It even looks like I am using the same board. > It is a in-circuit ICnova SAM9G45 OEM on a ADB1000 with a 5" display. > > Actually I use the u-boot from

[U-Boot] relocation problem (again)

2011-08-11 Thread Cajus Hahn
Dear Marcel, Dear Reinhard, sorry I forgot to mention, that this is in reply to http://lists.denx.de/pipermail/u-boot/2011-January/084499.html I have the same problem with my board and the actual u-boot-atmel (git from 5th Aug. 2011). It even looks like I am using the same board. It is a in-circ

[U-Boot] relocation problem

2011-08-11 Thread Cajus Hahn
Dear Marcel, Dear Reinhard, I have the same problem with my board and the actual u-boot-atmel (git from 5th Aug. 2011). It even looks like I am using the same board. It is a in-circuit ICnova SAM9G45 OEM on a ADB1000 with a 5" display. Actually I use the u-boot from in-circuit, which is a patched