Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-23 Thread Ard Biesheuvel
intel.com>; edk2-devel@lists.01.org; Leif >> Lindholm <leif.lindh...@linaro.org> >> Subject: Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack >> before entering PEI core >> >> On 10/20/17 18:52, Ard Biesheuvel wrote: >> > On 20 Octobe

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-23 Thread Gao, Liming
: Gao, Liming <liming@intel.com>; edk2-devel@lists.01.org; Leif > Lindholm <leif.lindh...@linaro.org> > Subject: Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack > before entering PEI core > > On 10/20/17 18:52, Ard Biesheuvel wrote: > > On 20

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Laszlo Ersek
On 10/20/17 18:52, Ard Biesheuvel wrote: > On 20 October 2017 at 17:51, Laszlo Ersek wrote: >> On 10/20/17 18:39, Ard Biesheuvel wrote: >>> On 20 October 2017 at 17:37, Gao, Liming wrote: Ard: This case is to share the same value between

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Ard Biesheuvel
On 20 October 2017 at 17:51, Laszlo Ersek wrote: > On 10/20/17 18:39, Ard Biesheuvel wrote: >> On 20 October 2017 at 17:37, Gao, Liming wrote: >>> Ard: >>> This case is to share the same value between PeiCore and SecCore. I also >>> think it will be

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Laszlo Ersek
On 10/20/17 18:39, Ard Biesheuvel wrote: > On 20 October 2017 at 17:37, Gao, Liming wrote: >> Ard: >> This case is to share the same value between PeiCore and SecCore. I also >> think it will be better to define one fixed PCD in MdeModulePkg.dec for this >> value. Could

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Ard Biesheuvel
dk2-devel@lists.01.org; Leif Lindholm <leif.lindh...@linaro.org> >> Subject: Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack >> before entering PEI core >> >> On 20 October 2017 at 16:43, Laszlo Ersek <ler...@redhat.com> wrote: >> >

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Gao, Liming
o:edk2-devel-boun...@lists.01.org] On Behalf Of Ard > Biesheuvel > Sent: Saturday, October 21, 2017 12:10 AM > To: Laszlo Ersek <ler...@redhat.com> > Cc: edk2-devel@lists.01.org; Leif Lindholm <leif.lindh...@linaro.org> > Subject: Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCor

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Laszlo Ersek
On 10/20/17 18:10, Ard Biesheuvel wrote: > On 20 October 2017 at 16:43, Laszlo Ersek wrote: >> On 10/20/17 15:00, Leif Lindholm wrote: >>> On Fri, Oct 20, 2017 at 12:23:25PM +0100, Ard Biesheuvel wrote: DEBUG builds of PEI code will print a diagnostic message regarding

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Ard Biesheuvel
On 20 October 2017 at 16:43, Laszlo Ersek wrote: > On 10/20/17 15:00, Leif Lindholm wrote: >> On Fri, Oct 20, 2017 at 12:23:25PM +0100, Ard Biesheuvel wrote: >>> DEBUG builds of PEI code will print a diagnostic message regarding >>> the utilization of temporary RAM before

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Laszlo Ersek
On 10/20/17 15:00, Leif Lindholm wrote: > On Fri, Oct 20, 2017 at 12:23:25PM +0100, Ard Biesheuvel wrote: >> DEBUG builds of PEI code will print a diagnostic message regarding >> the utilization of temporary RAM before switching to permanent RAM. >> For example, >> >> Total temporary memory:

Re: [edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Leif Lindholm
On Fri, Oct 20, 2017 at 12:23:25PM +0100, Ard Biesheuvel wrote: > DEBUG builds of PEI code will print a diagnostic message regarding > the utilization of temporary RAM before switching to permanent RAM. > For example, > > Total temporary memory:16352 bytes. > temporary memory stack ever

[edk2] [PATCH] ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI core

2017-10-20 Thread Ard Biesheuvel
DEBUG builds of PEI code will print a diagnostic message regarding the utilization of temporary RAM before switching to permanent RAM. For example, Total temporary memory:16352 bytes. temporary memory stack ever used: 4820 bytes. temporary memory heap used for HobList: 4720