meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
To: <meta-virtualization@lists.yoctoproject.org>,
	<bruce.ashfield@gmail.com>, <christopher.w.clark@gmail.com>,
	<mark.hatle@kernel.crashing.org>
Subject: [meta-virtualization][master][PATCH 0/2] Add Xen dt and u-boot script support
Date: Thu, 27 Jul 2023 17:22:27 -0600	[thread overview]
Message-ID: <20230727232229.3784426-1-sandeep.gundlupet-raju@amd.com> (raw)

Add Xen dt and u-boot script support for AMD ZynqMP and Versal devices.

User can enable xen u-boot script by adding below variable from
configuration file as shown below.

BOOTMODE = "xen"

This u-boot script also supports to configure below Xen params from
configuration file.

params          variable assignment
------          -------------------
duart           XEN_SERIAL_CONSOLES = "serial0"
dom0_mem        DOM0_MEM = "1500M"
dom0_max_vcpus  DOM0_MAX_VCPUS = "1"
extra params    XEN_CMDLINE_APPEND = "loglvl=all"

Sandeep Gundlupet Raju (2):
  recipes-bsp: Add device-tree files for Xen support
  recipes-bsp: Add u-boot-xlnx scripts for Xen support

 .../device-tree/device-tree.bbappend          |  19 +++
 .../files/versal-net-xen-qemu.dtsi            |   2 +
 .../device-tree/files/versal-net-xen.dtsi     |  67 ++++++++++
 .../device-tree/files/versal-xen-qemu.dtsi    |   2 +
 .../device-tree/files/versal-xen.dtsi         |  59 +++++++++
 .../device-tree/files/zynqmp-xen-qemu.dtsi    |  16 +++
 .../device-tree/files/zynqmp-xen.dtsi         | 123 ++++++++++++++++++
 .../u-boot/u-boot-xlnx-scr.bbappend           |   2 +
 .../u-boot/u-boot-xlnx-scr/boot.cmd.xen       |  80 ++++++++++++
 .../recipes-bsp/u-boot/xen-boot-cmd.inc       |  38 ++++++
 10 files changed, 408 insertions(+)
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/device-tree.bbappend
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen-qemu.dtsi
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-xen-qemu.dtsi
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-xen.dtsi
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen.dtsi
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/u-boot/u-boot-xlnx-scr.bbappend
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/u-boot/u-boot-xlnx-scr/boot.cmd.xen
 create mode 100644 dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc

-- 
2.34.1



             reply	other threads:[~2023-07-27 23:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 23:22 Sandeep Gundlupet Raju [this message]
2023-07-27 23:22 ` [meta-virtualization][master][PATCH 1/2] recipes-bsp: Add device-tree files for Xen support Sandeep Gundlupet Raju
2023-07-27 23:22 ` [meta-virtualization][master][PATCH 2/2] recipes-bsp: Add u-boot-xlnx scripts " Sandeep Gundlupet Raju
2023-07-28  0:10 ` [meta-virtualization][master][PATCH 0/2] Add Xen dt and u-boot script support Christopher Clark
2023-07-28  0:38   ` Gundlupet Raju, Sandeep
2023-07-28  6:06     ` Christopher Clark
2023-07-28 12:52       ` Bruce Ashfield
2023-07-31 18:20         ` Christopher Clark
2023-08-01 18:33           ` Bruce Ashfield
2023-08-08 17:48             ` Gundlupet Raju, Sandeep
2023-08-08 18:01               ` Bruce Ashfield
2023-08-08 18:37                 ` Gundlupet Raju, Sandeep

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230727232229.3784426-1-sandeep.gundlupet-raju@amd.com \
    --to=sandeep.gundlupet-raju@amd.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=christopher.w.clark@gmail.com \
    --cc=mark.hatle@kernel.crashing.org \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).