Re: [edk2] [PATCH v1 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Achin Gupta Sent: Wednesday, April 25, 2018 9:50 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 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode.

2018-05-04 Thread Supreeth Venkatesh
My response inline. -Original Message- From: Yao, Jiewen Sent: Thursday, April 26, 2018 8:04 AM To: Achin Gupta ; Supreeth Venkatesh Cc: edk2-devel@lists.01.org; Kinney, Michael D ; Gao,

Re: [edk2] [PATCH v1 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode.

2018-04-26 Thread Yao, Jiewen
Maybe we can use same layout as MmMemLib. It seems only HobConstructor() is Arm specific. Other functions are quite generic. Thank you > -Original Message- > From: Achin Gupta [mailto:achin.gu...@arm.com] > Sent: Wednesday, April 25, 2018 7:50 AM > To: Supreeth Venkatesh

Re: [edk2] [PATCH v1 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode.

2018-04-25 Thread Achin Gupta
Hi Supreeth, On Fri, Apr 06, 2018 at 03:42:15PM +0100, Supreeth Venkatesh wrote: > The Standalone MM environment is initialized during the SEC phase on ARM > Standard Platforms. The MM Core driver implements an entry point module > which is architecture specific and runs prior to the generic core