Re: [edk2-devel] [Patch] BaseTools: Remove the redundant __FLEXIBLE_SIZE from PcdValueInit.c

2022-03-18 Thread Bob Feng
Liming, Christine Could you review this patch? Thanks, Bob -Original Message- From: devel@edk2.groups.io On Behalf Of Bob Feng Sent: Tuesday, March 15, 2022 8:17 PM To: devel@edk2.groups.io Cc: Gao, Liming ; Chen, Christine Subject: [edk2-devel] [Patch] BaseTools: Remove the redundant

Re: [edk2-devel] [PATCH 0/6] [RFC] Rework UefiCpuPkg

2022-03-18 Thread Abner Chang
Just aware that I didn’t Cc stakeholders to the cover letter, add those people in CC. -Original Message- > From: Kinney, Michael D > Sent: Saturday, March 19, 2022 12:47 AM > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > ; Kinney, Michael D ; > Ni, Ray > Subject: RE

Re: [edk2-devel] [PATCH 0/6] [RFC] Rework UefiCpuPkg

2022-03-18 Thread Michael D Kinney
Hi Abner, Will OpenSBI content be needed by libs/modules outside of UefiCpuPkg? Should OpenSBI includes be promoted to MdePkg? I do not think the dir name "RISC-V" follows the file/dir name requirements. The '-' should not be used. I think there is a discussion about moving UefiCpuLib to MdePkg

[edk2-devel] [GSoC 2022] How to begin contributing?

2022-03-18 Thread Tejesh Anand
Hello all, My name is Tejesh Anand, a first year computer engineering student. I'm interested applying for the task of writing more unit tests for edk2. I wanted to ask if anyone had any advice for a first issue to begin to contribute with? Thanks in advance! -=-=-=-=-=-=-=-=-=-=-=- Groups.io

[edk2-devel] [PATCH] UefiPayloadPkg: Make Boot Timeout configurable

2022-03-18 Thread Sean Rhodes
Signed-off-by: Sean Rhodes --- UefiPayloadPkg/UefiPayloadPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index 14a8d157a2..3f172c5912 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPaylo

Re: [edk2-devel][PATCH] MdeModulePkg: Make RSP 16-byte boundary aligned for PEI 64bit

2022-03-18 Thread Kuo, Ted
Thanks Marvin for your feedback. I think your direction is right. The original stack alignment is correct before switching to new stack but the current implementation in SecCore's SecTemporaryRamSupport() will break the stack alignment after switching to new stack. We need to ensure the new stac

Re: [edk2-devel] [PATCH V4 09/10] MdeModulePkg: Update PciEnumeratorSupport to ignore OptionRom if needed

2022-03-18 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Xu, Min M Sent: Monday, February 28, 2022 4:17 PM To: devel@edk2.groups.io Cc: Xu, Min M ; Wang, Jian J ; Gao, Liming ; Wu, Hao A ; Ni, Ray ; Brijesh Singh ; Aktas, Erdem ; James Bottomley ; Yao, Jiewen ; Tom Lendacky ; Gerd Hoffmann Su

Re: [edk2-devel] [PATCH V9 35/47] MdeModulePkg: Skip setting IA32_ERER.NXE if it has already been set

2022-03-18 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: devel@edk2.groups.io On Behalf Of Min Xu Sent: Friday, March 18, 2022 8:46 AM To: devel@edk2.groups.io Cc: Xu, Min M ; Wang, Jian J ; Wu, Hao A ; Brijesh Singh ; Aktas, Erdem ; James Bottomley ; Yao, Jiewen ; Tom Lendacky ; Gerd Hoffmann

[edk2-devel] [PATCH v6 0/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser

2022-03-18 Thread Abdul Lateef Attar via groups.io
Replaced shift operator with compiler intrinsic functions. Cc: Ray Ni Cc: Zhichao Gao Cc: Sami Mujawar Abdul Lateef Attar (2): ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser ShellPkg/AcpiView: PrintFormatter for FADT Flags field ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParse

[edk2-devel] [PATCH v6 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field

2022-03-18 Thread Abdul Lateef Attar via groups.io
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni Cc: Zhichao Gao Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar --- ShellPkg/Library/UefiShellAcpiViewCommandLib/Acp

[edk2-devel] [PATCH v6 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser

2022-03-18 Thread Abdul Lateef Attar via groups.io
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UINT64 byte data. Cc: Ray Ni Cc: Zhichao Gao Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar

Re: [edk2-devel] [PATCH v7 1/1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.

2022-03-18 Thread Yao, Jiewen
Merged https://github.com/tianocore/edk2/pull/2650 > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, Jiewen > Sent: Friday, March 18, 2022 2:29 PM > To: Li, Zhihao ; devel@edk2.groups.io > Cc: Wang, Jian J ; Lu, Xiaoyu1 ; > Jiang, Guomin ; Fu, Siyuan > Subject: Re: [ed