Re: [U-Boot] [PATCH 034/126] serial: ns16550: Add a PCI device/function field

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 9:12 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > When this UART is used early in boot (before PCI is set up) it is > > convenient to store the PCI BDF of the UART so that it can be manually > > configured. This is useful when it is

Re: [U-Boot] [PATCH 034/126] serial: ns16550: Add a PCI device/function field

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > When this UART is used early in boot (before PCI is set up) it is > convenient to store the PCI BDF of the UART so that it can be manually > configured. This is useful when it is used as a debug UART, for example. > > Add a new field to hold

[U-Boot] [PATCH 034/126] serial: ns16550: Add a PCI device/function field

2019-09-25 Thread Simon Glass
When this UART is used early in boot (before PCI is set up) it is convenient to store the PCI BDF of the UART so that it can be manually configured. This is useful when it is used as a debug UART, for example. Add a new field to hold this information, so that drivers can simply use the existing