<br>Hi all,<br><br>&nbsp;&nbsp;I am new to U-boot. I am trying to port
u-boot onto a propritery board based on MPC8560.I have certain doubts
regarding the u-boot&#39;s code ( i am using latest version of U-boot) :-<br><br>1) File :-&nbsp;&nbsp; cpu/mpc85xx/cpu_init.c<br>&nbsp;&nbsp; function :- cpu_init_f()<br>&nbsp;&nbsp;
Doubt :- Why are we not filling the values of (memory mapped registers
) BR2 &amp; OR2 if CONFIG_MPC85xx flag is defined ?<br><br>2) Has
anybody used CFG_POST_ETHER , CFG_POST_CACHE flags for MPC8560 based
board ? ( as the post code for the same is not present in u-boot ). If
yes, then can you please send me the respective post files for the same
?<br><br>3) My board has 512KB of Boot Flash. After compiling the
u-boot code, the size of elf comes out to be 666234bytes ( as shown by
&quot;ls -l&quot; command). Is there any way i can make sure that the actual size
of the elf is not more than the size of boot flash ?<br><br><br>Regards,<br>Deepak<br>