Re: [U-Boot] [PATCH] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Wolfgang Denk
Dear Ben Gardiner, In message <1303996341-6582-1-git-send-email-bengardi...@nanometrics.ca> you wrote: > When your emulator is connected at reset (or is used to load u-boot) > it is possible to get the relocation address from the parameter > passed to relocate_code() instead of building with -DDE

Re: [U-Boot] [PATCH] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Ben Gardiner
On Thu, Apr 28, 2011 at 9:46 AM, Wolfgang Denk wrote: > Dear Ben Gardiner, > > In message <1303996341-6582-1-git-send-email-bengardi...@nanometrics.ca> you > wrote: >> When your emulator is connected at reset (or is used to load u-boot) >> it is possible to get the relocation address from the par

Re: [U-Boot] [PATCH] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Wolfgang Denk
Dear Ben Gardiner, In message <1303996341-6582-1-git-send-email-bengardi...@nanometrics.ca> you wrote: > When your emulator is connected at reset (or is used to load u-boot) > it is possible to get the relocation address from the parameter > passed to relocate_code() instead of building with -DDE

[U-Boot] [PATCH] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Ben Gardiner
When your emulator is connected at reset (or is used to load u-boot) it is possible to get the relocation address from the parameter passed to relocate_code() instead of building with -DDEBUG and extracting from the console messages. Document this alternate method following the style of the origin