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

jiamei.xie posted 2 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
README.md                | 21 ++++++++++++++++++
scripts/uboot-script-gen | 46 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
[ImageBuilder][PATCH v3 0/2] uboot-script-gen: Add support for static heap and shared memory
Posted by jiamei.xie 1 year, 1 month ago
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(+)

-- 
2.25.1