Inherit U-boot's pcie config

View: New views
2 Messages — Rating Filter:   Alert me  

Inherit U-boot's pcie config

by dbrazeau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have U-boot setting up my pcie config the way i like.  I was wondering if there was some way to make linux inherit the bootloader/bios pcie config.  Currently when Linux boots it wipes out all the configuration that is done in U-boot.  I have tried using the kernel command pci=bios, but that doesn't seem work.  Is there any other kernel command line argument or kernel configuration that I can use to do this?

Re: Inherit U-boot's pcie config

by dbrazeau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have tried pci=firmware as well, but kernel says " PCI: Unknown option `firmware' ".  I have also tried setting the PPC_PCI_PROBE_ONLY flag on ppc_pci_flags with no luck.

dbrazeau wrote:
I have U-boot setting up my pcie config the way i like.  I was wondering if there was some way to make linux inherit the bootloader/bios pcie config.  Currently when Linux boots it wipes out all the configuration that is done in U-boot.  I have tried using the kernel command pci=bios, but that doesn't seem work.  Is there any other kernel command line argument or kernel configuration that I can use to do this?