[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ImageBuilder][PATCH v2 0/2] uboot-script-gen: Add support for static heap and shared memory
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |