Re: [PATCH v6 0/4] Introduce static heap

2022-09-08 Thread Julien Grall
Hi Henry, On 08/09/2022 12:09, Henry Wang wrote: The static heap, or statically configured heap, refers to parts of RAM reserved in the beginning for heap. Like the static memory allocation, such static heap regions are reserved by configuration in the device tree using physical address ranges.

[PATCH v6 0/4] Introduce static heap

2022-09-08 Thread Henry Wang
The static heap, or statically configured heap, refers to parts of RAM reserved in the beginning for heap. Like the static memory allocation, such static heap regions are reserved by configuration in the device tree using physical address ranges. This feature is useful to run Xen on Arm MPU system