Re: [U-Boot] [PATCH v3 036/108] pci: Add support for p2sb uclass

2019-11-21 Thread Simon Glass
Hi Bin, On Mon, 4 Nov 2019 at 00:23, Bin Meng wrote: > > Hi Simon, > > On Mon, Oct 21, 2019 at 11:40 AM 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

Re: [U-Boot] [PATCH v3 036/108] pci: Add support for p2sb uclass

2019-11-04 Thread Bin Meng
Hi Simon, On Mon, Oct 21, 2019 at 11:40 AM 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 v3 036/108] pci: Add support for p2sb uclass

2019-10-20 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 as