RE: [U-Boot-Users] Difficulty with symbol maps.

Hello Wolfgang,
Thanks for your swift reply,
I have built u-boot for an ep8260 & my custom target such
that the code
lives in flash memory at 0xFF000000. However the reset
configuration word is
Are you sure? From what's printed below it looks as if this was 0xFE000000 instead. What is the value of TEXT_BASE in your "board/ep8260/config.mk" file?
I'm sure, TEXT_BASE = 0xFF000000, I'm actually trying to determine why the code works so well (!!). I am intentionally switching the FLASH from a low address configuration to a high address configuration by overwriting BR0. Looking at the code I was expecting it to fall over when I did this ??
M.

In message 9901EE1E8F8BD3119109009027A1B5F596AE39@DIGINET2 you wrote:
I'm sure, TEXT_BASE = 0xFF000000, I'm actually trying to determine why the code works so well (!!). I am intentionally switching the FLASH from a low address configuration to a high address configuration by overwriting BR0. Looking at the code I was expecting it to fall over when I did this ??
Why? Have a look at the 82xx User's Manual how the mapping of the boot device (BR8) works when the CPU comes out of reset. [Hint: the boot device is mirrored to many address ranges.]
Best regards,
Wolfgang Denk
participants (2)
-
Mark Doherty
-
Wolfgang Denk