All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Disable internal PCI arbiter
@ 2005-12-15 14:27 Martin Egholm Nielsen
  2005-12-15 15:44 ` [U-Boot-Users] " Martin Egholm Nielsen
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Egholm Nielsen @ 2005-12-15 14:27 UTC (permalink / raw)
  To: u-boot

Hi,

How do I disable the internal PCI arbiter:

--- 8< 8< 8< ---
PCI async ext clock used, internal PCI arbiter enabled
--- 8< 8< 8< ---

I hoped disabling CFG_CMD_PCI would do it, but no?!

BR,
  Martin Egholm

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

* [U-Boot-Users] Re: Disable internal PCI arbiter
  2005-12-15 14:27 [U-Boot-Users] Disable internal PCI arbiter Martin Egholm Nielsen
@ 2005-12-15 15:44 ` Martin Egholm Nielsen
  2005-12-21 12:20   ` Martin Egholm Nielsen
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Egholm Nielsen @ 2005-12-15 15:44 UTC (permalink / raw)
  To: u-boot

> How do I disable the internal PCI arbiter:
> 
> --- 8< 8< 8< ---
> PCI async ext clock used, internal PCI arbiter enabled
> --- 8< 8< 8< ---
> 
> I hoped disabling CFG_CMD_PCI would do it, but no?!

Found it (I most likely guess) - in "include/ppc405.h":

#define CPC0_PCI_ARBIT_EN 0x00000001

I guess this should be done automatically if CFG_CMD_PCI is not defined?

// Martin

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

* [U-Boot-Users] Re: Disable internal PCI arbiter
  2005-12-15 15:44 ` [U-Boot-Users] " Martin Egholm Nielsen
@ 2005-12-21 12:20   ` Martin Egholm Nielsen
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Egholm Nielsen @ 2005-12-21 12:20 UTC (permalink / raw)
  To: u-boot

>> How do I disable the internal PCI arbiter:
>>
>> --- 8< 8< 8< ---
>> PCI async ext clock used, internal PCI arbiter enabled
>> --- 8< 8< 8< ---
>>
>> I hoped disabling CFG_CMD_PCI would do it, but no?!
> 
> 
> Found it (I most likely guess) - in "include/ppc405.h":
> 
> #define CPC0_PCI_ARBIT_EN 0x00000001
> 
> I guess this should be done automatically if CFG_CMD_PCI is not defined?
No comments?
According to the PPC405EP datasheet the internal PCI arbiter should be 
disabled if the PCI is unused.

// Martin

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

end of thread, other threads:[~2005-12-21 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-15 14:27 [U-Boot-Users] Disable internal PCI arbiter Martin Egholm Nielsen
2005-12-15 15:44 ` [U-Boot-Users] " Martin Egholm Nielsen
2005-12-21 12:20   ` Martin Egholm Nielsen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.