[edk2-devel] [PATCH] MdeModulePkg: Support customized FV Migration Information

2023-09-06 Thread Wang Fan
From: Wang Fan REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4533 There are use cases which not all FVs need be migrated from TempRam to permanent memory before TempRam tears down. This new guid is introduced to avoid unnecessary FV migration to improve boot performance. Platform can publi

Re: [edk2-devel] [PATCH V9 0/2] Support RSA4096 and RSA3072

2023-09-06 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao Merged https://github.com/tianocore/edk2/pull/4798 > -Original Message- > From: Sheng, W > Sent: Thursday, September 7, 2023 9:57 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J ; > Xu, Min M ; Chen, Zeyi ; Wang, > Fiona ; Lu, Xiaoyu1 ; Jiang, > Gu

[edk2-devel] [PATCH] StandaloneMmPkg: Make StandaloneMmCpu driver platform independent

2023-09-06 Thread Tuan Phan
StandaloneMmCpu now can supports more platforms like RISC-V besides ARM/AARCH64. Signed-off-by: Tuan Phan --- .../Drivers/StandaloneMmCpu/EventHandle.c | 25 +++ .../Drivers/StandaloneMmCpu/StandaloneMmCpu.c | 42 +- .../StandaloneMmCpu/StandaloneMmCpu.inf | 9

Re: [edk2-devel] [PATCH v5] MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size

2023-09-06 Thread Mike Beaton
On Thu, 7 Sept 2023 at 04:35, Mike Beaton wrote: > > The immediately preceding call, GetBestLanguage, plus the implementation of > HiiGetString, which is called immediately afterwards, make it clear that > BestLanguage is a null-terminated ASCII string, and not just a five byte, > non-null termina

[edk2-devel] [PATCH v5] MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size

2023-09-06 Thread Mike Beaton
The immediately preceding call, GetBestLanguage, plus the implementation of HiiGetString, which is called immediately afterwards, make it clear that BestLanguage is a null-terminated ASCII string, and not just a five byte, non-null terminated buffer. Therefore AsciiStrLen is one byte too short, me

Re: [edk2-devel] [PATCH v2] MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts

2023-09-06 Thread Wu, Hao A
Sorry, I found that there is a build failure for the proposed change: PR - https://github.com/tianocore/edk2/pull/4796 Details: https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=101097&view=logs&j=2dc6585a-9807-582d-5eb8-65e26db2b1d0&t=fe91d259-3a7c-5e73-4892-c865ef48cb16 ERROR - Linke

