Re: [U-Boot] [PATCH v3 1/2] pci: Configure expansion ROM during auto config process

2015-07-13 Thread Simon Glass
On 10 July 2015 at 06:46, Simon Glass wrote: > On 7 July 2015 at 23:06, Bin Meng wrote: >> Currently PCI expansion ROM address is assigned by a call to >> pciauto_setup_rom() outside of the pci auto config process. >> This does not work when expansion ROM is on a device behind >> PCI bridge where

Re: [U-Boot] [PATCH v3 1/2] pci: Configure expansion ROM during auto config process

2015-07-10 Thread Simon Glass
On 7 July 2015 at 23:06, Bin Meng wrote: > Currently PCI expansion ROM address is assigned by a call to > pciauto_setup_rom() outside of the pci auto config process. > This does not work when expansion ROM is on a device behind > PCI bridge where bridge's memory limit register was already > progra

[U-Boot] [PATCH v3 1/2] pci: Configure expansion ROM during auto config process

2015-07-07 Thread Bin Meng
Currently PCI expansion ROM address is assigned by a call to pciauto_setup_rom() outside of the pci auto config process. This does not work when expansion ROM is on a device behind PCI bridge where bridge's memory limit register was already programmed to a value that does not cover the newly assign