]> git.ipfire.org Git - thirdparty/u-boot.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)
commit3839b4e8b7dee02c13bd20237dc84b5022e8bdd4
tree6ca816b8dd3132079954d3856342aacf148cc5aa
parentdee4d752be4cbad2216f9285470588004c5d154e
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