[U-Boot-Users] Where Uboot executes in RAM?

Hi All, I would like to know at what address range of RAM uboot runs?
I would like to know this for my 64MB RAM.Is there any place in any config file or somewhere in uboot code where this address range is defined?
Regards

In message 41483bfe0803070720w655a101eucfef07146da94579@mail.gmail.com you wrote:
I would like to know at what address range of RAM uboot runs?
I would like to know this for my 64MB RAM.Is there any place in any config file or somewhere in uboot code where this address range is defined?
It is considered extremely bad manners to post a question and send copis of the same message to individual without any reference to the posting.
Please don't do this again.
To all: don't waste efforts, I already replied to his message.
Best regards,
Wolfgang Denk

Hi,
I would like to know this for my 64MB RAM.Is there any place in any config file or somewhere in uboot code where this address range is defined?
have a look at relocate_code, should be in start.S (assembly). Some config values are used for the calculation of the address. As far as I remember the TEXT_BASE and the return of the board specific initdram affect it.
Regards
Markus
participants (3)
-
harsh poshtiwala
-
Markus Brunner
-
Wolfgang Denk