Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-29 Thread memristor2 via groups.io
lakeOpenBoardPkg with AlderlakeOpenBoardPkg. > > I forgot to mention one thing. The microcode released for EagleStream has two > issues: > 1. It was "EaglestreamSiliconBinPkg" instead of "EagleStreamSiliconBinPkg". > 2. There was no .inf file defined for it &

Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-24 Thread memristor2 via groups.io
change the outcome, but I for sure could say each tick became shorter resulting in preformance improvement > > So I must take back my first thought that the StackPtr was NULL now it > wasn't. StackPtr->Operator is always NULL, Which is another issue. The thing

Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-24 Thread memristor2 via groups.io
niel L nathaniel.l.desim...@intel.com > > Cc: devel@edk2.groups.io; ler...@redhat.com > > Subject: RE: [edk2-devel] Peims are not gettting Dispatched in EagleStream > > Platform > > > > Thank you. Based on what you told me (memory corruption and and the > > unlikelihood of

Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-23 Thread Nate DeSimone
> -Original Message- > From: memristor2 > Sent: Thursday, February 22, 2024 5:51 AM > To: Desimone, Nathaniel L > Cc: devel@edk2.groups.io; ler...@redhat.com > Subject: RE: [edk2-devel] Peims are not gettting Dispatched in EagleStream > Platform > > Thank you

Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-22 Thread memristor2 via groups.io
nt: Wednesday, February 21, 2024 3:59 PM > > To: devel@edk2.groups.io; memrist...@proton.me > > Subject: Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream > > Platform > > > > On 2/21/24 07:59, memristor2 via groups.io wrote: > > > > > Hi,

Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-21 Thread Nate DeSimone
> -Original Message- > From: devel@edk2.groups.io On Behalf Of Laszlo > Ersek > Sent: Wednesday, February 21, 2024 3:59 PM > To: devel@edk2.groups.io; memrist...@proton.me > Subject: Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream > Platform

Re: [edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-21 Thread Laszlo Ersek
On 2/21/24 07:59, memristor2 via groups.io wrote: > Hi, > I am trying to build edk2-platforms for EagleStream Platform. The > problem I am facing now is that the Peims are not getting dispatched > when The PeiMain routine calls PeiDispatcher(). > After digging deeper into it it seems that the Depex

[edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-21 Thread memristor2 via groups.io
Hi, I am trying to build edk2-platforms for EagleStream Platform. The problem I am facing now is that the Peims are not getting dispatched when The PeiMain routine calls PeiDispatcher(). After digging deeper into it it seems that the DepexSatisfied() routine is always returning false. So I also

[edk2-devel] Peims are not gettting Dispatched in EagleStream Platform

2024-02-21 Thread memristor2 via groups.io
Hi, I am trying to build edk2-platforms for EagleStream Platform. The problem I am facing now is that the Peims are not getting dispatched when The PeiMain routine calls PeiDispatcher(). After digging deeper into it it seems that the DepexSatisfied() routine is always returning false. So I also