mbox series

[ImageBuilder,v3,0/2] uboot-script-gen: Add support for static heap and shared memory

Message ID 20230320062718.365896-1-jiamei.xie@arm.com (mailing list archive)
Headers show
Series uboot-script-gen: Add support for static heap and shared memory | expand

Message

Jiamei Xie March 20, 2023, 6:27 a.m. UTC
Hi all,
This patch series is to enable to set the device tree for static heap and static
shared memory by uboot-script-gen

Changes from v2:
 - Remove "domid" parameter
 - Use lower capital letters for local variables
 - add Reviewed-by and Acked-by in XEN_STATIC_HEAP commit message 
Changes from v1:
 - 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 | 46 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)