RE: [ImageBuilder][PATCH 1/2] uboot-script-gen: Add support for static heap

2023-03-02 Thread Jiamei Xie
Hi Stefano and Michal, > -Original Message- > From: Stefano Stabellini > Sent: Friday, March 3, 2023 7:42 AM > To: Michal Orzel > Cc: Jiamei Xie ; xen-devel@lists.xenproject.org; Wei > Chen ; sstabell...@kernel.org > Subject: Re: [ImageBuilder][PATCH 1/2] uboot-sc

Re: [ImageBuilder][PATCH 1/2] uboot-script-gen: Add support for static heap

2023-03-02 Thread Stefano Stabellini
On Thu, 2 Mar 2023, Michal Orzel wrote: > Hi Jiamei, > > Patch looks good apart from minor comments down below. Just wanted to add that the patch looks OK to me too and don't have any further comments beyond the ones Michal's already made > On 02/03/2023 05:46, jiamei.xie wrote: > > > > > > F

Re: [ImageBuilder][PATCH 1/2] uboot-script-gen: Add support for static heap

2023-03-02 Thread Michal Orzel
Hi Jiamei, Patch looks good apart from minor comments down below. On 02/03/2023 05:46, jiamei.xie wrote: > > > From: jiamei Xie > > Add a new config parameter to configure static heap. > STATIC_HEAP="baseaddr1 size1 ... baseaddrN sizeN" > if specified, indicates the host physical address regi

[ImageBuilder][PATCH 1/2] uboot-script-gen: Add support for static heap

2023-03-01 Thread jiamei.xie
From: jiamei Xie Add a new config parameter to configure static heap. STATIC_HEAP="baseaddr1 size1 ... baseaddrN sizeN" if specified, indicates the host physical address regions [baseaddr, baseaddr + size) to be reserved as static heap. For instance, STATIC_HEAP="0x5000 0x3000", if speci