public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Changing IXP425 core clock speed
@ 2005-07-08  9:04 Vanitha Ramaswami
  2005-07-08  9:15 ` David Vrabel
  0 siblings, 1 reply; 5+ messages in thread
From: Vanitha Ramaswami @ 2005-07-08  9:04 UTC (permalink / raw)
  To: 'David Vrabel',
	ecos-discuss, 'annem_supreeth@yahoo.co.uk'

Hello,
Thanks for your reply. Is it  possible to test this by changing some 
resistors in the hardware..?./Do i still need to modify redboot..There will 
not be any changes to the linux kernel that i am running right..?

Thanks
Vanitha

On Friday, July 08, 2005 4:31 PM, David Vrabel [SMTP:dvrabel@arcom.com] 
wrote:
> Vanitha Ramaswami wrote:
> >
> > I need to reduce the core clock speed of ixp425 to 266 MHz. can any-one 

> > point to me in redboot how do i modify the IXP425_EXP_CNFG0 register..?
>
> The clock speed must be pin-strapped at reset and can't be run-time
> modified.
>
> David Vrabel
> --
> David Vrabel, Design Engineer
>
> Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
> Cambridge CB1 7EA, UK         Web: http://www.arcom.com/
> 

[This e-mail is confidential and may be priviledged. If you are not the
intended recipient, please kindly notify us immediately and delete the message
from your system; please do not copy or use it for any purpose, nor disclose
its contents to any other person. Thank you.]
---ST Electronics Group---


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] Changing IXP425 core clock speed
  2005-07-08  9:04 [ECOS] Changing IXP425 core clock speed Vanitha Ramaswami
@ 2005-07-08  9:15 ` David Vrabel
  0 siblings, 0 replies; 5+ messages in thread
From: David Vrabel @ 2005-07-08  9:15 UTC (permalink / raw)
  To: vanitha; +Cc: ecos-discuss, 'annem_supreeth@yahoo.co.uk'

Vanitha Ramaswami wrote:
> 
> Thanks for your reply. Is it  possible to test this by changing some 
> resistors in the hardware..?

You'll need to ask the designer of the board.

> Do i still need to modify redboot..There will 
> not be any changes to the linux kernel that i am running right..?

No changes should be needed.

David Vrabel
-- 
David Vrabel, Design Engineer

Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK         Web: http://www.arcom.com/

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] Changing IXP425 core clock speed
  2005-07-08  3:45 Vanitha Ramaswami
  2005-07-08  4:32 ` Supreeth Reddy
@ 2005-07-08  8:31 ` David Vrabel
  1 sibling, 0 replies; 5+ messages in thread
From: David Vrabel @ 2005-07-08  8:31 UTC (permalink / raw)
  To: ecos-discuss

Vanitha Ramaswami wrote:
> 
> I need to reduce the core clock speed of ixp425 to 266 MHz. can any-one 
> point to me in redboot how do i modify the IXP425_EXP_CNFG0 register..?

The clock speed must be pin-strapped at reset and can't be run-time
modified.

David Vrabel
-- 
David Vrabel, Design Engineer

Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK         Web: http://www.arcom.com/

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] Changing IXP425 core clock speed
  2005-07-08  3:45 Vanitha Ramaswami
@ 2005-07-08  4:32 ` Supreeth Reddy
  2005-07-08  8:31 ` David Vrabel
  1 sibling, 0 replies; 5+ messages in thread
From: Supreeth Reddy @ 2005-07-08  4:32 UTC (permalink / raw)
  To: ecos-discuss

You could change the CNFG0 settings in the
hal_platform_setup.h in the macro 

// This macro represents the initial startup code for
the platform        
	.macro _platform_setup1


--- Vanitha Ramaswami <vanitha@agilis.stengg.com>
wrote:

> Hi
> 
> I need to reduce the core clock speed of ixp425 to
> 266 MHz. can any-one 
> point to me in redboot how do i modify the
> IXP425_EXP_CNFG0 register..?
> 
> Thanks
> Vanitha
> 
> [This e-mail is confidential and may be priviledged.
> If you are not the
> intended recipient, please kindly notify us
> immediately and delete the message
> from your system; please do not copy or use it for
> any purpose, nor disclose
> its contents to any other person. Thank you.]
> ---ST Electronics Group---
> 
> 
> -- 
> Before posting, please read the FAQ:
> http://ecos.sourceware.org/fom/ecos
> and search the list archive:
> http://ecos.sourceware.org/ml/ecos-discuss
> 
> 



	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] Changing IXP425 core clock speed
@ 2005-07-08  3:45 Vanitha Ramaswami
  2005-07-08  4:32 ` Supreeth Reddy
  2005-07-08  8:31 ` David Vrabel
  0 siblings, 2 replies; 5+ messages in thread
From: Vanitha Ramaswami @ 2005-07-08  3:45 UTC (permalink / raw)
  To: ecos-discuss

Hi

I need to reduce the core clock speed of ixp425 to 266 MHz. can any-one 
point to me in redboot how do i modify the IXP425_EXP_CNFG0 register..?

Thanks
Vanitha

[This e-mail is confidential and may be priviledged. If you are not the
intended recipient, please kindly notify us immediately and delete the message
from your system; please do not copy or use it for any purpose, nor disclose
its contents to any other person. Thank you.]
---ST Electronics Group---


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2005-07-08  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-08  9:04 [ECOS] Changing IXP425 core clock speed Vanitha Ramaswami
2005-07-08  9:15 ` David Vrabel
  -- strict thread matches above, loose matches on Subject: below --
2005-07-08  3:45 Vanitha Ramaswami
2005-07-08  4:32 ` Supreeth Reddy
2005-07-08  8:31 ` David Vrabel

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 read-only IMAP folder(s) and NNTP newsgroup(s).