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

Edgar E. Iglesias posted 1 patch 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200803164749.301971-1-edgar.iglesias@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>
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
[PATCH v1 0/1] docs/system/arm: Document the Xilinx Versal Virt board
Posted by Edgar E. Iglesias 3 years, 8 months ago
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

-- 
2.25.1


Re: [PATCH v1 0/1] docs/system/arm: Document the Xilinx Versal Virt board
Posted by Peter Maydell 3 years, 8 months ago
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