
15 Dec
2005
15 Dec
'05
4:44 p.m.
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