mbox series

[v1,0/1] docs/system/arm: Document the Xilinx Versal Virt board

Message ID 20200803164749.301971-1-edgar.iglesias@gmail.com
Headers show
Series docs/system/arm: Document the Xilinx Versal Virt board | expand

Message

Edgar E. Iglesias Aug. 3, 2020, 4:47 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

Hi,

This adds some basic documentation for the Xilinx Versal Virt board,
including a few command-line examples on how to run ARM Trusterd Firmware,
U-boot, Xen and Linux.

If this looks OK I'll send similar basic documentation for the ZynqMP and
Zynq.

Best regards,
Edgar

Edgar E. Iglesias (1):
  docs/system/arm: Document the Xilinx Versal Virt board

 docs/system/arm/xlnx-versal-virt.rst | 176 +++++++++++++++++++++++++++
 docs/system/target-arm.rst           |   1 +
 MAINTAINERS                          |   3 +-
 3 files changed, 179 insertions(+), 1 deletion(-)
 create mode 100644 docs/system/arm/xlnx-versal-virt.rst

Comments

Peter Maydell Aug. 6, 2020, 1:04 p.m. UTC | #1
On Mon, 3 Aug 2020 at 17:47, Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> Hi,
>
> This adds some basic documentation for the Xilinx Versal Virt board,
> including a few command-line examples on how to run ARM Trusterd Firmware,
> U-boot, Xen and Linux.
>
> If this looks OK I'll send similar basic documentation for the ZynqMP and
> Zynq.

Looks good to me; applied to target-arm.next for 5.2.

thanks
-- PMM