public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed
       [not found] <cover.1652379898.git.isaac.w.oram@intel.com>
@ 2022-05-12 18:25 ` Oram, Isaac W
  2022-05-18 22:44   ` Nate DeSimone
  0 siblings, 1 reply; 3+ messages in thread
From: Oram, Isaac W @ 2022-05-12 18:25 UTC (permalink / raw)
  To: devel; +Cc: Nate DeSimone, Chasel Chiu

gEfiPeiSmbus2PpiGuid used but missing GUID in the INF file

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Isaac Oram <isaac.w.oram@intel.com>
---
 .../WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
index 5e911ba790..7154e72e73 100644
--- a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
+++ b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
@@ -54,6 +54,7 @@
 [Ppis]
   gUbaConfigDatabasePpiGuid
   gDynamicSiLibraryPpiGuid             ## ALWAYS_CONSUMES
+  gEfiPeiSmbus2PpiGuid                 ## ALWAYS_CONSUMES
 
 [Depex]
   gUbaConfigDatabasePpiGuid AND
-- 
2.36.1.windows.1


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

* Re: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed
  2022-05-12 18:25 ` [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed Oram, Isaac W
@ 2022-05-18 22:44   ` Nate DeSimone
  2022-05-18 22:49     ` Oram, Isaac W
  0 siblings, 1 reply; 3+ messages in thread
From: Nate DeSimone @ 2022-05-18 22:44 UTC (permalink / raw)
  To: Oram, Isaac W, devel@edk2.groups.io; +Cc: Chiu, Chasel

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: Oram, Isaac W <isaac.w.oram@intel.com> 
Sent: Thursday, May 12, 2022 11:26 AM
To: devel@edk2.groups.io
Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
Subject: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed

gEfiPeiSmbus2PpiGuid used but missing GUID in the INF file

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Isaac Oram <isaac.w.oram@intel.com>
---
 .../WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
index 5e911ba790..7154e72e73 100644
--- a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
+++ b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
@@ -54,6 +54,7 @@
 [Ppis]
   gUbaConfigDatabasePpiGuid
   gDynamicSiLibraryPpiGuid             ## ALWAYS_CONSUMES
+  gEfiPeiSmbus2PpiGuid                 ## ALWAYS_CONSUMES
 
 [Depex]
   gUbaConfigDatabasePpiGuid AND
-- 
2.36.1.windows.1


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

* Re: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed
  2022-05-18 22:44   ` Nate DeSimone
@ 2022-05-18 22:49     ` Oram, Isaac W
  0 siblings, 0 replies; 3+ messages in thread
From: Oram, Isaac W @ 2022-05-18 22:49 UTC (permalink / raw)
  To: Desimone, Nathaniel L, devel@edk2.groups.io; +Cc: Chiu, Chasel

Pushed as: 9997f9a1f2..fdaf4eb69a

-----Original Message-----
From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> 
Sent: Wednesday, May 18, 2022 3:45 PM
To: Oram, Isaac W <isaac.w.oram@intel.com>; devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>
Subject: RE: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: Oram, Isaac W <isaac.w.oram@intel.com> 
Sent: Thursday, May 12, 2022 11:26 AM
To: devel@edk2.groups.io
Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
Subject: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed

gEfiPeiSmbus2PpiGuid used but missing GUID in the INF file

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Isaac Oram <isaac.w.oram@intel.com>
---
 .../WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
index 5e911ba790..7154e72e73 100644
--- a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
+++ b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf
@@ -54,6 +54,7 @@
 [Ppis]
   gUbaConfigDatabasePpiGuid
   gDynamicSiLibraryPpiGuid             ## ALWAYS_CONSUMES
+  gEfiPeiSmbus2PpiGuid                 ## ALWAYS_CONSUMES
 
 [Depex]
   gUbaConfigDatabasePpiGuid AND
-- 
2.36.1.windows.1


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

end of thread, other threads:[~2022-05-18 22:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1652379898.git.isaac.w.oram@intel.com>
2022-05-12 18:25 ` [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed Oram, Isaac W
2022-05-18 22:44   ` Nate DeSimone
2022-05-18 22:49     ` Oram, Isaac W

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