Re: [edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellNetwork2CommandsLib: Check array index before access

2023-09-06 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Thursday, September 7, 2023 1:41 AM > To: devel@edk2.groups.io > Cc: Gao, Zhichao ; Kinney, Michael D > > Subject: [PATCH v1 1/1] ShellPkg/UefiShellNetwork2CommandsLib: Check > ar

[edk2-devel] [PATCH V9 2/2] SecurityPkg/SecureBoot: Support RSA4096 and RSA3072

2023-09-06 Thread Sheng Wei
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3413 Change-Id: Ic13595ffb0581a178db71d231ba34f17862fa5d8 Cc: Jiewen Yao Cc: Jian J Wang Cc: Min Xu Cc: Zeyi Chen Cc: Fiona Wang Signed-off-by: Sheng Wei --- .../Library/AuthVariableLib/AuthService.c | 225 +++--- .../AuthV

[edk2-devel] [PATCH V9 1/2] CryptoPkg/BaseCryptLib: add sha384 and sha512 to ImageTimestampVerify

2023-09-06 Thread Sheng Wei
Register and initialize sha384/sha512 digest algorithms for PKCS#7 Handling. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3413 Cc: Jiewen Yao Cc: Jian J Wang Cc: Min Xu Cc: Zeyi Chen Cc: Fiona Wang Cc: Xiaoyu Lu Cc: Guomin Jiang Cc: Michael D Kinney Change-Id: I208a618e3f6eb12704

[edk2-devel] [PATCH V9 0/2] Support RSA4096 and RSA3072

2023-09-06 Thread Sheng Wei
Patch V9: Refine coding format for file AuthService.c Patch V8: Update the patch comments for CryptoPkg. Comment should be <76 characters in each line. Refine coding format. Patch V7: Drop raw RSA3072 and RSA4096. Only use gEfiCertX509Guid for RSA3072 and RSA4096 Do the positive tests and the neg

Re: [edk2-devel] [PATCH v1 3/7] SecurityPkg.ci.yaml: Add debug macro exception

2023-09-06 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Tuesday, August 15, 2023 4:49 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J > Subject: [PATCH v1 3/7] SecurityPkg.ci.yaml: Add debug macro exception > > From: Michael Kubacki >

Re: [edk2-devel] [PATCH v1 6/7] OvmfPkg/PlatformCI: Disable DebugMacroCheck

2023-09-06 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Tuesday, August 15, 2023 4:49 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Yao, Jiewen > ; Justen, Jordan L ; Gerd > Hoffmann > Subject: [PATCH v1 6/7] OvmfPkg/PlatformCI: Disable DebugMacr

Re: [edk2-devel] [PATCH v1 7/7] .pytool/Plugin: Add DebugMacroCheck

2023-09-06 Thread Michael D Kinney
Reviewed-by: Michael D Kinney Really like the inclusion of unit tests. If any issues are found, can update unit test to cover that case. One quick question. I see a global disable through env var. I also see it says that is it runs on packages that use the compiler plugin. Is there a way to d

Re: [edk2-devel] [PATCH v2] MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts

2023-09-06 Thread Wu, Hao A
Sorry for the late response. Reviewed-by: Hao A Wu Best Regards, Hao Wu > -Original Message- > From: devel@edk2.groups.io On Behalf Of Henz, > Patrick > Sent: Thursday, September 7, 2023 4:37 AM > To: devel@edk2.groups.io > Subject: Re: [edk2-devel] [PATCH v2] MdeModulePkg/XhciDxe: Use

Re: [edk2-devel] [PATCH v1 2/7] pip-requirements.txt: Add regex

2023-09-06 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael > Kubacki > Sent: Monday, August 14, 2023 1:49 PM > To: devel@edk2.groups.io > Cc: Sean Brogan ; Kinney, Michael D > ; Gao, Liming > Subject: [edk2-devel] [PATCH v1 2/7] pip-requirements

Re: [edk2-devel] [PATCH v1 1/1] MdePkg/Library/TdxLib: Remove unnecessary comparison

2023-09-06 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael > Kubacki > Sent: Thursday, September 7, 2023 1:34 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Liu, Zhiguang ; Rebecca > Cran > Subject: [edk2-devel] [PATCH v1 1/1]

[edk2-devel] [PATCH v4] MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size

2023-09-06 Thread Mike Beaton
AsciiStrLen is one byte too short, thus whether the space allocated is really sufficient and whether the resultant string is really null-terminated becomes implementation-dependent. An explicitly compile-time string length calculation might be even more ideal, but AsciiStrSize matches usage elsewhe

Re: [edk2-devel] [PATCH] NetworkPkg: Increase HTTP buffer size and enable TCP window scaling

2023-09-06 Thread Saloni Kasbekar
Mike, Could you help us merge the patch? Thanks, Saloni -Original Message- From: Li, Yi1 Sent: Wednesday, September 6, 2023 1:52 AM To: Kasbekar, Saloni ; devel@edk2.groups.io Cc: Otcheretianski, Andrei ; Clark-williams, Zachary ; Luo, Heng Subject: RE: [PATCH] NetworkPkg: Increase H

Re: [edk2-devel] [PATCH v1 1/1] MdePkg/Library/BaseRngLib: Fix include guard

2023-09-06 Thread Rebecca Cran via groups.io
On 9/6/2023 11:29 AM, Michael Kubacki via groups.io wrote: From: Michael Kubacki The include guard is incomplete and does not define the macro. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Rebecca Cran Signed-off-by: Michael Kubacki --- MdePkg/Library/BaseRngLib/BaseRngLibIn

Re: [edk2-devel] [PATCH v2] MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts

2023-09-06 Thread Pedro Falcato
On Wed, Sep 6, 2023 at 9:37 PM Henz, Patrick wrote: > > I sent this patch out a few weeks ago now but haven't seen a reply, just > checking in to make sure it didn't get missed. Hi, Seems like you're missing the proper CC's (for the reviewers and maintainers) on the patch's email. -- Pedro -

Re: [edk2-devel] [PATCH v2] MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts

2023-09-06 Thread Henz, Patrick
I sent this patch out a few weeks ago now but haven't seen a reply, just checking in to make sure it didn't get missed. Thanks, Patrick Henz -Original Message- From: devel@edk2.groups.io On Behalf Of Henz, Patrick Sent: Monday, August 14, 2023 10:52 AM To: devel@edk2.groups.io Cc: Henz,

Re: [edk2-devel] Possibility of working on task - "Add Network Block Device support"

2023-09-06 Thread Pedro Falcato
On Wed, Sep 6, 2023 at 7:14 PM Sahil wrote: > > Hi, > > I have never contributed to Tianocore. While I am comfortable with C and > Python, I don't have much experience with firmware development and UEFI. > However, I wish to learn and gain exposure in these areas. I was going > through the list

[edk2-devel] Possibility of working on task - "Add Network Block Device support"

2023-09-06 Thread Sahil
Hi, I have never contributed to Tianocore. While I am comfortable with C and Python, I don't have much experience with firmware development and UEFI. However, I wish to learn and gain exposure in these areas. I was going through the list of tasks[1] and I came across the "Network Block Device C

[edk2-devel] Tianocore edk2-test Bug Triage Meeting

2023-09-06 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

[edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellNetwork2CommandsLib: Check array index before access

2023-09-06 Thread Michael Kubacki
From: Michael Kubacki Moves the range check for the index into the array before attempting any accesses using the array index. Cc: Zhichao Gao Cc: Michael D Kinney Signed-off-by: Michael Kubacki --- ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c | 2 +- 1 file changed, 1 insertion

[edk2-devel] [PATCH v1 1/1] MdePkg/Library/TdxLib: Remove unnecessary comparison

2023-09-06 Thread Michael Kubacki
From: Michael Kubacki Removes the comparison since unsigned values are always greater than or equal to 0. See the following CodeQL query for more info: /cpp/cpp-unsigned-comparison-zero/ Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Rebecca Cran Signed-off-by: Michael Kubacki --

[edk2-devel] [PATCH v1 1/1] MdePkg/Library/BaseRngLib: Fix include guard

2023-09-06 Thread Michael Kubacki
From: Michael Kubacki The include guard is incomplete and does not define the macro. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Rebecca Cran Signed-off-by: Michael Kubacki --- MdePkg/Library/BaseRngLib/BaseRngLibInternals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/

Re: [edk2-devel] [PATCH v1 2/2] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2023-09-06 Thread Oliver Smith-Denny
On 9/6/2023 1:50 AM, Ard Biesheuvel wrote: On Wed, 6 Sept 2023 at 09:56, Nhi Pham wrote: On 9/6/2023 1:33 PM, Ni, Ray wrote: [EXTERNAL EMAIL NOTICE: This email originated from an external sender. Please be mindful of safe email handling and proprietary information protection practices.] I am

Re: [edk2-devel] Regarding StandaloneMmPkg/Include/Guid/MpInformation.h

2023-09-06 Thread Oliver Smith-Denny
On 9/5/2023 11:39 PM, Ni, Ray wrote: All, StandaloneMmPkg/Include/Guid/MpInformation.h contains the MP_INFORMATION_HOB_DATA HOB definition. This HOB is used for transfering MP information collected in non-SMM phase to standalone MM environment. #pragmapack(1) typedefstruct{ UINT64NumberOfPro

Re: [edk2-devel] [PATCH V7 0/2] Support RSA4096 and RSA3072

2023-09-06 Thread Chen, Zeyi
Hi Wei, We finished some related secureboot tests with the IFWI you provided. Tests are PASS. Test point: Enabled secure boot successfully without issue. Can support RSA3072 and RSA4096. Still support original keys/files. Best Regards, Zeyi -Original Message- From: Sheng, W Sent: Wedn

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, September 7, 2023 #cal-reminder

2023-09-06 Thread Group Notification
*Reminder: TianoCore edk2-test Bug Triage Meeting* *When:* Thursday, September 7, 2023 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai *Where:* https://armltd.zoom.us/j/91247522013?pwd=ei9nUndTbG9oWEROS2M1aVREZkpiQT09&from=addon *Organizer:* Edhaya Chandran edhaya.chand...@arm.com ( edhaya.chand..

Re: [edk2-devel] [PATCH v3] MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size

2023-09-06 Thread Mike Beaton
On Wed, 6 Sept 2023 at 12:55, Mike Beaton wrote: > > On Wed, 6 Sept 2023 at 11:34, Mike Beaton wrote: > > > > AsciiStrLen was one byte too short (though with alignment up from an odd > > size > > would probably always have had the required space in practice). AsciiStrSize > > matches usage elsew

Re: [edk2-devel] [PATCH v3] MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size

2023-09-06 Thread Mike Beaton
On Wed, 6 Sept 2023 at 11:34, Mike Beaton wrote: > > AsciiStrLen was one byte too short (though with alignment up from an odd size > would probably always have had the required space in practice). AsciiStrSize > matches usage elsewhere in this file and in the codebase. I was intended to cc Ard Bi

[edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family

2023-09-06 Thread Avinash
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547 Add New Intel Processor family for SMBIOS Type 4 Hex value - 16h Name - Intel® Processor Signed-off-by: avinashbhargava Cc: Zhiguang Liu Cc: Dandan Bi Cc: Star Zeng Cc: Zhichao Gao Cc: Benny Lin Cc: Gua Guo Cc: Prakashan Krishnadas V

[edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS

2023-09-06 Thread Avinash
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547 Add New Intel Processor family for SMBIOS Hex value - 16h Name - Intel® Processor Signed-off-by: avinashbhargava Cc: Zhiguang Liu Cc: Dandan Bi Cc: Star Zeng Cc: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 1 + 1 file c

[edk2-devel] [PATCH 0/2] Add New Intel Processor family

2023-09-06 Thread Avinash
Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *** BLURB HERE *** Avinash (1): MdePkg/SmBios.h : Add New Intel Processor family Nhi Pham (1): ShellPkg/SmbiosView: Update display of PCIe system slot ID ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo

[edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family

2023-09-06 Thread Avinash
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547 Add New Intel Processor family for SMBIOS Type 4 Hex value - 16h Name - Intel® Processor Signed-off-by: avinashbhargava Cc: Zhiguang Liu Cc: Dandan Bi Cc: Star Zeng Cc: Zhichao Gao Cc: Benny Lin Cc: Gua Guo Cc: Prakashan Krishnadas V

Re: [edk2-devel] [PATCH v6 0/9] SecurityPkg/MdePkg: Update RngLib GUID identification

2023-09-06 Thread Yao, Jiewen
For SecurityPkg, acked-by: Jiewen Yao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Ard > Biesheuvel > Sent: Wednesday, September 6, 2023 5:13 PM > To: devel@edk2.groups.io; sami.muja...@arm.com > Cc: PierreGondois > Subject: Re: [edk2-devel] [PATCH v6 0/9] SecurityPkg/

[edk2-devel] [PATCH v3] MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size

2023-09-06 Thread Mike Beaton
AsciiStrLen was one byte too short (though with alignment up from an odd size would probably always have had the required space in practice). AsciiStrSize matches usage elsewhere in this file and in the codebase. Signed-off-by: Mike Beaton --- MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordH

Re: [edk2-devel] [PATCH v3] Revert "OvmfPkg: Update build.sh to allow building OVMF then running QEMU"

2023-09-06 Thread Ard Biesheuvel
On Wed, 6 Sept 2023 at 11:38, Mike Beaton wrote: > > This reverts commit 173a7a7daaad560cd69e1000faca1d2b91774c46 > > Fixes https://bugzilla.tianocore.org/show_bug.cgi?id=4528 > > The build.sh qemu option starts the correct qemu executable for the selected > architecture (build.sh -a option, or im

[edk2-devel] [PATCH v3] Revert "OvmfPkg: Update build.sh to allow building OVMF then running QEMU"

2023-09-06 Thread Mike Beaton
This reverts commit 173a7a7daaad560cd69e1000faca1d2b91774c46 Fixes https://bugzilla.tianocore.org/show_bug.cgi?id=4528 The build.sh qemu option starts the correct qemu executable for the selected architecture (build.sh -a option, or implicit) and uses the correct previously built OVMF image for t

Re: [edk2-devel] [PATCH] OvmfPkg/OvmfXen: Fix S3

2023-09-06 Thread Ard Biesheuvel
On Thu, 13 Jul 2023 at 12:48, Xenia Ragiadakou wrote: > > Currently, resuming an S3 suspended guest results in the following > assertion failure: > ASSERT > MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c(41): > MemoryLength > 0 > This happens because some parts of the S3 su

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-09-06 Thread Ard Biesheuvel
On Tue, 5 Sept 2023 at 18:05, Oliver Smith-Denny wrote: > > Gentle reminder on this now that the stable tag has passed. > Thanks for the reminder. Merging as #4790 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108318): https://edk2.gr

Re: [edk2-devel] [PATCH v6 0/9] SecurityPkg/MdePkg: Update RngLib GUID identification

2023-09-06 Thread Ard Biesheuvel
On Mon, 4 Sept 2023 at 15:01, Sami Mujawar wrote: > > Hi All, > > This patch series implements code first USWG ECR 2386 > (https://mantis.uefi.org/mantis/view.php?id=2386) and also fixes other issues > to enable RNG support on Arm. > The RNG implementation for Arm is broken without this series o

Re: [edk2-devel] [PATCH] NetworkPkg: Increase HTTP buffer size and enable TCP window scaling

2023-09-06 Thread Li, Yi
Hi Saloni and Zachary, can you help to merge this patch? It got reviewed-by but not check-in, Thanks! -Original Message- From: Kasbekar, Saloni Sent: Tuesday, July 25, 2023 12:18 PM To: Li, Yi1 ; devel@edk2.groups.io Cc: Otcheretianski, Andrei ; Clark-williams, Zachary Subject: RE: [

Re: [edk2-devel] [PATCH v1 2/2] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2023-09-06 Thread Ard Biesheuvel
On Wed, 6 Sept 2023 at 09:56, Nhi Pham wrote: > > On 9/6/2023 1:33 PM, Ni, Ray wrote: > > [EXTERNAL EMAIL NOTICE: This email originated from an external sender. > > Please be mindful of safe email handling and proprietary information > > protection practices.] > > > > I am a bit confused. > > > >

[edk2-devel] [PATCH V8 2/2] SecurityPkg/SecureBoot: Support RSA4096 and RSA3072

2023-09-06 Thread Sheng Wei
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3413 Change-Id: Ic13595ffb0581a178db71d231ba34f17862fa5d8 Cc: Jiewen Yao Cc: Jian J Wang Cc: Min Xu Cc: Zeyi Chen Cc: Fiona Wang Signed-off-by: Sheng Wei --- .../Library/AuthVariableLib/AuthService.c | 225 +++--- .../AuthV

[edk2-devel] [PATCH V8 1/2] CryptoPkg/BaseCryptLib: add sha384 and sha512 to ImageTimestampVerify

2023-09-06 Thread Sheng Wei
Register and initialize sha384/sha512 digest algorithms for PKCS#7 Handling. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3413 Cc: Jiewen Yao Cc: Jian J Wang Cc: Min Xu Cc: Zeyi Chen Cc: Fiona Wang Cc: Xiaoyu Lu Cc: Guomin Jiang Cc: Michael D Kinney Change-Id: I208a618e3f6eb12704

[edk2-devel] [PATCH V8 0/2] Support RSA4096 and RSA3072

2023-09-06 Thread Sheng Wei
Patch V8: Update the patch comments for CryptoPkg. Comment should be <76 characters in each line. Refine coding format. Patch V7: Drop raw RSA3072 and RSA4096. Only use gEfiCertX509Guid for RSA3072 and RSA4096 Do the positive tests and the negative tests below. And got all the expected results.

Re: [edk2-devel] [PATCH v1 2/2] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2023-09-06 Thread Nhi Pham via groups.io
On 9/6/2023 1:33 PM, Ni, Ray wrote: [EXTERNAL EMAIL NOTICE: This email originated from an external sender. Please be mindful of safe email handling and proprietary information protection practices.] I am a bit confused. The HOB list in standalone MM is read-only. Why could any module call Bu

Re: [edk2-devel] [PATCH v1 2/2] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2023-09-06 Thread Nhi Pham via groups.io
On 9/6/2023 4:29 AM, Oliver Smith-Denny wrote: On 9/4/2023 7:20 PM, Nhi Pham wrote: On 9/2/2023 3:43 AM, Oliver Smith-Denny wrote: On 8/31/2023 1:20 AM, Nhi Pham via groups.io wrote: If I am understanding this correctly, this is only an issue when HOBs are created in StMM, i.e. not from HOBs

Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: Fix Hii form name mismatch with EFI variable

2023-09-06 Thread Ard Biesheuvel
On Wed, 6 Sept 2023 at 05:03, Bi, Dandan wrote: > > Reviewed-by: Dandan Bi > Thanks for the review Merging as #4789 Thanks, > > > Thanks, > Dandan > -Original Message- > From: Wang, Yin > Sent: Friday, September 1, 2023 4:21 PM > To: devel@edk2.groups.io > Cc: Wang, Yin ; Ard Bieshe