Re: [U-Boot] [PATCH v2 10/21] test: dm: pci: Add tests for configuration space access

2018-08-02 Thread Bin Meng
Hi Simon, On Fri, Aug 3, 2018 at 4:38 AM, Simon Glass wrote: > Hi Bin, > > On 29 July 2018 at 07:37, Bin Meng wrote: >> So far we missed the testing for PCI configuration space access. > > You are also removing some asserts, but I suppose they are rendundant. > Correct. >> >> Signed-off-by: Bi

Re: [U-Boot] [PATCH v2 10/21] test: dm: pci: Add tests for configuration space access

2018-08-02 Thread Simon Glass
Hi Bin, On 29 July 2018 at 07:37, Bin Meng wrote: > So far we missed the testing for PCI configuration space access. You are also removing some asserts, but I suppose they are rendundant. > > Signed-off-by: Bin Meng > --- > > Changes in v2: None > > test/dm/pci.c | 24 +++-

[U-Boot] [PATCH v2 10/21] test: dm: pci: Add tests for configuration space access

2018-07-29 Thread Bin Meng
So far we missed the testing for PCI configuration space access. Signed-off-by: Bin Meng --- Changes in v2: None test/dm/pci.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/test/dm/pci.c b/test/dm/pci.c index 727ec34..089b72e 100644 --- a/test/dm