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

2011-05-12 Thread Wolfgang Denk
Dear Ben Gardiner, In message <713eaea232693cd6775d409b17c2e187328d1598.1304008866.git.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() inste

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

2011-04-28 Thread Heiko Schocher
Hello Ben, Ben Gardiner 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 -DDEBUG and > extracting from the console messages. > > Document this altern

[U-Boot] [PATCH 2/2] 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