Re: [edk2-devel] [PATCH 24/24] [hack] turn off -Werror

2021-12-05 Thread Gerd Hoffmann
On Fri, Dec 03, 2021 at 06:38:52PM +, Kinney, Michael D wrote: > Hi Pedro, > > If there are specific issues with specific submodules, I would prefer > that we disable only the specific subset of warnings that are > triggered by that one project. Disabling all warnings as errors may > hide way

Re: [edk2-devel] [PATCH 24/24] [hack] turn off -Werror

2021-12-05 Thread Gerd Hoffmann
On Fri, Dec 03, 2021 at 04:27:02PM +, Michael D Kinney wrote: > You should be able to undefine MIN at the right place instead of turning off > all warnings as errors. Not so easy unfortunately. Tried that in CryptoPkg/Library/Include/CrtLibSupport.h (which is the place where all the other #d

[edk2-devel] [Patch V2] MinPlatformPkg: Check if Acpi table is already installed.

2021-12-05 Thread kavya
Check if Acpi table is already installed by locating the first ACPI table in XSDT/RSDT based on Signature Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: kavya Reviewed-by: Zhiguang Liu --- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c | 18

Re: [edk2-devel] [PATCH] MinPlatformPkg: Check if Acpi table is already installed.

2021-12-05 Thread Zhiguang Liu
Hi Kavya, One minor comment. Please change the DEBUG_ERROR to DEBUG_INFO. With this modification, you can keep my Reviewed-by. Reviewed-by: Zhiguang Liu From: devel@edk2.groups.io on behalf of kavya Sent: Monday, December 6, 2021 13:35 To: devel@edk2.groups.io

[edk2-devel] [PATCH] MinPlatformPkg: Check if Acpi table is already installed.

2021-12-05 Thread kavya
Check if Acpi table is already installed by locating the first ACPI table in XSDT/RSDT based on Signature Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: kavya --- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c | 18 ++ 1 file chan

Re: [edk2-devel] Soft Feature Freeze will start on 2021-11-08 for edk2-stable202111

2021-12-05 Thread Michael D Kinney
The previous release also provide an “As Built” INF file to allow the shell to be easily integrated into platform DSC files. Do you think this is required? How was that generated? The ShellPkg also contains a number of command extensions. Should those be build and included in a binary release

[edk2-devel] [PATCH] OvmfPkg-EmuVariableFvbRuntimeDxe: Support Access To Memory Above 4G

2021-12-05 Thread xianglai
In FvbInitialize Function, PcdFlashNvStorageVariableBase64 PcdFlashNvStorageFtwWorkingBase PcdFlashNvStorageFtwSpareBase will not exceed 0x1, Due to truncation and variable type limitations. That leads to the NV variable cannot be saved to the memory above 4G. Modify as follows: 1.Remove t

Re: [edk2-devel] Soft Feature Freeze will start on 2021-11-08 for edk2-stable202111

2021-12-05 Thread Gao, Zhichao
To generate Full Shell, execute: "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE" To generate Minimal Shell, execute: "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES" The binary with name “Shell_7C04A583-9E3E-4f1c-AD65-E05268D0B4D1.efi" Is the one for

Re: [edk2-devel] [PATCH v6 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin

2021-12-05 Thread Michael D Kinney
Hi Michael, I think you missed this feedback from my previous review. --- I did notice that the JUNIT XML file does have the details of any failures, but when running the UncrustifyCheck locally, the standard part of the log does n

[edk2-devel] [PATCH v6 1/1] .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin

2021-12-05 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3748 Adds a new CI plugin for Uncrustify. This is used to check coding standard compliance of source code to the EDK II C Coding Standards Specification. An external dependency is added in the plugin directory to retrieve

Re: [edk2-devel] [PATCH v3] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list

2021-12-05 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Cheng, Gao Sent: Monday, November 15, 2021 2:15 PM To: devel@edk2.groups.io Cc: Cheng, Gao ; Dong, Guo ; Ni, Ray ; Ma, Maurice ; You, Benjamin Subject: [PATCH v3] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list REF: https://bug

Re: [edk2-devel] Uncrustify Conversion Detailed Plan and Extended Hard Freeze Update #4

2021-12-05 Thread Ni, Ray
Mike, Thank you! I know it's a bit hard to get every code to meet human expectations using auto-tools. But it's the first time that edk2 code is more consistent than before. Reviewed-by: Ray Ni for: UefiCpuPkg PcAtChipsetPkg SourceLevelDebugPkg ShellPkg EmulatorPkg FatPkg UefiPayl

Re: [edk2-devel] [PATCH v2 1/1] UefiPayloadPkg: Skip ModuleInfo HOB in Payload

2021-12-05 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Jiang, Guomin Sent: Friday, December 3, 2021 1:17 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; Ma, Maurice ; You, Benjamin Subject: [PATCH v2 1/1] UefiPayloadPkg: Skip ModuleInfo HOB in Payload REF: https://bugzilla.tianocore.org/

Re: [edk2-devel] [edk2platforms][PATCH v3 1/1] IntelSiliconPkg: Add IntelDieInfoProtocol

2021-12-05 Thread Ni, Ray
Better to remove the signature. -Original Message- From: Czajkowski, Maciej Sent: Saturday, December 4, 2021 12:15 AM To: Ni, Ray ; devel@edk2.groups.io Cc: Chaganty, Rangasai V Subject: RE: [edk2platforms][PATCH v3 1/1] IntelSiliconPkg: Add IntelDieInfoProtocol Hi Ray, Thanks for th

Re: [edk2-devel] Uncrustify Conversion Detailed Plan and Extended Hard Freeze Update #4

2021-12-05 Thread Wu, Hao A
For SourceLevelDebugPkg: Reviewed-by: Hao A Wu Best Regards, Hao Wu > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael > D Kinney > Sent: Monday, December 6, 2021 9:18 AM > To: Michael Kubacki ; > devel@edk2.groups.io; maciej.rab...@linux.intel.com; Michael Kubacki >

Re: [edk2-devel] [PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg

2021-12-05 Thread Ming Huang
Hi Sami, Any comments about this series? Thanks, Ming On 11/5/21 6:51 PM, Sami Mujawar wrote: > Hi Ming, > > Apologies for the delay. I will look at this patch series next week. > > Regards, > > Sami Mujawar > > On 01/11/2021, 14:19, "Ming Huang" wrote: > > Hi, > > Any comments about t

Re: [edk2-devel] Uncrustify Conversion Detailed Plan and Extended Hard Freeze Update #4

2021-12-05 Thread Michael D Kinney
Hello EDK II Maintainers, A detailed evaluation of the DEBUG_CODE() formatting issue has been completed. The reason DEBUG_CODE() is a challenge is that this looks like a macro from a C parsing perspective, but the EDK II usage places C statements or blocks of C code as the parameter to this macro