Re: [edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-17 Thread Ming Huang
On 6/16/21 10:10 PM, Ard Biesheuvel wrote: > On Wed, 16 Jun 2021 at 07:30, Omkar Kulkarni wrote: >> >> >> On 6/10/21 6:44 AM, Ming Huang via groups.io wrote: >>> On 6/9/21 3:10 PM, Ard Biesheuvel wrote: On Tue, 8 Jun 2021 at 16:21, Ming Huang >>> wrote: > > TF-A:

Re: [edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-16 Thread Ard Biesheuvel
On Wed, 16 Jun 2021 at 07:30, Omkar Kulkarni wrote: > > > On 6/10/21 6:44 AM, Ming Huang via groups.io wrote: > > On 6/9/21 3:10 PM, Ard Biesheuvel wrote: > > > On Tue, 8 Jun 2021 at 16:21, Ming Huang > > wrote: > > >> > > >> TF-A: TrustedFirmware-a > > >> SPM: Secure Partition Manager(MM) > >

Re: [edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-15 Thread Omkar Anand Kulkarni
On 6/10/21 6:44 AM, Ming Huang via groups.io wrote: > On 6/9/21 3:10 PM, Ard Biesheuvel wrote: > > On Tue, 8 Jun 2021 at 16:21, Ming Huang > wrote: > >> > >> TF-A: TrustedFirmware-a > >> SPM: Secure Partition Manager(MM) > >> > >> For AArch64, when SPM enable in TF-A, TF-A may communicate to MM

Re: [edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-09 Thread Ming Huang
On 6/9/21 3:10 PM, Ard Biesheuvel wrote: > On Tue, 8 Jun 2021 at 16:21, Ming Huang wrote: >> >> TF-A: TrustedFirmware-a >> SPM: Secure Partition Manager(MM) >> >> For AArch64, when SPM enable in TF-A, TF-A may communicate to MM >> with buffer address (PLAT_SPM_BUF_BASE). The address is

Re: [edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-09 Thread Ard Biesheuvel
On Tue, 8 Jun 2021 at 16:21, Ming Huang wrote: > > TF-A: TrustedFirmware-a > SPM: Secure Partition Manager(MM) > > For AArch64, when SPM enable in TF-A, TF-A may communicate to MM > with buffer address (PLAT_SPM_BUF_BASE). The address is different > from PcdMmBufferBase which use in edk2. Then

[edk2-devel] [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue

2021-06-08 Thread Ming Huang
TF-A: TrustedFirmware-a SPM: Secure Partition Manager(MM) For AArch64, when SPM enable in TF-A, TF-A may communicate to MM with buffer address (PLAT_SPM_BUF_BASE). The address is different from PcdMmBufferBase which use in edk2. Checking address will let TF-A communicate failed to MM. So remove