xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [ImageBuilder][PATCH v2 0/2] uboot-script-gen: Add support for static heap and shared memory
@ 2023-03-16  9:09 jiamei.xie
  2023-03-16  9:09 ` [ImageBuilder][PATCH v2 1/2] uboot-script-gen: Add XEN_STATIC_HEAP jiamei.xie
  2023-03-16  9:09 ` [ImageBuilder][PATCH v2 2/2] uboot-script-gen: add support for static shared memory jiamei.xie
  0 siblings, 2 replies; 6+ messages in thread
From: jiamei.xie @ 2023-03-16  9:09 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.chen, jiamei.xie, sstabellini

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-17  1:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16  9:09 [ImageBuilder][PATCH v2 0/2] uboot-script-gen: Add support for static heap and shared memory jiamei.xie
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

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).