* Re: [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg
[not found] <16AE290587EE8997.7161@groups.io>
@ 2021-11-01 14:19 ` Ming Huang
2021-11-05 10:51 ` Sami Mujawar
0 siblings, 1 reply; 3+ messages in thread
From: Ming Huang @ 2021-11-01 14:19 UTC (permalink / raw)
To: devel, sami.mujawar, ardb+tianocore, jiewen.yao,
supreeth.venkatesh
Cc: ming.huang-
Hi,
Any comments about this series?
On 10/15/21 5:06 PM, Ming Huang wrote:
> Fix issues in StandaloneMmPkg for supporting communicate from
> TF-A with secure buffer.
>
> Ming Huang (3):
> StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field
> StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR
> StandaloneMmPkg: Fix check buffer address failed issue from TF-A
>
> .../Drivers/StandaloneMmCpu/EventHandle.c | 76 +++++++++++++++----
> .../Drivers/StandaloneMmCpu/StandaloneMmCpu.c | 33 ++++++--
> .../Drivers/StandaloneMmCpu/StandaloneMmCpu.h | 1 +
> .../Library/Arm/StandaloneMmCoreEntryPoint.h | 2 +-
> .../Arm/CreateHobList.c | 2 +-
> .../Arm/StandaloneMmCoreEntryPoint.c | 2 +-
> 6 files changed, 91 insertions(+), 25 deletions(-)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg
2021-11-01 14:19 ` [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg Ming Huang
@ 2021-11-05 10:51 ` Sami Mujawar
2021-12-06 1:20 ` Ming Huang
0 siblings, 1 reply; 3+ messages in thread
From: Sami Mujawar @ 2021-11-05 10:51 UTC (permalink / raw)
To: Ming Huang, devel@edk2.groups.io, ardb+tianocore@kernel.org,
jiewen.yao@intel.com, Supreeth Venkatesh
Cc: ming.huang-@outlook.com, nd
Hi Ming,
Apologies for the delay. I will look at this patch series next week.
Regards,
Sami Mujawar
On 01/11/2021, 14:19, "Ming Huang" <huangming@linux.alibaba.com> wrote:
Hi,
Any comments about this series?
On 10/15/21 5:06 PM, Ming Huang wrote:
> Fix issues in StandaloneMmPkg for supporting communicate from
> TF-A with secure buffer.
>
> Ming Huang (3):
> StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field
> StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR
> StandaloneMmPkg: Fix check buffer address failed issue from TF-A
>
> .../Drivers/StandaloneMmCpu/EventHandle.c | 76 +++++++++++++++----
> .../Drivers/StandaloneMmCpu/StandaloneMmCpu.c | 33 ++++++--
> .../Drivers/StandaloneMmCpu/StandaloneMmCpu.h | 1 +
> .../Library/Arm/StandaloneMmCoreEntryPoint.h | 2 +-
> .../Arm/CreateHobList.c | 2 +-
> .../Arm/StandaloneMmCoreEntryPoint.c | 2 +-
> 6 files changed, 91 insertions(+), 25 deletions(-)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg
2021-11-05 10:51 ` Sami Mujawar
@ 2021-12-06 1:20 ` Ming Huang
0 siblings, 0 replies; 3+ messages in thread
From: Ming Huang @ 2021-12-06 1:20 UTC (permalink / raw)
To: Sami Mujawar, Ming Huang, devel@edk2.groups.io,
ardb+tianocore@kernel.org, jiewen.yao@intel.com,
Supreeth Venkatesh
Cc: nd
[-- Attachment #1: Type: text/plain, Size: 1212 bytes --]
Hi Sami,
Any comments about this series?
Thanks,
Ming
On 11/5/21 6:51 PM, Sami Mujawar wrote:
> Hi Ming,
>
> Apologies for the delay. I will look at this patch series next week.
>
> Regards,
>
> Sami Mujawar
>
> On 01/11/2021, 14:19, "Ming Huang" <huangming@linux.alibaba.com> wrote:
>
> Hi,
>
> Any comments about this series?
>
> On 10/15/21 5:06 PM, Ming Huang wrote:
> > Fix issues in StandaloneMmPkg for supporting communicate from
> > TF-A with secure buffer.
> >
> > Ming Huang (3):
> > StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field
> > StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR
> > StandaloneMmPkg: Fix check buffer address failed issue from TF-A
> >
> > .../Drivers/StandaloneMmCpu/EventHandle.c | 76 +++++++++++++++----
> > .../Drivers/StandaloneMmCpu/StandaloneMmCpu.c | 33 ++++++--
> > .../Drivers/StandaloneMmCpu/StandaloneMmCpu.h | 1 +
> > .../Library/Arm/StandaloneMmCoreEntryPoint.h | 2 +-
> > .../Arm/CreateHobList.c | 2 +-
> > .../Arm/StandaloneMmCoreEntryPoint.c | 2 +-
> > 6 files changed, 91 insertions(+), 25 deletions(-)
> >
>
[-- Attachment #2: Type: text/html, Size: 1694 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-06 1:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <16AE290587EE8997.7161@groups.io>
2021-11-01 14:19 ` [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg Ming Huang
2021-11-05 10:51 ` Sami Mujawar
2021-12-06 1:20 ` Ming Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox