Re: [U-Boot] [PATCH 074/126] pci: Add support for p2sb uclass

2019-10-12 Thread Simon Glass
Hi Bin, On Fri, 11 Oct 2019 at 21:37, Simon Glass wrote: > > Hi Bin, > > On Wed, 9 Oct 2019 at 22:57, Bin Meng wrote: > > > > Hi Simon, > > > > On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > > > > > The Primary-to-Sideband bus (P2SB) is used to access various peripherals > > > through

Re: [U-Boot] [PATCH 074/126] pci: Add support for p2sb uclass

2019-10-11 Thread Simon Glass
Hi Bin, On Wed, 9 Oct 2019 at 22:57, Bin Meng wrote: > > Hi Simon, > > On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > > > The Primary-to-Sideband bus (P2SB) is used to access various peripherals > > through memory-mapped I/O in a large chunk of PCI space. The space is > > segmented

Re: [U-Boot] [PATCH 074/126] pci: Add support for p2sb uclass

2019-10-09 Thread Bin Meng
Hi Simon, On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > The Primary-to-Sideband bus (P2SB) is used to access various peripherals > through memory-mapped I/O in a large chunk of PCI space. The space is > segmented into different channels and peripherals are accessed by > device-specific

[U-Boot] [PATCH 074/126] pci: Add support for p2sb uclass

2019-09-25 Thread Simon Glass
The Primary-to-Sideband bus (P2SB) is used to access various peripherals through memory-mapped I/O in a large chunk of PCI space. The space is segmented into different channels and peripherals are accessed by device-specific means within those channels. Devices should be added in the device tree