public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Booting MPC8272ADS from flash base
Date: Thu, 13 Oct 2005 07:55:36 -0400	[thread overview]
Message-ID: <434E4B38.5050607@smiths-aerospace.com> (raw)
In-Reply-To: <20051013122443.70c1400c.ajz@cambridgebroadband.com>

Alex Zeffertt wrote:
> Hi list,
> 
> I would like to boot my MPC8272ADS board from the base of flash
> memory.  By default the BCSR delivers a fixed HRCW which tells the CPU
> to boot from 0xff700000.  But there is a jumper on the board which
> allows you to specify that the CPU should retrieve the HRCW from
> flash.
> 
> In an attempt to get it to boot from 0x0 I tried the following:
> 
> 1.	Moved jumper JP9 from "BCSR" to "MEMORY" to tell the CPU to 
> 	get its HRCW from flash rather than the BCSR.
> 
> 2.	Set TEXT_BASE in config.mk to 0x0
> 
> 3.	define CFG_HRCW_MASTER in MPC8260ADS.h to be the value normally
> 	delivered by the BCSR or'd with (HRCW_CIP | HRCW_BMS).  This should
> 	move the reset vector from 0xfff00100 to 0x100 and cause the flash
> 	to be mapped from 0x0 to 0x01ffffff.
> 
> Unfortunately this didn't work.
> 
> Has anybody else managed to get the MPC8272ADS to boot WITHOUT using
> the BCSR to deliver the HRCW?
> 
> Regards,
> 
> Alex

Hi Alex,

I did this for the PQ2FADS board, which should be very similar to the 
MPC8260ADS board.  Check out the "bootlow" configuration for PQ2FADS.

I cannot give you specific advice, but I would review each and every bit 
in the HRCW (step #3 doesn't sound thorough enough).  Ahhh, looking at 
my patch email (below), the IMMR that your board defaults to may not be 
a happy choice.

References:
-----------
Gmane archive, includes the patch Wolfgang applied.
<http://search.gmane.org/?query=PATCH%3A+add+low-boot+configuration+to+MPC8260ADS+family+of+boards+&email=&group=&sort=relevance&DEFAULTOP=and&xP=patch.add.low.boot.configuration.mpc8260ads.family.boards.&xFILTERS=Gu-boot---A>

Sourceforge's email list (no attachments):
<http://sourceforge.net/mailarchive/message.php?msg_id=9992822>

Follow-up posting:
<http://article.gmane.org/gmane.comp.boot-loaders.u-boot/17917>

gvb

  reply	other threads:[~2005-10-13 11:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-13 11:24 [U-Boot-Users] Booting MPC8272ADS from flash base Alex Zeffertt
2005-10-13 11:55 ` Jerry Van Baren [this message]
2005-10-13 14:12   ` Alex Zeffertt
2005-10-13 17:51 ` Yuli Barcohen
2005-10-14  8:42   ` Alex Zeffertt
     [not found] <51DB8827D393D411BB69003048003F4601D96B83@tvesntr>
2005-10-17 10:29 ` alebas at televes.com
2005-10-18 10:18   ` Alex Zeffertt
2005-10-18 14:07     ` Alex BASTOS

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=434E4B38.5050607@smiths-aerospace.com \
    --to=gerald.vanbaren@smiths-aerospace.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox