On 10/16/2012 07:51:24 AM, vidya Krishnamoorthy wrote:
Hi
Anybody worked in P2020 ..Please clarify my basic doubt
The e500 core datasheet says processor reset vector address is
0xFFFFFFC
but in p2020 u-boot config file , CONFIG_RESET_VECTOR_ADDRESS is
defined as 0xEFFFFFFC.
With boot sequencer disabled and with BPTR reg value = 0, how the
reset vector address will change from 0xfffffffC to effffffC in
u-boot
0xfffffffc is the reset vector at power-on, and is where the upper 8
MiB of NOR flash is mapped immediately after reset. 0xeffffffc is the
link address of the branch instruction that goes at the reset vector,
after software changes the mapping of NOR flash to its permanent
location.
-Scott
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot