Re: [U-Boot] [PATCH 3/4 v3] test: dm: Add a test for PCI Enhanced Allocation

2019-06-28 Thread Simon Glass
On Fri, 7 Jun 2019 at 02:24, Alex Marginean wrote: > > 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.

[U-Boot] [PATCH 3/4 v3] test: dm: Add a test for PCI Enhanced Allocation

2019-06-07 Thread Alex Marginean
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 Reviewed-by: Bin Meng