From: Darren Stevens <hidden> Date: 2018-07-25 22:00:59
Pasemi arch code finds the root of the PCI-e bus by searching the
device-tree for a node called 'pxp'. But the root bus has a
compatible property of 'pasemi,rootbus' so search for that instead.
Signed-off-by: Darren Stevens <redacted>
---
This works on the Amigaone X1000, I don't know if this method of
finding the pci bus was there bcause of earlier firmwares.
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-07-31 11:55:21
Darren Stevens [off-list ref] writes:
Pasemi arch code finds the root of the PCI-e bus by searching the
device-tree for a node called 'pxp'. But the root bus has a
compatible property of 'pasemi,rootbus' so search for that instead.
Signed-off-by: Darren Stevens <redacted>
---
This works on the Amigaone X1000, I don't know if this method of
finding the pci bus was there bcause of earlier firmwares.
Does anyone have another pasemi board they can test this on?
The last time I plugged mine in it popped the power supply and took out
power to half the office :) - I haven't had a chance to try it since.
cheers
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-07-31 12:04:05
Michael Ellerman [off-list ref] writes:
Darren Stevens [off-list ref] writes:
quoted
Pasemi arch code finds the root of the PCI-e bus by searching the
device-tree for a node called 'pxp'. But the root bus has a
compatible property of 'pasemi,rootbus' so search for that instead.
Signed-off-by: Darren Stevens <redacted>
---
This works on the Amigaone X1000, I don't know if this method of
finding the pci bus was there bcause of earlier firmwares.
Does anyone have another pasemi board they can test this on?
The last time I plugged mine in it popped the power supply and took out
power to half the office :) - I haven't had a chance to try it since.
I actually I remembered I have a device tree lying around from an electra.
It has:
[I] home:pxp@0,80000000(7)(I)> lsprop name compatible
name "pxp"
compatible "pasemi,rootbus"
"pa-pxp"
So it looks like the patch would work fine on it at least.
cheers
From: Christian Zigotzky <hidden> Date: 2018-07-31 15:34:25
Just for info: I tested it on my Nemo board today and it works.
-- Christian
On 31 July 2018 at 2:04PM, Michael Ellerman wrote:
Michael Ellerman [off-list ref] writes:
quoted
Darren Stevens [off-list ref] writes:
quoted
Pasemi arch code finds the root of the PCI-e bus by searching the
device-tree for a node called 'pxp'. But the root bus has a
compatible property of 'pasemi,rootbus' so search for that instead.
Signed-off-by: Darren Stevens <redacted>
---
This works on the Amigaone X1000, I don't know if this method of
finding the pci bus was there bcause of earlier firmwares.
Does anyone have another pasemi board they can test this on?
The last time I plugged mine in it popped the power supply and took out
power to half the office :) - I haven't had a chance to try it since.
I actually I remembered I have a device tree lying around from an electra.
It has:
[I] home:pxp@0,80000000(7)(I)> lsprop name compatible
name "pxp"
compatible "pasemi,rootbus"
"pa-pxp"
So it looks like the patch would work fine on it at least.
cheers
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-08-01 14:36:15
Christian Zigotzky [off-list ref] writes:
Just for info: I tested it on my Nemo board today and it works.
Awesome thanks.
That's probably sufficient to merge it, and if it breaks anything we can
always revert it.
cheers
On 31 July 2018 at 2:04PM, Michael Ellerman wrote:
quoted
Michael Ellerman [off-list ref] writes:
quoted
Darren Stevens [off-list ref] writes:
quoted
Pasemi arch code finds the root of the PCI-e bus by searching the
device-tree for a node called 'pxp'. But the root bus has a
compatible property of 'pasemi,rootbus' so search for that instead.
Signed-off-by: Darren Stevens <redacted>
---
This works on the Amigaone X1000, I don't know if this method of
finding the pci bus was there bcause of earlier firmwares.
Does anyone have another pasemi board they can test this on?
The last time I plugged mine in it popped the power supply and took out
power to half the office :) - I haven't had a chance to try it since.
I actually I remembered I have a device tree lying around from an electra.
It has:
[I] home:pxp@0,80000000(7)(I)> lsprop name compatible
name "pxp"
compatible "pasemi,rootbus"
"pa-pxp"
So it looks like the patch would work fine on it at least.
cheers
From: Olof Johansson <hidden> Date: 2018-08-01 16:17:39
On Wed, Aug 1, 2018 at 7:36 AM, Michael Ellerman [off-list ref] wrote:
Christian Zigotzky [off-list ref] writes:
quoted
Just for info: I tested it on my Nemo board today and it works.
Awesome thanks.
That's probably sufficient to merge it, and if it breaks anything we can
always revert it.
Should be fine, all known boards have the properties in question, and
I doubt anyone has anything but Nemo and Electra/Chitra boards out
there.
It's a virtual root bus, so all boards have it irrespective of what
PCIe is brought out.
(I should hook up my test system and get it into the CI cycle again,
maybe this fall).
Acked-by: Olof Johansson <redacted>
-Olof
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-08-03 10:21:03
Olof Johansson [off-list ref] writes:
On Wed, Aug 1, 2018 at 7:36 AM, Michael Ellerman [off-list ref] wrote:
quoted
Christian Zigotzky [off-list ref] writes:
quoted
Just for info: I tested it on my Nemo board today and it works.
Awesome thanks.
That's probably sufficient to merge it, and if it breaks anything we can
always revert it.
Should be fine, all known boards have the properties in question, and
I doubt anyone has anything but Nemo and Electra/Chitra boards out
there.
It's a virtual root bus, so all boards have it irrespective of what
PCIe is brought out.
(I should hook up my test system and get it into the CI cycle again,
maybe this fall).
Acked-by: Olof Johansson <redacted>
From: Michael Ellerman <hidden> Date: 2018-08-08 14:25:59
On Wed, 2018-07-25 at 20:55:18 UTC, Darren Stevens wrote:
Pasemi arch code finds the root of the PCI-e bus by searching the
device-tree for a node called 'pxp'. But the root bus has a
compatible property of 'pasemi,rootbus' so search for that instead.
Signed-off-by: Darren Stevens <redacted>
Acked-by: Olof Johansson <redacted>