]> git.baikalelectronics.ru Git - uboot.git/commit
test: dm: pci: Add tests for configuration space access
authorBin Meng <bmeng.cn@gmail.com>
Fri, 3 Aug 2018 08:14:42 +0000 (01:14 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Aug 2018 11:49:31 +0000 (12:49 +0100)
commit5e41956d4c31868b9b86fe857cc19898642c31ed
tree6ca816b8dd3132079954d3856342aacf148cc5aa
parent41dfba861c8b9bd41bfd6a203be6713e3ec70c95
test: dm: pci: Add tests for configuration space access

So far we missed the testing for PCI configuration space access.
This adds tests for it, as well as removing some redundant asserts.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/pci.c