Re: [U-Boot] [PATCH v5 097/101] x86: apl: Add P2SB driver

2019-12-01 Thread Bin Meng
On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > Adds a driver for the Apollo Lake Primary-to-sideband bus. This supports > various child devices. It supposed both device tree and of-platdata. > > Signed-off-by: Simon Glass > --- > > Changes in v5: None > Changes in v4: > - Detect zero

[U-Boot] [PATCH v5 097/101] x86: apl: Add P2SB driver

2019-11-24 Thread Simon Glass
Adds a driver for the Apollo Lake Primary-to-sideband bus. This supports various child devices. It supposed both device tree and of-platdata. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Detect zero mmio address - Use BIT() macro bit more - apollolake -> Apollo Lake