Re: [edk2] [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-05-04 Thread Supreeth Venkatesh
...@arm.com> Cc: ard.biesheu...@linaro.org; edk2-devel@lists.01.org; leif.lindh...@linaro.org; Gao, Liming <liming@intel.com>; Kinney, Michael D <michael.d.kin...@intel.com>; nd <n...@arm.com> Subject: RE: [edk2] [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add

Re: [edk2] [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 25, 2018 9:34 AM To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org; michael.d.kin...@intel.com; liming@intel.com; jiewen@intel.com; leif.lindh...@linaro.org;

Re: [edk2] [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-04-26 Thread Yao, Jiewen
reeth Venkatesh <supreeth.venkat...@arm.com> > Cc: ard.biesheu...@linaro.org; edk2-devel@lists.01.org; > leif.lindh...@linaro.org; Yao, Jiewen <jiewen@intel.com>; Gao, Liming > <liming@intel.com>; Kinney, Michael D <michael.d.kin...@intel.com>; > n...@arm.com >

Re: [edk2] [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.

2018-04-25 Thread Achin Gupta
Hi Supreeth, On Fri, Apr 06, 2018 at 03:42:14PM +0100, Supreeth Venkatesh wrote: > This patch implements management mode memory allocation services.The > implementation borrows the MM Core Memory Allocation services as the > primitive for memory allocation instead of using MM System Table >