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

2019-06-06 Thread Alexandru Marginean
Hi Bin, On 6/5/2019 1:05 PM, Bin Meng wrote: > Hi Alex, > > On Tue, Jun 4, 2019 at 8:46 PM 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,

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

2019-06-06 Thread Bin Meng
Hi Alex, On Thu, Jun 6, 2019 at 3:38 PM Alexandru Marginean wrote: > > Hi Bin, > > On 6/5/2019 1:05 PM, Bin Meng wrote: > > Hi Alex, > > > > On Tue, Jun 4, 2019 at 8:46 PM Alex Marginean > > wrote: > >> > >> This test is built on top of the existing swap_case driver. It adds EA > >>

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

2019-06-05 Thread Bin Meng
Hi Alex, On Tue, Jun 4, 2019 at 8:46 PM 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

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

2019-06-04 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 --- Changes in v2: -