Re: [U-Boot] [PATCH 029/126] pci: Disable autoconfig in SPL

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 1:03 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present U-Boot runs autoconfig in SPL but this is best left to U-Boot > > proper. For TPL and SPL we can normally used fixed BARs and save code size > > and time. > > > > Signed-off-b

Re: [U-Boot] [PATCH 029/126] pci: Disable autoconfig in SPL

2019-10-04 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present U-Boot runs autoconfig in SPL but this is best left to U-Boot > proper. For TPL and SPL we can normally used fixed BARs and save code size > and time. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci-uclass.c | 2 +- > 1