pci-x
From: Carlos Mitidieri <hidden>
Date: 2006-03-23 13:35:07
Is there PCI-X support for the mpc8540ads? Thank you. -- Carlos Mitidieri SYSGO AG
9 messages, 4 authors, 2006-03-31 · open the first message on its own page
From: Carlos Mitidieri <hidden>
Date: 2006-03-23 13:35:07
Is there PCI-X support for the mpc8540ads? Thank you. -- Carlos Mitidieri SYSGO AG
From: Kumar Gala <hidden>
Date: 2006-03-23 15:40:10
On Mar 23, 2006, at 7:35 AM, Carlos Mitidieri wrote:
Is there PCI-X support for the mpc8540ads?
Yes. You have to make sure the board is setup (switches in the right place) properly for it. - k
From: Carlos Mitidieri <hidden>
Date: 2006-03-24 11:21:45
On Thursday 23 March 2006 16:41, Kumar Gala wrote:
quoted
Is there PCI-X support for the mpc8540ads?Yes. You have to make sure the board is setup (switches in the right place) properly for it.
Thank you for answering. Looking the manuals and schematics, I have changed the "config" switch in SW1, and now the PCI-X support is activated in the kernel at the system initialization. Nevertheless, when I plug a bridge board to the slot 0, I get the following messages: PCI: Probing PCI hardware PCI: Cannot allocate resource region 1 of PCI bridge 1 PCI: bridge 1 resource 1 moved to 9ff00000..9fffffff PCI: Cannot allocate resource region 2 of PCI bridge 1 PCI: bridge 1 resource 2 moved to 9fe00000..9fefffff Would you guess that this is a driver problem, or that my board setup is still incorrect? -- Carlos Mitidieri SYSGO AG - Office Ulm
From: Kumar Gala <hidden>
Date: 2006-03-24 14:54:05
On Mar 24, 2006, at 5:21 AM, Carlos Mitidieri wrote:
On Thursday 23 March 2006 16:41, Kumar Gala wrote:quoted
quoted
Is there PCI-X support for the mpc8540ads?Yes. You have to make sure the board is setup (switches in the right place) properly for it.Thank you for answering. Looking the manuals and schematics, I have changed the "config" switch in SW1, and now the PCI-X support is activated in the kernel at the system initialization. Nevertheless, when I plug a bridge board to the slot 0, I get the following messages: PCI: Probing PCI hardware PCI: Cannot allocate resource region 1 of PCI bridge 1 PCI: bridge 1 resource 1 moved to 9ff00000..9fffffff PCI: Cannot allocate resource region 2 of PCI bridge 1 PCI: bridge 1 resource 2 moved to 9fe00000..9fefffff Would you guess that this is a driver problem, or that my board setup is still incorrect?
That seems like a driver problem. Does lspci show your devices after you boot? Also, what kernel ver are you using? - k
From: Carlos Mitidieri <hidden>
Date: 2006-03-24 15:07:37
On Friday 24 March 2006 15:53, Kumar Gala wrote:
That seems like a driver problem. Does lspci show your devices after you boot? Also, what kernel ver are you using?
No, the device behind the bridge is not recognized, although the bridge itself is. I am using kernel 2.6.15. -- Carlos Mitidieri SYSGO AG - Office Ulm
From: Carlos Mitidieri <hidden>
Date: 2006-03-28 14:39:31
On Friday 24 March 2006 15:53, Kumar Gala wrote:quoted
That seems like a driver problem. Does lspci show your devices after you boot? Also, what kernel ver are you using?No, the device behind the bridge is not recognized, although the bridge itself is. I am using kernel 2.6.15.
I am trying to use a PCI-X bridge (Intel 31154) on a mpc8540ads running kernel 2.6.15. A USB controller is behind the bridge. When the mpc8540ads is booted with the PCI-X switch disabled, the device behind the bridge is detected (and actually works), and the following messages are printed: PCI: bridge rsrc 0..ffffff (100), parent c01ce78c PCI: bridge rsrc 80000000..9fffffff (200), parent c01ce770 PCI: bridge rsrc fff000..ffffff (101), parent c0217038 PCI: bridge rsrc 9ff00000..9fffffff (200), parent c0217054 PCI: bridge rsrc 9fe00000..9fefffff (1201), parent c0217054 PCI:0000:01:06.0: Resource 0: 9ffff000-9fffffff (f=200) PCI:0000:01:06.0: Resource 1: 9ffe0000-9ffeffff (f=1208) PCI:0000:01:06.0: Resource 2: 9ffd0000-9ffdffff (f=200) The last three lines are for the usb controller. On the other hand, if the PCI-X is enabled, the usb controller is not detected anymore and the messages become: PCI: bridge rsrc 0..ffffff (100), parent c01ce78c PCI: bridge rsrc 80000000..9fffffff (200), parent c01ce770 PCI: bridge rsrc 0..fff (101), parent c0217038 PCI: bridge rsrc 0..fffff (200), parent c0217054 PCI: Cannot allocate resource region 1 of PCI bridge 1 PCI: bridge 1 resource 1 moved to 9ff00000..9fffffff PCI: bridge rsrc 0..fffff (1201), parent c0217054 PCI: Cannot allocate resource region 2 of PCI bridge 1 PCI: bridge 1 resource 2 moved to 9fe00000..9fefffff In the 3rd and 4th lines, the resource addresses are different for the two runs. What could be the reason? -- Carlos Mitidieri SYSGO AG - Office Ulm
From: Andy Fleming <hidden>
Date: 2006-03-30 16:28:53
On Mar 28, 2006, at 08:51, Carlos Mitidieri wrote:
quoted
On Friday 24 March 2006 15:53, Kumar Gala wrote:quoted
That seems like a driver problem. Does lspci show your devices after you boot? Also, what kernel ver are you using?No, the device behind the bridge is not recognized, although the bridge itself is. I am using kernel 2.6.15.I am trying to use a PCI-X bridge (Intel 31154) on a mpc8540ads running kernel 2.6.15. A USB controller is behind the bridge. When the mpc8540ads is booted with the PCI-X switch disabled, the device behind the bridge is detected (and actually works), and the following messages are printed:
Are you using a Rev A or higher board? PCI-X doesn't work on earlier systems. Also, make sure your board is configured to run PCI at 66 MHz. PCI-X doesn't work at 33 MHz. Andy Fleming
From: Carlos Mitidieri <hidden>
Date: 2006-03-31 06:32:03
Hi, I am using a Rev PILOT board, S/N:0251 To my discernment, a Rev PILOT is lower than a Rev A. Is that correct? By the way, thank you very much.
Are you using a Rev A or higher board? PCI-X doesn't work on earlier systems. Also, make sure your board is configured to run PCI at 66 MHz. PCI-X doesn't work at 33 MHz. Andy Fleming
Best regards, -- Carlos Mitidieri SYSGO AG - Office Ulm
From: Vitaly Bordug <hidden>
Date: 2006-03-31 11:50:52
On Fri, 31 Mar 2006 08:52:28 +0200 Carlos Mitidieri [off-list ref] wrote:
Hi, I am using a Rev PILOT board, S/N:0251 To my discernment, a Rev PILOT is lower than a Rev A. Is that correct? By the way, thank you very much.
Yes, that is correct.
There are some notes in u-boot documentation also, that might be interesting for you:
<citate>
1.0 Nomenclature
For some reason, the HW designers describe the switch settings
in terms of 0 and 1, and then map that to physical switches where
the label "On" refers to logic 0 and "Off" (unlabeled) is logic 1.
Luckily, we're SW types and virtual settings are handled daily.
The switches for the Rev A board are numbered differently than
for the Pilot board. Oh yeah.
Switch bits are numbered 1 through, like, 4 6 8 or 10, but the
bits may contribute to signals that are numbered based at 0,
and some of those signals may be high-bit-number-0 too. Heed
well the names and labels and do not get confused.
"Off" == 1
"On" == 0
SW18 is switch 18 as silk-screened onto the board.
SW4[8] is the bit labled 8 on Switch 4.
SW2[1:6] refers to bits labeled 1 through 6 in order on switch 2
SW3[7:1] refers to bits labeled 7 through 1 in order on switch 3
1.1 For the MPC85xxADS Pilot Board
First, make sure the board default setting is consistent with the document
shipped with your board. Then apply the following changes:
SW3[1-6]="all OFF" (boot from 32bit flash, no boot sequence is used)
SW10[2-6]="all OFF" (turn on CPM SCC for serial port,works for 8540/8560)
SW11[2]='OFF for 8560, ON for 8540' (toggle 8540.8560 mode)
SW11[7]='ON' (rev2), 'OFF' (rev1)
SW4[7-8]="OFF OFF" (enable serial ports,I'm using the top serial connector)
SW22[1-4]="OFF OFF ON OFF"
SW5[1-10[="ON ON OFF OFF OFF OFF OFF OFF OFF OFF"
J1 = "Enable Prog" (Make sure your flash is programmable for development)
If you want to test PCI functionality with a 33Mhz PCI card, you will
have to change the system clock from the default 66Mhz to 33Mhz by
setting SW15[1]="OFF" and SW17[8]="OFF". After that you may also need
double your platform clock(SW6) because the system clock is now only
half of its original value. For example, if at 66MHz your system
clock showed SW6[0:1] = 01, then at 33MHz SW6[0:1] it should be 10.
SW17[8] ------+ SW6
SW15[1] ----+ | [0:1]
V V V V
33MHz 1 1 1 0
66MHz 0 0 0 1
Hmmm... That SW6 setting description is incomplete but it works.
1.3 For the MPC85xxADS Rev A Board
As shipped, the board should be a 33MHz PCI bus with a CPU Clock
rate of 825 +/- fuzz:
Clocks: CPU: 825 MHz, CCB: 330 MHz, DDR: 165 MHz, LBC: 82 MHz
For 33MHz PCI, the switch settings should be like this:
SW18[7:1] = 0100001 = M==33 => 33MHz
SW18[8] = 1 => PWD Divider == 16
SW16[1:2] = 11 => N == 16 as PWD==1
Use the magical formula:
Fout (MHz) = 16 * M / N = 16 * 33 / 16 = 33 MHz
SW7[1:4] = 1010 = 10 => 10 x 33 = 330 CCB Sysclk
SW7[5:6] = 01 => 5:2 x 330 = 825 Core clock
For 66MHz PCI, the switch settings should be like this:
SW18[7:1] = 0100001 = M==33 => 33MHz
SW18[8] = 0 => PWD Divider == 1
SW16[1:2] = 01 => N == 8 as PWD == 0
Use the magical formula:
Fout (MHz) = 16 * M / N = 16 * 33 / 8 = 66 MHz
SW7[1:4] = 0101 = 5 => 5 x 66 = 330 CCB
Sysclk SW7[5:6] = 01 => 5:2 x 330 = 825 Core
clock
</citate>
quoted
Are you using a Rev A or higher board? PCI-X doesn't work on earlier systems. Also, make sure your board is configured to run PCI at 66 MHz. PCI-X doesn't work at 33 MHz. Andy FlemingBest regards, -- Carlos Mitidieri SYSGO AG - Office Ulm _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded
-- Sincerely, Vitaly