Re: [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Enable UPL FIT build config from cmdline

2024-06-10 Thread Guo, Gua
rom: Dhaval Sent: Monday, June 10, 2024 11:45 PM To: devel@edk2.groups.io Cc: Guo, Gua ; Dong, Guo ; Lu, James ; Rhodes, Sean Subject: [PATCH v1 1/1] UefiPayloadPkg: Enable UPL FIT build config from cmdline Provide commandline configuration to select proper platform file. Cc: Gua Guo Cc: Guo Dong

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix LoadDxeCore for payload size > 16MB

2024-06-10 Thread Guo, Gua
I’ve added push label, it will be merged tomorrow. From: Lean Sheng Tan Sent: Monday, June 10, 2024 11:28 PM To: Witt, Sebastian Cc: Guo, Gua ; devel@edk2.groups.io; Rhodes, Sean ; Lu, James ; Dong, Guo Subject: Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix LoadDxeCore for payload size

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix LoadDxeCore for payload size > 16MB

2024-06-05 Thread Guo, Gua
Please send PR also. From: Lean Sheng Tan Sent: Wednesday, June 5, 2024 10:18:27 PM To: devel@edk2.groups.io ; Witt, Sebastian ; Guo, Gua ; Rhodes, Sean ; Lu, James ; Dong, Guo Subject: Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix LoadDxeCore for payload size

Re: [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install

2024-05-15 Thread Guo, Gua
Update RB info into PR, wait Edk2 202405 Hard Freeze unlock, will merge it. -Original Message- From: Dong, Guo Sent: Thursday, May 16, 2024 12:03 AM To: Guo, Gua ; devel@edk2.groups.io Cc: Chiu, Chasel ; Rhodes, Sean ; Lu, James Subject: RE: [PATCH v1 1/1] UefiPayloadPkg: Update

[edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install

2024-05-15 Thread Guo, Gua
From: Gua Guo Update ReadMe.md for swig install process in windows OS. Cc: Chasel Chiu Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Gua Guo --- UefiPayloadPkg/Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[edk2-devel] [PATCH v1 0/1] UefiPayloadPkg: Update swig install process

2024-05-15 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/5661 V1: Update swig install process into ReadMe.md Cc: Chasel Chiu Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Gua Guo (1): UefiPayloadPkg: Update ReadMe.md to swig install UefiPayloadPkg/Readme.md | 4 +++- 1 file

Re: [edk2-devel] [PATCH v4 13/14] UefiPayloadPkg/UefiPayloadPkg.dsc: Include SmmRelocationLib

2024-04-26 Thread Guo, Gua
Reviewed-by: Gua Guo From: Wu, Jiaxin Sent: Friday, April 26, 2024 8:17:19 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Ni, Ray Subject: [PATCH v4 13/14] UefiPayloadPkg/UefiPayloadPkg.dsc: Include SmmRelocationLib

Re: [edk2-devel] [PATCH v1 1/1] BaseTools/Fmmt.py: Python 3.12 support

2024-04-23 Thread Guo, Gua
Thanks @gaoliming for the reviewed-by, I've updated the RB info into PR and add push label. https://github.com/tianocore/edk2/pull/5579 Thanks, Gua -Original Message- From: gaoliming Sent: Tuesday, April 23, 2024 10:42 PM To: devel@edk2.groups.io; Guo, Gua Cc: 'Rebecca Cran' ; Feng

Re: [edk2-devel] [PATCH v1 0/1] BaseTools/GetUtcDateTime.py 3.12 support

2024-04-22 Thread Guo, Gua
Hi @Chiu, Chasel and @Kinney, Michael D As you know, Intel don't have owner own basetools now, may I get your help to reach the PR to maintainer. Thanks, Gua -Original Message- From: Guo, Gua Sent: Monday, April 22, 2024 9:06 AM To: devel@edk2.groups.io; Liming Gao ; Rebecca Cran Cc

Re: [edk2-devel] [PATCH v1 0/1] BaseTools/Fmmt.py: Python 3.12 support

2024-04-22 Thread Guo, Gua
Hi @Chiu, Chasel and @Kinney, Michael D As you know, Intel don't have owner own basetools now, may I get your help to reach the PR to maintainer. Thanks, Gua -Original Message- From: Guo, Gua Sent: Monday, April 22, 2024 9:50 AM To: devel@edk2.groups.io Cc: Guo, Gua Subject: [PATCH

Re: [edk2-devel] [PATCH v1 0/2] IntelFsp2Pkg: Python3.12 support

2024-04-22 Thread Guo, Gua
Thank @S, Ashraf Ali help for quick code review. I've update rb message and will add push label tomorrow to make sure everyone aware this change. PR: https://github.com/tianocore/edk2/pull/5577 Thanks, Gua -Original Message- From: Guo, Gua Sent: Monday, April 22, 2024 9:41 AM To: devel

[edk2-devel] [PATCH v1 1/1] BaseTools/Fmmt.py: Python 3.12 support

2024-04-21 Thread Guo, Gua
From: Gua Guo Ref to https://docs.python.org/3/whatsnew/3.12.html A backslash-character pair that is not a valid escape sequence now generates Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng Cc: Yuwei Chen Signed-off-by: Gua Guo --- BaseTools/Source/Python/FMMT/FMMT.py | 2 +- 1 file

[edk2-devel] [PATCH v1 0/1] BaseTools/Fmmt.py: Python 3.12 support

2024-04-21 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/5579 V1: Ref to https://docs.python.org/3/whatsnew/3.12.html A backslash-character pair that is not a valid escape sequence now generates Gua Guo (1): BaseTools/Fmmt.py: Python 3.12 support BaseTools/Source/Python/FMMT/FMMT.py

Re: [edk2-devel] [PATCH v1 0/2] IntelFsp2Pkg: Python3.12 support

2024-04-21 Thread Guo, Gua
Hi FSP folks Need to get one of your help, to approve this PR, maybe we can merge it EOW. Thanks Gua -Original Message- From: Guo, Gua Sent: Monday, April 22, 2024 9:37 AM To: devel@edk2.groups.io Cc: Guo, Gua Subject: [PATCH v1 0/2] IntelFsp2Pkg: Python3.12 support From: Gua Guo

[edk2-devel] [PATCH v1 2/2] IntelFsp2Pkg/PatchFv.py: Python 3.12 support

2024-04-21 Thread Guo, Gua
From: Gua Guo Ref to https://docs.python.org/3/whatsnew/3.12.html A backslash-character pair that is not a valid escape sequence now generates Cc: Chasel Chiu Cc: Nate DeSimone Cc: Duggapu Chinni B Cc: Star Zeng Cc: Ted Kuo Cc: Ashraf Ali S Cc: Susovan Mohapatra Signed-off-by: Gua Guo

[edk2-devel] [PATCH v1 1/2] IntelFsp2Pkg/GenCfgOpt.py: Python 3.12 support

2024-04-21 Thread Guo, Gua
From: Gua Guo Ref to https://docs.python.org/3/whatsnew/3.12.html A backslash-character pair that is not a valid escape sequence now generates Cc: Chasel Chiu Cc: Nate DeSimone Cc: Duggapu Chinni B Cc: Star Zeng Cc: Ted Kuo Cc: Ashraf Ali S Cc: Susovan Mohapatra Signed-off-by: Gua Guo

[edk2-devel] [PATCH v1 0/2] IntelFsp2Pkg: Python3.12 support

2024-04-21 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/5577 V1: Prevent Syntax Warning after upgrade python version to 3.12 Gua Guo (2): IntelFsp2Pkg/GenCfgOpt.py: Python 3.12 support IntelFsp2Pkg/PatchFv.py: Python 3.12 support IntelFsp2Pkg/Tools/GenCfgOpt.py | 96

Re: [edk2-devel] [PATCH v1 0/1] BaseTools/GetUtcDateTime.py 3.12 support

2024-04-21 Thread Guo, Gua
Hi @Liming Gao and @Rebecca Cran May I get one of your help for code review + 1 ? Maybe we can merge it EOW, I think it's no harmful change. Thanks, Gua -Original Message- From: Guo, Gua Sent: Sunday, April 21, 2024 8:51 PM To: devel@edk2.groups.io Cc: Guo, Gua ; Kasbekar, Saloni

[edk2-devel] [PATCH v1 0/1] BaseTools/GetUtcDateTime.py 3.12 support

2024-04-21 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/5576 V1: Currently, Build FSP will be failure by python3.12 by calling GetUtcDateTime.py Gua Guo (1): BaseTools/GetUtcDateTime.py: Python 3.12 support BaseTools/Scripts/GetUtcDateTime.py | 2 +- 1 file changed, 1 insertion(+), 1

[edk2-devel] [PATCH v1 1/1] BaseTools/GetUtcDateTime.py: Python 3.12 support

2024-04-21 Thread Guo, Gua
From: Gua Guo Ref to https://docs.python.org/3/whatsnew/3.12.html utcnow() and utcfromtimestamp() are deprecated Prevent use it cause build error. Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng Cc: Yuwei Chen Signed-off-by: Gua Guo --- BaseTools/Scripts/GetUtcDateTime.py | 2 +- 1 file

Re: [edk2-devel] [PATCH v1 06/13] UefiPayloadPkg/UefiPayloadPkg.dsc: Include SmmRelocationLib

2024-04-10 Thread Guo, Gua
Reviewed-by: Gua Guo From: Wu, Jiaxin Sent: Wednesday, April 10, 2024 9:57:17 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Ni, Ray Subject: [PATCH v1 06/13] UefiPayloadPkg/UefiPayloadPkg.dsc: Include SmmRelocationLib

Re: [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Cleanup ProcessLibraryConstructorList()

2024-03-15 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Friday, March 15, 2024 5:21 PM To: devel@edk2.groups.io Cc: Wang, BruceX ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH v1 1/1] UefiPayloadPkg: Cleanup ProcessLibraryConstructorList() From: Bruce

[edk2-devel] [PATCH v1] UefiPayloadPkg: UPL arch backward support ELF

2024-03-03 Thread Guo, Gua
From: Gua Guo After 11ad164bcea6b0ed3628d merge, ELF format API won't meet backward requirement. Cc: Guo Dong Cc: Sean Rhodes Reviewed-by: James Lu Cc: Gua Guo Signed-off-by: Gua Guo --- UefiPayloadPkg/UniversalPayloadBuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [edk2-devel] [PATCH v1 0/1] UefiPayloadPkg: Make Dsc accomodative of other archs

2024-02-25 Thread Guo, Gua
Series Reviewed-by: Gua Guo From: Dhaval Sent: Sunday, February 25, 2024 10:50:50 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH v1 0/1] UefiPayloadPkg: Make Dsc accomodative of other archs Current DSC files

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg/TraceHubDebugSysTLib: Use wider type for loop comparisons

2024-02-20 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: mikub...@linux.microsoft.com Sent: Tuesday, February 20, 2024 11:26 PM To: devel@edk2.groups.io Cc: Liming Gao ; Guo, Gua ; Prakashan, Krishnadas Veliyathuparambil ; K N, Karthik Subject: [PATCH v1 1/1] MdeModulePkg/TraceHubDebugSysTLib

Re: [edk2-devel] [PATCH v3 0/4] Bz4166: Integer Overflow in CreateHob()

2024-01-25 Thread Guo, Gua
Hi @Gerd Hoffmann It's PR https://github.com/tianocore/edk2/pull/5298 if no more concern received, will merge it tomorrow morning. Thanks, Gua -Original Message- From: Gerd Hoffmann Sent: Wednesday, January 24, 2024 8:48 PM To: Guo, Gua Cc: devel@edk2.groups.io; Ard Biesheuvel

[edk2-devel] [PATCH v2] UefiPayloadPkg/Crypto: Support external Crypto drivers.

2024-01-24 Thread Guo, Gua
From: Gua Guo Crypto in serveral case will use old version or latest version, Platform may choose to only update Crypto drivers without updating whole UPL, in this case the Crypto driver will provide by platform payload outside the common UPL binary. Cc: Chasel Chiu Cc: Guo Dong Cc: Sean

[edk2-devel] [PATCH v1] UefiPayloadPkg/Crypto: Make crypto driver as optional

2024-01-24 Thread Guo, Gua
From: Gua Guo Crypto in serveral case will use old version, treat as optional will make customer easy to upgrade it. Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Gua Guo --- UefiPayloadPkg/UefiPayloadPkg.dsc | 3 +++ UefiPayloadPkg/UefiPayloadPkg.fdf | 2 ++ 2

Re: [edk2-devel] [PATCH v2 1/1] MdePkg: Add FdtLib gmock support

2024-01-23 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: devel@edk2.groups.io On Behalf Of Michael D Kinney Sent: Wednesday, January 24, 2024 7:19 AM To: Jeff Brasen ; devel@edk2.groups.io Cc: gaolim...@byosoft.com.cn; Liu, Zhiguang ; Kinney, Michael D Subject: Re: [edk2-devel] [PATCH v2 1/1]

Re: [edk2-devel] [PATCH v3 0/4] Bz4166: Integer Overflow in CreateHob()

2024-01-23 Thread Guo, Gua
. -Original Message- From: Gerd Hoffmann Sent: Tuesday, January 23, 2024 10:50 PM To: Guo, Gua Cc: devel@edk2.groups.io; Ard Biesheuvel ; Mathews, John ; Zimmer, Vincent ; Sami Mujawar ; jma...@redhat.com Subject: Re: [PATCH v3 0/4] Bz4166: Integer Overflow in CreateHob() On Fri, Jan 12

Re: [edk2-devel] [PATCH] UefiPayloadPkg: CbParseLib: Fix integer overflow

2024-01-12 Thread Guo, Gua
Reviewed-by: Gua Guo From: Lean Sheng Tan Sent: Friday, January 12, 2024 7:33:00 PM To: Rudolph, Patrick Cc: devel@edk2.groups.io ; Rhodes, Sean ; Guo, Gua ; Lu, James ; Ni, Ray ; Dong, Guo Subject: Re: [PATCH] UefiPayloadPkg: CbParseLib: Fix integer overflow

[edk2-devel] [PATCH v3 4/4] MdeModulePkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

[edk2-devel] [PATCH v3 3/4] EmbeddedPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

[edk2-devel] [PATCH v3 2/4] StandaloneMmPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

[edk2-devel] [PATCH v3 1/4] UefiPayloadPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

[edk2-devel] [PATCH v3 0/4] Bz4166: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/5252 V3 1. UefiPayloadPkg/Hob: Integer : Add error handle 2. StandaloneMmPkg/Hob: Integer Overflow in : Add error handle 3. EmbeddedPkg/Hob: Integer Overflow in CreateHob() : Add error handle V2 1. UefiPayloadPkg/Hob: Integer : Add

Re: [edk2-devel] [PATCH v2 2/4] StandaloneMmPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
CreateHob > return NULL All caller chain may need to add it if we really want to prevent it on release. Thanks, Gua -Original Message- From: Sami Mujawar Sent: Thursday, January 11, 2024 11:02 PM To: Guo, Gua ; devel@edk2.groups.io Cc: Marc Beatove ; Ard Biesheuvel ; Ni, Ray ; M

Re: [edk2-devel] [PATCH v2 2/4] StandaloneMmPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
You mean we need to add below error handle after all callers ? Hob = CreateHob (...) ASSERT (Hob != NULL); < Here Thanks, Gua -Original Message- From: Sami Mujawar Sent: Thursday, January 11, 2024 10:06 PM To: Guo, Gua ; devel@edk2.groups.io Cc: Marc Beatove ;

Re: [edk2-devel] [PATCH v2 4/4] MdeModulePkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
Hi @Gao, Liming I may need to get your help to check this change when you're available. If it's fine for you from MdeModulePkg. I think we can merge this PR. https://github.com/tianocore/edk2/pull/5252 Thanks, Gua -Original Message- From: Guo, Gua Sent: Thursday, January 11, 2024 5

[edk2-devel] [PATCH v2 3/4] EmbeddedPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

[edk2-devel] [PATCH v2 1/4] UefiPayloadPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

[edk2-devel] [PATCH v2 4/4] MdeModulePkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

[edk2-devel] [PATCH v2 0/4] Bz4166: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo V2 1. UefiPayloadPkg/Hob: Integer : Add Reviewed-by and Authored-by 2. StandaloneMmPkg/Hob: Integer Overflow in : Add Reviewed-by and Authored-by 3. EmbeddedPkg/Hob: Integer Overflow in CreateHob() : Add Reviewed-by and Authored-by 4. MdeModulePkg/Hob: Integer Overflow in

[edk2-devel] [PATCH v2 2/4] StandaloneMmPkg/Hob: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
From: Gua Guo REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) & (~0x7));

Re: [edk2-devel] [PATCH v1 0/4] Bz4166: Integer Overflow in CreateHob()

2024-01-11 Thread Guo, Gua
let me know, before merging it. It's PR https://github.com/tianocore/edk2/pull/5252/ Thanks, Gua -Original Message- From: devel@edk2.groups.io On Behalf Of Guo, Gua Sent: Thursday, January 11, 2024 1:15 PM To: devel@edk2.groups.io Cc: Guo, Gua Subject: [edk2-devel] [PATCH v1 0/4] Bz4166

[edk2-devel] [PATCH v1 4/4] MdeModulePkg/Hob: Integer Overflow in CreateHob()

2024-01-10 Thread Guo, Gua
From: Gerd Hoffmann REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) &

[edk2-devel] [PATCH v1 3/4] EmbeddedPkg/Hob: Integer Overflow in CreateHob()

2024-01-10 Thread Guo, Gua
From: Gerd Hoffmann REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) &

[edk2-devel] [PATCH v1 2/4] StandaloneMmPkg/Hob: Integer Overflow in CreateHob()

2024-01-10 Thread Guo, Gua
From: Gerd Hoffmann REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) &

[edk2-devel] [PATCH v1 1/4] UefiPayloadPkg/Hob: Integer Overflow in CreateHob()

