* [PATCH] BlSupportSmm: fix definition of SetSmrr()
@ 2022-02-20 18:15 Sean Rhodes
2022-02-23 22:52 ` [edk2-devel] " Guo Dong
0 siblings, 1 reply; 4+ messages in thread
From: Sean Rhodes @ 2022-02-20 18:15 UTC (permalink / raw)
To: devel; +Cc: guo.dong, Matt DeVillier, Ray Ni, Maurice Ma, Benjamin You
From: Matt DeVillier <matt.devillier@gmail.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Change-Id: Id5b077ad6c79717a9d97d4228145791ef062962c
---
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli | 2 +-
UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
index f4153a09f8..666c3280cc 160000
--- a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
+++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
@@ -1 +1 @@
-Subproject commit f4153a09f87cbb9c826d8fc12c74642bb2d879ea
+Subproject commit 666c3280cc11dc433c303d79a83d4ffbdd12cc8d
diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
index dcc4d60bb2..0d16aec8ef 100644
--- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
+++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
@@ -191,6 +191,7 @@ SmmFeatureLockOnS3 (
@param[in] ProcedureArgument Pointer to SMRR_BASE_MASK structure.
**/
VOID
+EFIAPI
SetSmrr (
IN VOID *ProcedureArgument
)
--
2.32.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH] BlSupportSmm: fix definition of SetSmrr()
2022-02-20 18:15 [PATCH] BlSupportSmm: fix definition of SetSmrr() Sean Rhodes
@ 2022-02-23 22:52 ` Guo Dong
0 siblings, 0 replies; 4+ messages in thread
From: Guo Dong @ 2022-02-23 22:52 UTC (permalink / raw)
To: devel@edk2.groups.io, Rhodes, Sean
Cc: Matt DeVillier, Ni, Ray, Ma, Maurice, You, Benjamin
The change looks good.
Please not update submodule MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
Thanks,
Guo
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Sean Rhodes
Sent: Sunday, February 20, 2022 11:15 AM
To: devel@edk2.groups.io
Cc: Dong, Guo <guo.dong@intel.com>; Matt DeVillier <matt.devillier@gmail.com>; Ni, Ray <ray.ni@intel.com>; Ma, Maurice <maurice.ma@intel.com>; You, Benjamin <benjamin.you@intel.com>
Subject: [edk2-devel] [PATCH] BlSupportSmm: fix definition of SetSmrr()
From: Matt DeVillier <matt.devillier@gmail.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Change-Id: Id5b077ad6c79717a9d97d4228145791ef062962c
---
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli | 2 +-
UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
index f4153a09f8..666c3280cc 160000
--- a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
+++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
@@ -1 +1 @@
-Subproject commit f4153a09f87cbb9c826d8fc12c74642bb2d879ea
+Subproject commit 666c3280cc11dc433c303d79a83d4ffbdd12cc8d
diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
index dcc4d60bb2..0d16aec8ef 100644
--- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
+++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
@@ -191,6 +191,7 @@ SmmFeatureLockOnS3 (
@param[in] ProcedureArgument Pointer to SMRR_BASE_MASK structure. **/ VOID+EFIAPI SetSmrr ( IN VOID *ProcedureArgument )--
2.32.0
-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#86815): https://edk2.groups.io/g/devel/message/86815
Mute This Topic: https://groups.io/mt/89277119/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
* [PATCH] BlSupportSmm: fix definition of SetSmrr()
@ 2022-02-23 22:55 Sean Rhodes
2022-03-01 6:54 ` Ni, Ray
0 siblings, 1 reply; 4+ messages in thread
From: Sean Rhodes @ 2022-02-23 22:55 UTC (permalink / raw)
To: devel
Cc: guo.dong, Sean Rhodes, Ray Ni, Maurice Ma, Benjamin You,
Matt DeVillier
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
---
UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
index dcc4d60bb2..0d16aec8ef 100644
--- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
+++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
@@ -191,6 +191,7 @@ SmmFeatureLockOnS3 (
@param[in] ProcedureArgument Pointer to SMRR_BASE_MASK structure.
**/
VOID
+EFIAPI
SetSmrr (
IN VOID *ProcedureArgument
)
--
2.32.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] BlSupportSmm: fix definition of SetSmrr()
2022-02-23 22:55 Sean Rhodes
@ 2022-03-01 6:54 ` Ni, Ray
0 siblings, 0 replies; 4+ messages in thread
From: Ni, Ray @ 2022-03-01 6:54 UTC (permalink / raw)
To: Rhodes, Sean, devel@edk2.groups.io
Cc: Dong, Guo, Rhodes, Sean, Ma, Maurice, You, Benjamin,
Matt DeVillier
Reviewed-by: Ray Ni <ray.ni@intel.com>
-----Original Message-----
From: Sean Rhodes <sean@starlabs.systems>
Sent: Thursday, February 24, 2022 6:55 AM
To: devel@edk2.groups.io
Cc: Dong, Guo <guo.dong@intel.com>; Rhodes, Sean <sean@starlabs.systems>; Ni, Ray <ray.ni@intel.com>; Ma, Maurice <maurice.ma@intel.com>; You, Benjamin <benjamin.you@intel.com>; Matt DeVillier <matt.devillier@gmail.com>
Subject: [PATCH] BlSupportSmm: fix definition of SetSmrr()
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
---
UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
index dcc4d60bb2..0d16aec8ef 100644
--- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
+++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
@@ -191,6 +191,7 @@ SmmFeatureLockOnS3 (
@param[in] ProcedureArgument Pointer to SMRR_BASE_MASK structure.
**/
VOID
+EFIAPI
SetSmrr (
IN VOID *ProcedureArgument
)
--
2.32.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-01 6:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-20 18:15 [PATCH] BlSupportSmm: fix definition of SetSmrr() Sean Rhodes
2022-02-23 22:52 ` [edk2-devel] " Guo Dong
-- strict thread matches above, loose matches on Subject: below --
2022-02-23 22:55 Sean Rhodes
2022-03-01 6:54 ` Ni, Ray
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox