RE: [U-Boot-Users] Trouble w/GLOBAL_DATA_PTR on PXA255

Its set up at the beginning of lib_arm/board.c :: start_armboot()
Regards, Richard W.
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users- admin@lists.sourceforge.net] On Behalf Of Craig A. Vanderborgh Sent: Tuesday, January 11, 2005 8:13 PM To: u-boot-users@lists.sourceforge.net Subject: [U-Boot-Users] Trouble w/GLOBAL_DATA_PTR on PXA255
Hello Booters,
I am having some strange problems with "gd" on PXA255. Basically, I
am
experiencing intermittent memory corruption (e.g. a reported RAM size
of
3955MB) and the like. DECLARE_GLOBAL_DATA_PTR is defined as:
#define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm
("r8")
on ARM platforms. I guess the question is then - what is supposed to
be
in r8, and where is this supposed to be set up? It looks like the
setup
for "gd" is simply incorrect for my platform, but I am not sure how it supposed to be.
Please advise.
Thanks in advance, craig vanderborgh voxware incorporated
The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (1)
-
Woodruff, Richard