On 16/03/2023 10:09, jiamei.xie wrote:
>
>
> From: jiamei Xie <jiamei....@arm.com>
>
> Add a new config parameter to configure Xen static heap.
> XEN_STATIC_HEAP="baseaddr1 size1 ... baseaddrN sizeN"
> if specified, indicates the host physical address regions
> [baseaddr, baseaddr + size) to be reserved as Xen static heap.
>
> For instance, XEN_STATIC_HEAP="0x50000000 0x30000000", if specified,
> indicates the host memory region starting from paddr 0x50000000
> with a size of 0x30000000 to be reserved as static heap.
>
> Signed-off-by: jiamei Xie <jiamei....@arm.com>
Reviewed-by: Michal Orzel <michal.or...@amd.com>
~Michal