Scott Wood wrote:
> Jatin Sharma wrote:
>> I have Freescale MPC8347. Can you confirm that I have to have U-Boot
>> start at 0xFFF00000?
> 
> Your choices are 0xfff00000 and zero, based on the BMS (Boot Memory 
> Space) bit of the low reset control word.
> 
> -Scott

...and of the two options, I recommend 0xfff00000 ("boot high").  Note 
that the start of u-boot is 0xfff00000 but the reset vector itself is 
0xfff00100 (or 0x00000100 for "boot low").  The first 0x100 bytes has 
the u-boot signature and version info.

HTH,
gvb

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to