From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 16 Oct 2012 12:52:51 -0500 Subject: [U-Boot] reg: P2020 include config file - u-boot basic doubt In-Reply-To: (from diya8off@gmail.com on Tue Oct 16 07:51:24 2012) References: Message-ID: <1350409971.13118.6@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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