Re: [PATCH v6 024/102] sandbox: Add PCI driver and test for p2sb

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:47 PM Simon Glass wrote: > > Add a sandbox driver and PCI-device emulator for p2sb. Also add a test > which uses a simple 'adder' driver to test the p2sb functionality. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: > - Correct a few unr

[PATCH v6 024/102] sandbox: Add PCI driver and test for p2sb

2019-12-06 Thread Simon Glass
Add a sandbox driver and PCI-device emulator for p2sb. Also add a test which uses a simple 'adder' driver to test the p2sb functionality. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: - Correct a few unrelated defconfig changes - Drop unwanted debug printf() Changes in v5