commit | 21ebbafde8dbbc5903a302ba0c126ff2ac1423c8 | [log] [tgz] |
---|---|---|
author | Alex Marginean <alexm.osslist@gmail.com> | Fri Jun 07 11:24:24 2019 +0300 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 7619308eb2da99597e30de33845f4df4288c5d54 | |
parent | 0b143d8ab2b84219552d652e46619360a38888d1 [diff] |
test: dm: Add a test for PCI Enhanced Allocation This test is built on top of the existing swap_case driver. It adds EA capability structure support to swap_case and uses that to map BARs. BAR1 works as it used to, swapping upper/lower case. BARs 2,4 map to a couple of magic values. Signed-off-by: Alex Marginean <alexm.osslist@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>