public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 2/2] UefiPayloadPkg: Fix case of protocol
       [not found] <9dd14fc91c174eae87fd122c7ac70073a363527f.1643405822.git.sean@starlabs.systems>
@ 2022-01-28 21:37 ` Sean Rhodes
  2022-01-29  0:14   ` [edk2-devel] " Guo Dong
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Rhodes @ 2022-01-28 21:37 UTC (permalink / raw)
  To: devel; +Cc: Sean Rhodes

Fix case match in <Protocol/MpService.h> to avoid build failure on
Linu.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
---
 UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h
index 15e604d514..b82f632556 100644
--- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h
+++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h
@@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #include <Library/PciLib.h>
 #include <Protocol/SmmSwDispatch2.h>
 #include <Protocol/SmmAccess2.h>
-#include <protocol/MpService.h>
+#include <Protocol/MpService.h>
 #include <Library/UefiBootServicesTableLib.h>
 #include <Register/Intel/ArchitecturalMsr.h>
 #include <Guid/SmmRegisterInfoGuid.h>
-- 
2.32.0


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

* Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Fix case of protocol
  2022-01-28 21:37 ` [PATCH 2/2] UefiPayloadPkg: Fix case of protocol Sean Rhodes
@ 2022-01-29  0:14   ` Guo Dong
  2022-03-31  8:24     ` Sheng Lean Tan
  2022-03-31  8:28     ` Sheng Lean Tan
  0 siblings, 2 replies; 4+ messages in thread
From: Guo Dong @ 2022-01-29  0:14 UTC (permalink / raw)
  To: devel@edk2.groups.io, Rhodes, Sean


Reviewed-by: Guo Dong <guo.dong@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Sean Rhodes
Sent: Friday, January 28, 2022 2:37 PM
To: devel@edk2.groups.io
Cc: Rhodes, Sean <sean@starlabs.systems>
Subject: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Fix case of protocol

Fix case match in <Protocol/MpService.h> to avoid build failure on Linu.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
---
 UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h
index 15e604d514..b82f632556 100644
--- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h
+++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h
@@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent  #include <Library/PciLib.h> #include <Protocol/SmmSwDispatch2.h> #include <Protocol/SmmAccess2.h>-#include <protocol/MpService.h>+#include <Protocol/MpService.h> #include <Library/UefiBootServicesTableLib.h> #include <Register/Intel/ArchitecturalMsr.h> #include <Guid/SmmRegisterInfoGuid.h>--
2.32.0



-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#86187): https://edk2.groups.io/g/devel/message/86187
Mute This Topic: https://groups.io/mt/88757873/1781375
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [guo.dong@intel.com]
-=-=-=-=-=-=



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

* Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Fix case of protocol
  2022-01-29  0:14   ` [edk2-devel] " Guo Dong
@ 2022-03-31  8:24     ` Sheng Lean Tan
  2022-03-31  8:28     ` Sheng Lean Tan
  1 sibling, 0 replies; 4+ messages in thread
From: Sheng Lean Tan @ 2022-03-31  8:24 UTC (permalink / raw)
  To: Guo Dong, devel

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]

Merged.

https://github.com/tianocore/edk2/pull/2591

[-- Attachment #2: Type: text/html, Size: 68 bytes --]

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

* Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Fix case of protocol
  2022-01-29  0:14   ` [edk2-devel] " Guo Dong
  2022-03-31  8:24     ` Sheng Lean Tan
@ 2022-03-31  8:28     ` Sheng Lean Tan
  1 sibling, 0 replies; 4+ messages in thread
From: Sheng Lean Tan @ 2022-03-31  8:28 UTC (permalink / raw)
  To: Guo Dong, devel

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]

Merged:

https://github.com/tianocore/edk2/pull/2591

[-- Attachment #2: Type: text/html, Size: 68 bytes --]

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

end of thread, other threads:[~2022-03-31  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <9dd14fc91c174eae87fd122c7ac70073a363527f.1643405822.git.sean@starlabs.systems>
2022-01-28 21:37 ` [PATCH 2/2] UefiPayloadPkg: Fix case of protocol Sean Rhodes
2022-01-29  0:14   ` [edk2-devel] " Guo Dong
2022-03-31  8:24     ` Sheng Lean Tan
2022-03-31  8:28     ` Sheng Lean Tan

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