From a70e90a4a150a5b86cfeac6c0d7b0321e1d97469 Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Mon, 9 Mar 2026 08:55:48 +1000 Subject: [PATCH 1/2] README: bump the sub headings for the prerequisites and building section The Prerequisites and Building sub headings were at level H1, so bump to H2. On a readme page it is not noticeable but when integrating this readme to openamp-docs repository, the sub headings were incorrectly rendered as main headings in the table of contents. Signed-off-by: Sipke Vriend --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eb2beb..bc09f33 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Notes: More information on Hypervisorless virtio is available here: https://www.openampproject.org/news/hypervisorless-virtio-blog/ -# Prerequisites +## Prerequisites ### Host tools: @@ -39,7 +39,7 @@ Download ZCU102 BSP v2020.2 from https://www.xilinx.com/member/forms/download/xe Update the XLNX_COMMON_PACKAGE and XLNX_ZCU102_BSP paths in build.sh -# Building hypervisorless virtio artifacts for ZCU102 +## Building hypervisorless virtio artifacts for ZCU102 ``` env HVL_WORKSPACE=/home/dan/workspaces/hvlws bash build.sh From d3c6321d9df4af2b61889a36489ed44cfe76db92 Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Mon, 16 Mar 2026 13:44:02 +1000 Subject: [PATCH 2/2] readme: add supported boards section and label A reference to boards was missing, so add a new section with zcu102 at least so remove the sphinx build warning. WARNING: undefined label: 'boards' [ref.ref] Signed-off-by: Sipke Vriend --- zephyr_r5/hello_r5/README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/zephyr_r5/hello_r5/README.rst b/zephyr_r5/hello_r5/README.rst index ce5423d..2e746c1 100644 --- a/zephyr_r5/hello_r5/README.rst +++ b/zephyr_r5/hello_r5/README.rst @@ -6,7 +6,7 @@ Hello World Overview ******** -A simple sample that can be used with any :ref:`supported board ` and +A simple sample that can be used with any :ref:`supported board ` and prints "Hello World" to the console. Building and Running @@ -31,3 +31,13 @@ Sample Output Hello World! x86 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`. + + +.. _virtio_board_support: + + +Supported Boards +================ + +* AMD `ZCU102 Evaluation Board `_ +* `QEMU `_ ZCU102 Virtual Machine in the :ref:`Docker Images References`