linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* u-boot ppc440epx bootstrap configuration without eval board
@ 2008-04-02 17:14 Dave Cogley
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Cogley @ 2008-04-02 17:14 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

Hello,

 

We are using the new AMCC ppc440epx 667MHz chip and I am trying to get
u-boot to recognize the clock rate of the new chip (we were using the
533MHz).  I notice in the cmd_sequoia.c module that there is an option to
setup some sort of strapping in the configuration FPGA that was present on
the evaluation card.  We do not have this configuration FPGA present in our
production board.  Is there some sort of build flag I can specify to
"hardwire" this bootstrap information?  Or at least some I can tell u-boot
to startup with the 667MHz clock rate?  I believe we are using option 7 in
the configuration array for the "bootstrap" command.

 

Thanks,

Dave Cogley

Software Engineer

Ultra Stereo Labs, Inc.

(805) 549-0161

mailto:dcogley@uslinc.com

 


[-- Attachment #2: Type: text/html, Size: 3297 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: u-boot ppc440epx bootstrap configuration without eval board
@ 2008-04-02 18:03 Dave Cogley
  2008-04-02 19:00 ` Stefan Roese
  2008-04-02 21:16 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Cogley @ 2008-04-02 18:03 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

Disregard the boot strapping problem.  It appears we are hardwired strapped
to use option "C" however my CPU is not being recognized as a 667MHz.  Which
option should I be using for the 667MHz processor?

 

 

  _____  

From: Dave Cogley [mailto:dcogley@uslinc.com] 
Sent: Wednesday, April 02, 2008 10:15 AM
To: 'linuxppc-embedded@ozlabs.org'
Subject: u-boot ppc440epx bootstrap configuration without eval board

 

Hello,

 

We are using the new AMCC ppc440epx 667MHz chip and I am trying to get
u-boot to recognize the clock rate of the new chip (we were using the
533MHz).  I notice in the cmd_sequoia.c module that there is an option to
setup some sort of strapping in the configuration FPGA that was present on
the evaluation card.  We do not have this configuration FPGA present in our
production board.  Is there some sort of build flag I can specify to
"hardwire" this bootstrap information?  Or at least some I can tell u-boot
to startup with the 667MHz clock rate?  I believe we are using option 7 in
the configuration array for the "bootstrap" command.

 

Thanks,

Dave Cogley

Software Engineer

Ultra Stereo Labs, Inc.

(805) 549-0161

mailto:dcogley@uslinc.com

 


[-- Attachment #2: Type: text/html, Size: 5247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: u-boot ppc440epx bootstrap configuration without eval board
  2008-04-02 18:03 Dave Cogley
@ 2008-04-02 19:00 ` Stefan Roese
  2008-04-02 21:16 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2008-04-02 19:00 UTC (permalink / raw)
  To: linuxppc-embedded

On Wednesday 02 April 2008, Dave Cogley wrote:
> Disregard the boot strapping problem.  It appears we are hardwired strapped
> to use option "C" however my CPU is not being recognized as a 667MHz. 
> Which option should I be using for the 667MHz processor?

First, this is the wrong mailing list for this discussion. Please post to the 
U-Boot list instead.

But here some general comments:

The bootstrap controller has multiple configuration options. Some of them 
result in hardwired frequencies (CPU, PLB, OPB...), and some of them load the 
PLL setup from an I2C EEPROM. Using this bootstrap EEPROM is the most 
flexible solution. If you have only option "C", then you hardwired to 533MHz. 
There is no way to "detect" which frequency this CPU is labeled.

But it *is* possible to reconfigure the PLL from within U-Boot an reset the 
PPC to run with this different PLL setup. I just recently added some code the 
u-boot-ppc4xx custodian repository.

Let's continue this thread on the U-Boot list.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: u-boot ppc440epx bootstrap configuration without eval board
  2008-04-02 18:03 Dave Cogley
  2008-04-02 19:00 ` Stefan Roese
@ 2008-04-02 21:16 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2008-04-02 21:16 UTC (permalink / raw)
  To: Dave Cogley; +Cc: linuxppc-embedded

In message <000901c894eb$e0707170$2001a8c0@DCOGLEYNEW> you wrote:
> 
> Disregard the boot strapping problem.  It appears we are hardwired strapped
> to use option "C" however my CPU is not being recognized as a 667MHz.  Which
> option should I be using for the 667MHz processor?

U-Boot related questions are off  topic  here.  You  should  try  the
u-boot-users mailing list instead...

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
When the ax entered the forest, the trees said, "The handle is one of
us!"                                               -- Turkish proverb

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-02 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 17:14 u-boot ppc440epx bootstrap configuration without eval board Dave Cogley
  -- strict thread matches above, loose matches on Subject: below --
2008-04-02 18:03 Dave Cogley
2008-04-02 19:00 ` Stefan Roese
2008-04-02 21:16 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).