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
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
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,
at 3:42 AM, Desimone, Nathaniel L
> > nathaniel.l.desim...@intel.com wrote:
> >
> > > > -Original Message-
> > > > From: devel@edk2.groups.io devel@edk2.groups.io On Behalf Of Laszlo
> > > > Ersek
> > > > Sent: Wednesday, February
Sent with Proton Mail secure email.
On Saturday, February 24th, 2024 at 5:00 PM, memristor2 via groups.io
wrote:
>
>
>
>
>
> Sent with Proton Mail secure email.
>
>
> On Saturday, February 24th, 2024 at 12:15 AM, Desimone, Nathaniel L
> nathan
; Sent with Proton Mail secure email.
>
>
> On Saturday, February 24th, 2024 at 5:00 PM, memristor2 via groups.io
> memristor2=proton...@groups.io wrote:
>
> > Sent with Proton Mail secure email.
> >
> > On Saturday, February 24th, 2024 at 12:15 AM, Desimone, Na
Hello everyone,
I am developing a platform based on MinPlatformPkg everything works fine up
until the BDS phase.
To be more specific what's happening is that inside the BdsDxe module when the
BdsEntry function calls the platform-dependent
"PlatformBootManagerBeforeConsole" function (Inside MinPl
Hello everyone,
I was trying to get my platform running and since I used MinPlatformPkg as my
base platform I used the
Platform/Intel/MinPlatformPkg/Pci/Library/PciHostBridgeLibSimple/PciHostBridgeLibSimple.inf
for the library of the
MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf com
Hello everyone,
I was scrolling through the UEFI HII and encountered an option which i failed
to find any proper explanation about it.
Could you please explain point of mitigating DMA access for PCI.Thanks
--- Forwarded Message ---
From: memristor2
Date: On Tuesday, June 18th, 2024 at 4:
Hello everyone,
I'm trying to get the serial debug working on my platform but I don't know why
i can't see the debug logs.
This is the library use3d for SerialPortLIb inside the platform's dsc:
SerialPortLib|WhitleyPkg/Library/SerialPortLib/SerialPortLib.inf
Also these are the values of the debug
Any thoughts on this?
On Sunday, June 30th, 2024 at 10:58 AM, memristor2 via groups.io
wrote:
> Hello everyone,
> I'm trying to get the serial debug working on my platform but I don't know
> why i can't see the debug logs.
> This is the library use3d for SerialPo
01 PM, memristor2 wrote:
> Any thoughts on this?
>
> On Sunday, June 30th, 2024 at 10:58 AM, memristor2 via groups.io
> wrote:
>
>> Hello everyone,
>> I'm trying to get the serial debug working on my platform but I don't know
>> why i can't see the debug
Hello everyone,
I am trying to develop Redfish on my platform. I got a few questions about the
development process of Redfish.
- Studying the libraries I see this RedfishLib which provides some API's but
there isn't much specification on how to implement these APIs. My guess is I
should start w
thub.com/tianocore/edk2-redfish-client/tree/main/RedfishClientPkg#edk2-redfish-client-feature-driver
>
> Regards,
>
> Nickle
>
> From: devel@edk2.groups.io On Behalf Of memristor2 via
> groups.io
> Sent: Monday, August 19, 2024 8:05 PM
> To: devel@edk2.groups.io
> Su
Hello,
I was building the IpmifeaturePkg from the OutOfBandManagementPkg in
edk2-platforms and saw the the components were not working in Run-time. I
checkout out the instances in the
edk2-platforms/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Include/IpmiFeature.dsc
and realized that this
Hello,
I looked into this driver and saw it was platform-independent. Why not add this
into to the features directory? I wrote this driver from scratch and saw this
patch later in my emails. it would facilitated my development if I saw it
sooner if it were inside a directory that was platform-in
Hello everyone,
I am trying to build a UEFI image for BirchStream Platform, my problem is the
boot execution doesn't go any further than the 0x04 POST code. Since i don't
have access to the FSP's source code and there is no integration guide , I
don't know what the problem is. Any hints on this
I should mention that I am using the IA32 MinPlatformPkg's PlatformSeclib
(SecEntry.nasm)
I also pass zero for the FsptUpdDataPtr paramter which is then passed to the
TempRamInitApi.
On Monday, January 6th, 2025 at 5:06 PM, memristor2 via groups.io
wrote:
> Hello everyone,
> I a
ns out I guessed it right.
On Monday, December 30th, 2024 at 5:11 PM, memristor2 via groups.io
wrote:
> Any thoughts on this?
> even the smallest hints would be highly appreciated.
>
> Sent with [Proton Mail](https://proton.me/mail/home) secure email.
>
> On Tuesday, Dec
Hello everyone,
I am trying to build an Intel platform's customized UEFI.
I have extracted the microcode and FSP binaries from the vendors UEFI image
successfully. I also changed the PlatformPkg and FspFlashOffset FDF files.
Execution goes on fine up until the last line of this subroutine:
FspHe
Hello Kuldeep,
FSP binaries are proprietary resources provided by Intel you can access them by
signing a CNDA with Intel or by using the publicized FSP binaries in the Intel
FSP's GitHub repo at gitHub.com/Intel/fsp. Have in mind not all Intel platforms
have their FSPs publicized. Also the bsf f
Any thoughts on this?
even the smallest hints would be highly appreciated.
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
On Tuesday, December 24th, 2024 at 6:12 PM, memristor2 via groups.io
wrote:
> Hello everyone,
> I am trying to build an Intel platform's
Hello Everyone,
I have already asked this question but I am sending it again since I found more
info on this matter.
I have built coreboot with UEFIpayload and Universal Payload but either way
grub can't load the OS. I the OS I am trying to boot is Ubuntu 24.02 and it
shows the grub menu but han
23 matches
Mail list logo