[edk2-devel] DxeSmmReadyToLockProtocol interface doesn't get installed

2024-04-16 Thread memristor2 via groups.io
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

[edk2-devel] ASSERT(FALSE) at the end of a void function "PciHostBridgeResourceConflict" from "MinPlatformPkg"

2024-04-22 Thread memristor2 via groups.io
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

[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

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-24 Thread memristor2 via groups.io
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

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

2024-02-24 Thread memristor2 via groups.io
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

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

2024-02-29 Thread memristor2 via groups.io
; 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

[edk2-devel] [Question] What is the propose of BME DMA mitigation

2024-06-19 Thread memristor2 via groups.io
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:

[edk2-devel] Serial Debug not working in JunctionCity Whitley Platform

2024-06-30 Thread memristor2 via groups.io
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

Re: [edk2-devel] Serial Debug not working in JunctionCity Whitley Platform

2024-07-21 Thread memristor2 via groups.io
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

Re: [edk2-devel] Serial Debug not working in JunctionCity Whitley Platform

2024-08-18 Thread memristor2 via groups.io
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

[edk2-devel] Redfishlib: How does it work?

2024-08-19 Thread memristor2 via groups.io
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

Re: [edk2-devel] Redfishlib: How does it work?

2024-08-19 Thread memristor2 via groups.io
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

[edk2-devel] IpmiLib is a NULL instance

2024-08-24 Thread memristor2 via groups.io
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

Re: [edk2-devel] [PATCH 0/2] Ampere: Add BMC Configuration Screen

2024-09-01 Thread memristor2 via groups.io
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