public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi:StandaloneMmGenericIpmi
@ 2024-01-30  5:36 Huang, Li-Xia
  2024-02-23 19:39 ` Nate DeSimone
  2024-02-23 19:51 ` Nate DeSimone
  0 siblings, 2 replies; 3+ messages in thread
From: Huang, Li-Xia @ 2024-01-30  5:36 UTC (permalink / raw)
  To: devel

StandaloneMmGenericIpmi driver is not loaded successfully
due to wrong Depex. Set Depex to TURE in StandaloneMmGenericImpi.inf.

Signed-off-by: Lixia Huang <lisa.huang@intel.com>
---
 Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericIpmi/StandaloneMm/StandaloneMmGenericIpmi.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericIpmi/StandaloneMm/StandaloneMmGenericIpmi.inf b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericIpmi/StandaloneMm/StandaloneMmGenericIpmi.inf
index e4abc4db29fe..935880a05859 100644
--- a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericIpmi/StandaloneMm/StandaloneMmGenericIpmi.inf
+++ b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericIpmi/StandaloneMm/StandaloneMmGenericIpmi.inf
@@ -58,4 +58,4 @@
   gIpmiFeaturePkgTokenSpaceGuid.PcdIpmbInterfaceSupport
 
 [Depex]
-  gIpmiTransportProtocolGuid
+  TRUE
-- 
2.26.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114758): https://edk2.groups.io/g/devel/message/114758
Mute This Topic: https://groups.io/mt/104048562/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-23 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30  5:36 [edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi:StandaloneMmGenericIpmi Huang, Li-Xia
2024-02-23 19:39 ` Nate DeSimone
2024-02-23 19:51 ` Nate DeSimone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox