[U-Boot-Users] what is BOOT_TEXT_BASE stands for?

Hi all:
Can anybody tell me what is "BOOT_TEXT_BASE" stands for?
Thanks.

In message 000c01c7a26a$f7a865b0$e9c7a8c0@QMITW.COM you wrote:
Can anybody tell me what is "BOOT_TEXT_BASE" stands for?
No, we cannot. This string is not used anywhere in the whole U-Boot source code.
------=_NextPart_000_000D_01C7A2AE.05CE16B0 Content-Type: text/html;
Never post HTML on this list!
Best regards,
Wolfgang Denk

I guess you mean TEXT_BASE TEXT_BASE is the base address for U-boot code in flash memory.

In message 65487840705310050g35ba23cfi39b8517c7e5b2d2c@mail.gmail.com you wrote:
I guess you mean TEXT_BASE
I'm not sure. He ased about BOOT_TEXT_BASE
TEXT_BASE is the base address for U-boot code in flash memory.
This may be correct on PowerPC systems, but on other architectres this is NOT correct.
On 5/31/07, Wolfgang Denk wd@denx.de wrote:
Please don't top-post / full-quote! Read http://www.netmeister.org/news/learn2quote.html
Best regards,
Wolfgang Denk

So what is TEXT_BASE on Arm architetures?
-- Ori Idan
On 5/31/07, Wolfgang Denk wd@denx.de wrote:
In message 65487840705310050g35ba23cfi39b8517c7e5b2d2c@mail.gmail.com you wrote:
I guess you mean TEXT_BASE
I'm not sure. He ased about BOOT_TEXT_BASE
TEXT_BASE is the base address for U-boot code in flash memory.
This may be correct on PowerPC systems, but on other architectres this is NOT correct.
On 5/31/07, Wolfgang Denk wd@denx.de wrote:
Please don't top-post / full-quote! Read http://www.netmeister.org/news/learn2quote.html
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de "I find this a nice feature but it is not according to the documen- tation. Or is it a BUG?" "Let's call it an accidental feature. :-)" - Larry Wall in 6909@jpl-devvax.JPL.NASA.GOV

Hi,
u-boot-users-bounces@lists.sourceforge.net wrote on Thursday, May 31, 2007 12:01 PM:
So what is TEXT_BASE on Arm architetures?
on ARM architectures TEXT_BASE specifies the address for which U-Boot is linked. After power up the U-Boot startup code copies (not relocates) U-Boot to this address. Thus, the address should lie in RAM. The startup code itself is address independent.
Regards, Martin
participants (4)
-
jack
-
Martin Krause
-
Ori Idan
-
Wolfgang Denk