mbox series

[v1,0/1] hw/arm: versal: Setup the ADMA with 128bit bus-width

Message ID 20200417153800.27399-1-edgar.iglesias@gmail.com (mailing list archive)
Headers show
Series hw/arm: versal: Setup the ADMA with 128bit bus-width | expand

Message

Edgar E. Iglesias April 17, 2020, 3:37 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

Running more testcases on the upstream models I noticed that the
ADMA was not setup for 128bit bus-width causing some tests to
fail. This fixes that.

Cheers,
Edgar

Edgar E. Iglesias (1):
  hw/arm: versal: Setup the ADMA with 128bit bus-width

 hw/arm/xlnx-versal.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Maydell April 20, 2020, 9:02 a.m. UTC | #1
On Fri, 17 Apr 2020 at 16:38, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> Running more testcases on the upstream models I noticed that the
> ADMA was not setup for 128bit bus-width causing some tests to
> fail. This fixes that.
>
> Cheers,
> Edgar
>
> Edgar E. Iglesias (1):
>   hw/arm: versal: Setup the ADMA with 128bit bus-width



Applied to target-arm.next for 5.1, thanks.

-- PMM