From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 14 Sep 2010 14:13:37 -0500 Subject: [U-Boot] P4080 Reset Vector In-Reply-To: <29706386.post@talk.nabble.com> References: <29641685.post@talk.nabble.com> <47FBF232-EAFE-4952-A700-129A872EC26C@kernel.crashing.org> <29706386.post@talk.nabble.com> Message-ID: <20100914141337.5d2246d1@schlenkerla.am.freescale.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 14 Sep 2010 01:43:40 -0700 MArunKumar wrote: > > Hi Kumar Gala > > Thanks for ur kind reply. > > Till, I am not clear why the resect vector points different > address(0xefff_fffc). > > From your reply, I understood Text_Base address is 0xeff8_0000, so the > resetvec address points to 0xefff_fffc. > > For all 85xx processor except(MPC8572) the resetvec = 0xffff_fffc, > Text_Base = 0xfff8_0000 > For p4080 the resetvec = 0xefff_fffc,Text_Base = 0xeff8_0000 > > For p4080 why the resetvec and Text_Base address is different from the other > 85xx processor ?. The reset vector is 0xfffffffc. 0xeffffffc is where the reset vector code sits once flash has been remapped. Until that remapping happens, you can't use any absolute addresses by symbol. -Scott