xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "jiamei.xie" <jiamei.xie@arm.com>
To: xen-devel@lists.xenproject.org
Cc: wei.chen@arm.com, jiamei.xie@arm.com, sstabellini@kernel.org
Subject: [ImageBuilder][PATCH v2 0/2] uboot-script-gen: Add support for static heap and shared memory
Date: Thu, 16 Mar 2023 09:09:19 +0000	[thread overview]
Message-ID: <20230316090921.338472-1-jiamei.xie@arm.com> (raw)

This patch series is to enable to set the device tree for static heap and static
shared memory by uboot-script-gen

Changes from v1:
 - Rename STATIC_HEAP to XEN_STATIC_HEAP and move it right after
   XEN_CMD documentation.
 - Rather than two separate properties and just use one like follows:
   Change
     DOMU_SHARED_MEM[0]="0x50000000 0x6000000 0x10000000"
     DOMU_SHARED_MEM_ID[0]="my-shared-mem-0"
   to
     DOMU_SHARED_MEM[0]="my-shared-mem-0 0x50000000 0x6000000 0x10000000"
- Use split_value function instead of opencoding it.

jiamei Xie (1):
  uboot-script-gen: Add XEN_STATIC_HEAP

jiamei.xie (1):
  uboot-script-gen: add support for static shared memory

 README.md                | 21 ++++++++++++++++++
 scripts/uboot-script-gen | 47 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

-- 
2.25.1



             reply	other threads:[~2023-03-16  9:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16  9:09 jiamei.xie [this message]
2023-03-16  9:09 ` [ImageBuilder][PATCH v2 1/2] uboot-script-gen: Add XEN_STATIC_HEAP jiamei.xie
2023-03-16  9:15   ` Michal Orzel
2023-03-17  1:05     ` Stefano Stabellini
2023-03-16  9:09 ` [ImageBuilder][PATCH v2 2/2] uboot-script-gen: add support for static shared memory jiamei.xie
2023-03-17  1:12   ` Stefano Stabellini

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=20230316090921.338472-1-jiamei.xie@arm.com \
    --to=jiamei.xie@arm.com \
    --cc=sstabellini@kernel.org \
    --cc=wei.chen@arm.com \
    --cc=xen-devel@lists.xenproject.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 NNTP newsgroup(s).