2024-01-10 Thread Guo, Gua
From: Gerd Hoffmann REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4166 Fix integer overflow in various CreateHob instances. Fixes: CVE-2022-36765 The CreateHob() function aligns the requested size to 8 performing the following operation: ``` HobLength = (UINT16)((HobLength + 0x7) &

[edk2-devel] [PATCH v1 0/4] Bz4166: Integer Overflow in CreateHob()

2024-01-10 Thread Guo, Gua
From: Gua Guo Fix Integer Overflow for CVE-2022-36765 1. UefiPayloadPkg/Hob: Integer Overflow in CreateHob() 2. StandaloneMmPkg/Hob: Integer Overflow in CreateHob() 3. EmbeddedPkg/Hob: Integer Overflow in CreateHob() 4. MdeModulePkg/Hob: Integer Overflow in CreateHob() Gerd Hoffmann (4):

Re: [edk2-devel] [PATCH 1/1] UefiPayloadPkg/UefiPayloadEntry: Remove SCI enabling check

2024-01-07 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Chen, Gang C Sent: Monday, January 8, 2024 3:26 PM To: devel@edk2.groups.io Cc: Guo, Gua ; Dong, Guo ; Lu, James ; Rhodes, Sean ; Chen, Gang C Subject: [PATCH 1/1] UefiPayloadPkg/UefiPayloadEntry: Remove SCI enabling check It's too

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add macro to enable selection of timer

2024-01-05 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Ma, Hua Sent: Friday, January 5, 2024 2:19 PM To: devel@edk2.groups.io; Guo, Gua ; Dong, Guo ; Lu, James ; Rhodes, Sean Subject: Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add macro to enable selection of timer Add maintainers to help

Re: [edk2-devel] [PATCH] BaseTools: FMMT GuidTool Auto Select Config file Enabling

2023-12-18 Thread Guo, Gua
Hi @Gao, Liming and @Rebecca Cran I may need to get your help for review it, any concern you can also share for us. Thanks, Gua -Original Message- From: devel@edk2.groups.io On Behalf Of Yuwei Chen Sent: Friday, December 15, 2023 5:12 PM To: devel@edk2.groups.io Cc: Rebecca Cran ;

Re: [edk2-devel] [PATCH 1/2] MdeModulePkg/DxeIpl: Add 5 level paging support

2023-12-14 Thread Guo, Gua
Reviewed-by: Gua Guo From: Liu, Zhiguang Sent: Thursday, December 14, 2023 3:59:38 PM To: devel@edk2.groups.io Cc: Gao, Liming ; Wu, Jiaxin ; Ni, Ray ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: RE: [PATCH 1/2] MdeModulePkg/DxeIpl: Add 5 level

Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg/UefiPayloadEntry: Add 5 level paging support

2023-12-06 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Liu, Zhiguang Sent: Thursday, December 7, 2023 10:40 AM To: devel@edk2.groups.io Cc: Liu, Zhiguang ; Gao, Liming ; Wu, Jiaxin ; Ni, Ray ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH 2/2] UefiPayloadPkg

Re: [edk2-devel] [PATCH v2 5/6] UefiPayloadPkg: Specifies SmmCpuSyncLib instance

2023-12-05 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wu, Jiaxin Sent: Thursday, November 30, 2023 2:32 PM To: devel@edk2.groups.io Cc: Laszlo Ersek ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Ni, Ray ; Zeng, Star Subject: [PATCH v2 5/6] UefiPayloadPkg: Specifies SmmCpuSyncLib

Re: [edk2-devel] [PATCH] IntelFsp2WrapperPkg: Add variable initialization

2023-11-09 Thread Guo, Gua
, James ; Guo, Gua Subject: [PATCH] IntelFsp2WrapperPkg: Add variable initialization From: "JasonX.Hsu" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4595 Fix build error when remove "-Wno-sometimes-uninitialized" option, Add variable "FspMultiPhaseApiOffset&q

Re: [edk2-devel] [PATCH v1 6/7] UefiPayloadPkg: Specifies SmmCpuSyncLib instance

2023-11-05 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wu, Jiaxin Sent: Friday, November 3, 2023 11:30 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Ni, Ray ; Zeng, Star Subject: [PATCH v1 6/7] UefiPayloadPkg: Specifies SmmCpuSyncLib instance

Re: [edk2-devel] [PATCH v2 1/1] UefiPayloadPkg: Fix incorrect code on Fit function.

2023-10-27 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Saturday, October 28, 2023 7:13 AM To: devel@edk2.groups.io Cc: Wang, BruceX ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH v2 1/1] UefiPayloadPkg: Fix incorrect code on Fit function. From: BruceX

Re: [edk2-devel] [PATCH v4 05/14] UefiPayloadPkg: Add ImagePropertiesRecordLib Instance

2023-10-23 Thread Guo, Gua
Reviewed-by: Gua Guo From: Kinney, Michael D Sent: Tuesday, October 24, 2023 8:09:16 AM To: devel@edk2.groups.io ; t...@taylorbeebe.com Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Kinney, Michael D Subject: RE: [edk2-devel] [PATCH v4 05/14

Re: [edk2-devel] [PATCH V2] Maintainers.txt: Stop to be reviewer of several modules

2023-10-19 Thread Guo, Gua
Reviewed-by: Gua Guo From: Kinney, Michael D Sent: Friday, October 20, 2023 8:56:26 AM To: devel@edk2.groups.io ; Ni, Ray Cc: Gao, Zhichao ; Wu, Hao A ; Liu, Zhiguang ; Guo, Gua ; Kinney, Michael D Subject: RE: [edk2-devel] [PATCH V2] Maintainers.txt: Stop

Re: [edk2-devel] [PATCH v5 0/2] Add FIT support

2023-09-25 Thread Guo, Gua
Series Reviewed-by: Gua Guo -Original Message- From: devel@edk2.groups.io On Behalf Of brucex.w...@intel.com Sent: Monday, September 25, 2023 10:15 AM To: devel@edk2.groups.io Cc: Wang, BruceX Subject: [edk2-devel] [PATCH v5 0/2] Add FIT support From: "Brucex.Wang" V5: Fix Gcc

Re: [edk2-devel] [PATCH v5 1/2] MdePkg/BaseFdtLib: Add Fdt function.

2023-09-24 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Monday, September 25, 2023 10:15 AM To: devel@edk2.groups.io Cc: Wang, BruceX ; Lin, Benny ; Guo, Gua ; Chiu, Chasel ; Lu, James Subject: [PATCH v5 1/2] MdePkg/BaseFdtLib: Add Fdt function. From: "Brucex.Wang&q

Re: [edk2-devel] [PATCH v5 2/2] UefiPayloadPkg: Add FIT support

2023-09-24 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Monday, September 25, 2023 10:15 AM To: devel@edk2.groups.io Cc: Wang, BruceX ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH v5 2/2] UefiPayloadPkg: Add FIT support From: "Brucex.Wang" P

Re: [edk2-devel] [PATCH v2] MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS version

2023-09-24 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Lien, HoraceX Sent: Monday, September 25, 2023 10:07 AM To: devel@edk2.groups.io Cc: Lien, HoraceX ; Liu, Zhiguang ; Guo, Gua ; Bi, Dandan ; Kinney, Michael D ; Zeng, Star ; Gao, Zhichao Subject: [PATCH v2] MdeModulePkg/SmbiosDxe: Fix

Re: [edk2-devel] [PATCH v4 0/2] UefiPayloadPkg: Add FIT support

2023-09-18 Thread Guo, Gua
Series Reviewed-by: Gua Guo -Original Message- From: devel@edk2.groups.io On Behalf Of brucex.w...@intel.com Sent: Monday, September 18, 2023 3:02 PM To: devel@edk2.groups.io Cc: Wang, BruceX Subject: [edk2-devel] [PATCH v4 0/2] UefiPayloadPkg: Add FIT support From: "Brucex.Wang"

Re: [edk2-devel] [PATCH v4 2/2] UefiPayloadPkg: Add FIT support

2023-09-18 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Monday, September 18, 2023 3:02 PM To: devel@edk2.groups.io Cc: Wang, BruceX ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH v4 2/2] UefiPayloadPkg: Add FIT support From: "Brucex.Wang" P

Re: [edk2-devel] [PATCH v4 1/2] MdePkg/BaseFdtLib: Add Fdt function.

2023-09-18 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Monday, September 18, 2023 3:02 PM To: devel@edk2.groups.io Cc: Wang, BruceX ; Lin, Benny ; Guo, Gua ; Chiu, Chasel ; Lu, James Subject: [PATCH v4 1/2] MdePkg/BaseFdtLib: Add Fdt function. From: "Brucex.Wang&q

Re: [edk2-devel] [PATCH v3 0/2] UefiPayloadPkg supports Fit

2023-09-16 Thread Guo, Gua
Series Reviewed-by: Gua Gua -Original Message- From: Wang, BruceX Sent: Saturday, September 16, 2023 6:53 PM To: devel@edk2.groups.io Cc: Wang, BruceX ; Guo, Gua Subject: [PATCH v3 0/2] UefiPayloadPkg supports Fit From: Gua Guo V3: Fix Lean Sheng comment in patch mail V2: Fix Gua

Re: [edk2-devel] [PATCH v2 1/2] MdePkg/BaseFdtLib: Add Fdt function.

2023-09-15 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Friday, September 15, 2023 4:58 PM To: devel@edk2.groups.io Cc: Wang, BruceX ; Lin, Benny ; Guo, Gua ; Chiu, Chasel ; Lu, James Subject: [PATCH v2 1/2] MdePkg/BaseFdtLib: Add Fdt function. From: "Brucex.Wang&q

Re: [edk2-devel] [PATCH v2 2/2] UefiPayloadPkg: Add FIT support

2023-09-15 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Friday, September 15, 2023 4:58 PM To: devel@edk2.groups.io Cc: Wang, BruceX ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH v2 2/2] UefiPayloadPkg: Add FIT support From: "Brucex.Wang" P

Re: [edk2-devel] [PATCH 0/1] UefiPayloadPkg: Match BAR if framebuffer is at an offset

2023-09-05 Thread Guo, Gua
: michael.buech...@posteo.net ; Guo, Gua ; Dong, Guo ; Lu, James ; Rhodes, Sean ; Doron, Benjamin 主旨: Re: [edk2-devel] [PATCH 0/1] UefiPayloadPkg: Match BAR if framebuffer is at an offset Reminder: Can anyone help to review this? Thanks! On Fri, 25 Aug 2023 at 10:33, Sheng Lean Tan via

Re: [edk2-devel] [PATCH v2] UefiPayloadPkg:Enhance the build processing for Universalpayload

2023-08-25 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Liu, KasimX Sent: Friday, August 25, 2023 5:28 PM To: devel@edk2.groups.io Cc: Liu, KasimX ; Dong, Guo ; Ni, Ray ; Lu, James ; Guo, Gua Subject: [PATCH v2] UefiPayloadPkg:Enhance the build processing for Universalpayload From: KasimX

Re: [edk2-devel] [PATCH v1 7/9] UefiPayloadPkg: Add ImagePropertiesRecordLib Instance

2023-07-18 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Taylor Beebe Sent: Wednesday, July 19, 2023 2:40 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH v1 7/9] UefiPayloadPkg: Add ImagePropertiesRecordLib Instance Add an instance

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFv

2023-07-10 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Lin, MarsX Sent: Monday, July 10, 2023 5:02 PM To: devel@edk2.groups.io Cc: Lin, MarsX ; Dong, Guo ; Ni, Ray ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH] UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFv

Re: [edk2-devel] [PATCH] MdePkg: Move gTraceHubDebugInfoHobGuid to MdePkg

2023-06-21 Thread Guo, Gua
SiliconPkg can build the hob so have the HOB interface is enough. Platform can use TraceHubLib to consume the HOB. From: Ni, Ray Sent: Wednesday, June 21, 2023 9:25:08 PM To: Guo, Gua ; devel@edk2.groups.io ; Hsu, VictorX Cc: Gao, Liming ; Chan Laura

Re: [edk2-devel] [PATCH] MdePkg: Move gTraceHubDebugInfoHobGuid to MdePkg

2023-06-21 Thread Guo, Gua
Based on Green H, we need to let the HOB can be consumed by SiliconPkg so move it from MdeModulePkg to MdePkg. From: Ni, Ray Sent: Wednesday, June 21, 2023 9:20:23 PM To: devel@edk2.groups.io ; Guo, Gua ; Hsu, VictorX Cc: Gao, Liming ; Chan Laura ; Prakashan

Re: [edk2-devel] [PATCH] MdePkg: Move gTraceHubDebugInfoHobGuid to MdePkg

2023-06-21 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Hsu, VictorX Sent: Wednesday, June 21, 2023 3:01 PM To: devel@edk2.groups.io Cc: Hsu, VictorX ; Gao, Liming ; Guo, Gua ; Chan Laura ; Prakashan, Krishnadas Veliyathuparambil ; K N, Karthik Subject: [PATCH] MdePkg: Move

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix incorrect code on AddSectionHeader

2023-06-14 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Wang, BruceX Sent: Wednesday, June 14, 2023 10:00 PM To: devel@edk2.groups.io Cc: Wang, BruceX ; Dong, Guo ; Ni, Ray ; Rhodes, Sean ; Lu, James Subject: [PATCH] UefiPayloadPkg: Fix incorrect code on AddSectionHeader From: BruceX Wang

Re: [edk2-devel] [PATCH] Maintainers.txt: Stop to be reviewer of several modules

2023-06-12 Thread Guo, Gua
Reviewed-by: Gua Guo for MdeModulePkg: Universal Payload definitions -Original Message- From: Ni, Ray Sent: Tuesday, June 13, 2023 10:07 AM To: devel@edk2.groups.io Cc: Gao, Zhichao ; Wu, Hao A ; Liu, Zhiguang ; Guo, Gua Subject: [PATCH] Maintainers.txt: Stop to be reviewer

Re: [edk2-devel] [PATCH] Maintainers.txt: Remove me from maintainers of UefiPayloadPkg,ShellPkg

2023-06-07 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: devel@edk2.groups.io On Behalf Of Ni, Ray Sent: Wednesday, June 7, 2023 11:31 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Gao, Zhichao Subject: [edk2-devel] [PATCH] Maintainers.txt: Remove me from

[edk2-devel] [PATCH v1] UefiPayloadPkg: Enhance build script for BuildEntryOnly

2023-06-07 Thread Guo, Gua
From: Gua Guo Currently, have two command for pre-build binary support 1. --BuildEntryOnly: build UPL Entry file 2. --PreBuildUplBinary: build UPL binary based on UPL And these two commands should be exclusived, shouldn't have chance run it in the meantime. Case1: Build UPL entry with

Re: [edk2-devel] EDK II Stable Tag release edk2-stable202305 completed

2023-05-28 Thread Guo, Gua
Thank for that, it looks good for me now. Thanks, Gua From: devel@edk2.groups.io On Behalf Of gaoliming via groups.io Sent: Monday, May 29, 2023 9:16 AM To: Guo, Gua ; devel@edk2.groups.io Subject: 回复: [edk2-devel] EDK II Stable Tag release edk2-stable202305 completed I have removed push

Re: [edk2-devel] EDK II Stable Tag release edk2-stable202305 completed

2023-05-28 Thread Guo, Gua
Remove All Hi @Gao, Liming One more check, Do you know whether Edk2 Hard Freeze is unlock or not ? I have two PR wait Hard Freeze unlock, want to add push label. 1. BaseTools: toolsetup.bat always execute PYTHON_HOME by gguo11837463 * Pull Request #4431 *

Re: [edk2-devel] [PATCH v1] BaseTools: toolsetup.bat always execute PYTHON_HOME

2023-05-26 Thread Guo, Gua
@Rebecca Cran I update v2 patch on the PR https://github.com/tianocore/edk2/pull/4431 Could you help to check about whether meet your expectation ? Thanks, Gua -Original Message- From: Rebecca Cran Sent: Saturday, May 27, 2023 12:30 AM To: Guo, Gua ; devel@edk2.groups.io Cc: Gao

[edk2-devel] [PATCH v1] BaseTools: toolsetup.bat always execute PYTHON_HOME

2023-05-25 Thread Guo, Gua
From: Gua Guo Ideally behavior is like below order that can support one local build machine, clone multiple Edk2, some of edk2 repo use old tag and some of edk2 repo use new tag, they can both support on one machine. 1. if defined PYTHON_COMMAND only - use PYTHON_COMMAND = user assigned 2.

Re: [edk2-devel] [PATCH v4 1/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-24 Thread Guo, Gua
Thanks for quickly review also update reviewed-by info on the PR. https://github.com/tianocore/edk2/pull/4416 -Original Message- From: Ni, Ray Sent: Wednesday, May 24, 2023 5:45 PM To: Guo, Gua ; devel@edk2.groups.io Cc: Kinney, Michael D Subject: RE: [PATCH v4 1/1] PcAtChipsetPkg: RTC

Re: [edk2-devel] [PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-24 Thread Guo, Gua
V4 patch can locate all previous comment. -Original Message- From: Guo, Gua Sent: Wednesday, May 24, 2023 4:43 PM To: devel@edk2.groups.io Cc: Guo, Gua Subject: [PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD From: Gua Guo PR: https://github.com

[edk2-devel] [PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-24 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/4416 V4: merge mRtcIndexRegisterIo and mRtcTargetRegisterIo into mRtcIndexRegister and mRtcTargetRegister V3: change UINTN to UINT8 on global data mRtcIndexRegisterIo mRtcTargetRegisterIo V2: Add more dynamic PCD for runtime

[edk2-devel] [PATCH v4 1/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-24 Thread Guo, Gua
From: Gua Guo RTC runtime is unable to get dynamic PCD value after booting to OS using runtime services. Resolution: Cache the dynamic PCD value in RTC driver entry point Cc: Ray Ni Cc: Michael D Kinney Signed-off-by: Gua Guo --- .../PcatRealTimeClockRuntimeDxe/PcRtc.c | 36

Re: [edk2-devel] [PATCH v2 1/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-24 Thread Guo, Gua
Thank for the review, will update v4 to take care it. -Original Message- From: Ni, Ray Sent: Wednesday, May 24, 2023 4:14 PM To: devel@edk2.groups.io; Guo, Gua Cc: Kinney, Michael D Subject: RE: [edk2-devel] [PATCH v2 1/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port

[edk2-devel] [PATCH v3 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-24 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/4416 V3: change UINTN to UINT8 on global data mRtcIndexRegisterIo mRtcTargetRegisterIo V2: Add more dynamic PCD for runtime service support instead of taking for FixedAtBuild case V1: After

[edk2-devel] [PATCH v3 1/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-24 Thread Guo, Gua
From: Gua Guo RTC runtime is unable to get dynamic PCD value after booting to OS using runtime services. Resolution: Cache the dynamic PCD value in RTC driver entry point Cc: Ray Ni Cc: Michael D Kinney Signed-off-by: Gua Guo --- .../PcatRealTimeClockRuntimeDxe/PcRtc.c | 38

[edk2-devel] [PATCH v2 1/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-22 Thread Guo, Gua
From: Gua Guo RTC runtime is unable to get dynamic PCD value after booting to OS using runtime services. Resolution: Cache the dynamic PCD value in RTC driver entry point Cc: Ray Ni Cc: Michael D Kinney Signed-off-by: Gua Guo --- .../PcatRealTimeClockRuntimeDxe/PcRtc.c | 38

[edk2-devel] [PATCH v2 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-22 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/4416 V2: Add more dynamic PCD for runtime service support instead of taking for FixedAtBuild case V1: After https://bugzilla.tianocore.org/show_bug.cgi?id=4193 RTC Runtime Services unable to get correct RTC time. Solution: Cache RTC

[edk2-devel] [PATCH v1 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-21 Thread Guo, Gua
From: Gua Guo PR: https://github.com/tianocore/edk2/pull/4416 V1: After https://bugzilla.tianocore.org/show_bug.cgi?id=4193 RTC Runtime Services unable to get correct RTC time. Solution: Cache RTC data, update RTC driver not to use PcdGet after driver init. Gua Guo (1): PcAtChipsetPkg: RTC

[edk2-devel] [PATCH v1 1/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

2023-05-21 Thread Guo, Gua
From: Gua Guo RTC runtime is unable to get dynamic PCD value after booting to OS using runtime services. Resolution: Cache the dynamic PCD value in RTC driver entry point Cc: Ray Ni Cc: Michael D Kinney Signed-off-by: Gua Guo --- .../PcatRealTimeClockRuntimeDxe/PcRtc.c | 15

Re: [edk2-devel] [Patch V4 02/15] UefiPayloadPkg: Add CpuPageTableLib required by PiSmmCpuDxe

2023-05-16 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Tan, Dun Sent: Tuesday, May 16, 2023 5:59 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [Patch V4 02/15] UefiPayloadPkg: Add CpuPageTableLib required by PiSmmCpuDxe Add

Re: [edk2-devel] [PATCH v3 5/5] UefiPayloadPkg: Add CpuPageTableLib required by SecCore & CpuMpPei

2023-05-14 Thread Guo, Gua
UefiPayloadPkg looks good for me. But maybe need to wait hard freeze unlock first. Give my RB. Reviewed-by: Gua Guo -Original Message- From: Wu, Jiaxin Sent: Monday, May 15, 2023 10:16 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Ni, Ray ; Zeng

Re: [edk2-devel] [PATCH v1 0/1] Maintainers.txt: Update reviewers and maintainer for FdtLib

2023-05-11 Thread Guo, Gua
Hi Liming, Do you know whether for code freeze also include Maintainers.txt update ? Or maybe we can submit it once the change approve. Thanks, Gua -Original Message- From: Guo, Gua Sent: Friday, May 12, 2023 10:11 AM To: devel@edk2.groups.io Cc: Guo, Gua Subject: [PATCH v1 0/1

  1   2   3   >