Re: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc: Support for compiling Python UEFI interpreter with VS2022

2024-07-17 Thread Jayaprakash, N
Hi Mike, It's a big list of warnings treated as errors in VS2022. So, I have captured all these compilation issues in the BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4811 GitHub actions with VS2019 and GCC building successfully post these fixes in my fork of edk2-libc. VS2019 Github

[edk2-devel] Issue with Python

2024-07-17 Thread Abdul Rahim, Amirah
Hi, I'm having a problem to run Python script on my system with below error. Can you help to check what could be the reason from below call stack trace? (Python 3.8.19 on win32) Traceback (most recent call last): File

[edk2-devel] Redfish Action URI support

2024-07-17 Thread achhetry via groups.io
Hi, I wanted to confirm if the action URI like - ComputerSystem.Reset, SecureBoot.ResetKeys are supported as part of edk2 redfish solution? If not, please comment why? Thanks, Aman -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online

Re: [edk2-devel] [edk2-platforms][PATCH v1 1/2] IntelSiliconPkg: Compiler and linker fixes

2024-07-17 Thread Chaganty, Rangasai V
Hi Michael, Thanks for addressing the GCC compiler issues. Overall looks good. In IntelVTdCorePei.c, it seems the following got missed: Item->Header.LogType = (UINT64) (1 << EventType); Can you also take care of below and use LShiftU64, instead of compiler intrinsic operators. Thanks,

Re: [edk2-devel] [PATCH v2 1/1] EDK2-Test BUG4244 V2 - Print PCIe device path for SCT failures.

2024-07-17 Thread G Edhaya Chandran
The patch is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/df9a877d1bcc8fa8f6c4992cf531472d5908af71 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119960): https://edk2.groups.io/g/devel/message/119960 Mute

Re: [edk2-devel] [PATCH v2 1/1] EDK2-Test BUG4244 V2 - Print PCIe device path for SCT failures.

2024-07-17 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119959): https://edk2.groups.io/g/devel/message/119959 Mute This Topic: https://groups.io/mt/106873511/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [edk2-platforms][PATCH v1 1/2] IntelSiliconPkg: Compiler and linker fixes

2024-07-17 Thread Ashraf Ali S
Reviewed-by: S, Ashraf Ali Thanks., S, Ashraf Ali -Original Message- From: devel@edk2.groups.io On Behalf Of Michael Kubacki Sent: Wednesday, July 17, 2024 11:25 PM To: devel@edk2.groups.io Cc: Ni, Ray ; Chaganty, Rangasai V ; S, Ashraf Ali ; Lautner, Kenneth Subject: [edk2-devel]

[edk2-devel] [edk2-platforms][PATCH v1 2/2] IntelSiliconPkg: Add missing components to build

2024-07-17 Thread Michael Kubacki
From: Michael Kubacki Adds libraries and modules missing from the [Components] section of IntelSiliconPkg.dsc. Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Ashraf Ali S Signed-off-by: Michael Kubacki --- Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dsc | 9 + 1 file changed, 9

[edk2-devel] [edk2-platforms][PATCH v1 1/2] IntelSiliconPkg: Compiler and linker fixes

2024-07-17 Thread Michael Kubacki
From: Michael Kubacki Some code is currently not being built in the package. This fixes GCC compiler errors and MSVC linker failures in the code so the package can build with these modules included. Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Ashraf Ali S Co-authored-by: Ken Lautner

[edk2-devel] [edk2-platforms][PATCH v1 0/2] IntelSiliconPkg: Add missing components

2024-07-17 Thread Michael Kubacki
From: Michael Kubacki Some libraries and modules are missing from the build. The first patch fixes compiler and linker failures. The second patch adds the missing components to IntelSiliconPkg.dsc. A PR with these changes is available here: https://github.com/tianocore/edk2-platforms/pull/171

Re: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc: Support for compiling Python UEFI interpreter with VS2022

2024-07-17 Thread Michael D Kinney
Can you list the compiler errors that are being fixed by this patch? Mike > -Original Message- > From: Jayaprakash, N > Sent: Tuesday, July 16, 2024 11:59 PM > To: devel@edk2.groups.io > Cc: Jayaprakash, N ; Rebecca Cran > ; Kinney, Michael D > Subject: [edk2-libc Patch 1/1] edk2-libc:

Re: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc: add .gitattributes to ensure right line endings in .sh .bat

2024-07-17 Thread Leif Lindholm
Hi, The address I am replying from is the email address I use for tianocore work. Messages sent elsewhere are going to end up misfiled and likely lost. On 2024-07-17 06:55, Jayaprakash, N wrote: Hi Lefi, Do you have any recommendations on this? Regards, JP -Original Message- From:

Re: [edk2-devel] [staging/dynamictables-reorg]: Staging branch merge planning

2024-07-17 Thread Sami Mujawar
The patch at https://edk2.groups.io/g/devel/topic/platforms_devel_dynamictables_reorg/107268665 fixes an issue with handling of Arch Common Namespace objects on Morello platform. Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group.

[edk2-devel] [platforms/devel-dynamictables-reorg PATCH V1 1/1] Platform/ARM/Morello: Check platform specific arch common namespace objects

2024-07-17 Thread Himanshu Sharma
Add a check for platform specific arch common namespace object in ConfigurationManager.c file. Signed-off-by: Himanshu Sharma --- Platform/ARM/Morello/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerFvp.h | 24 +-

[edk2-devel] [PATCH] ShellPkg: Correct smbiosview strings for SMBIOS Type0

2024-07-17 Thread Lien, HoraceX
From: HoraceX Lien REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4813 Some strings not match SMBIOS specification definition, include uppercase and lowercase, wrong characters, extra words,...etc Signed-off-by: HoraceX Lien Cc: Liming Gao ---

[edk2-devel] [PATCH] ShellPkg: Correct smbiosview strings for SMBIOS Type0

2024-07-17 Thread Lien, HoraceX
From: HoraceX Lien REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4813 Some strings not match SMBIOS specification definition, include uppercase and lowercase, wrong characters, extra words,...etc Signed-off-by: HoraceX Lien Cc: Zhichao Gao ---

[edk2-devel] [edk2-libc Patch 1/1] edk2-libc: Support for compiling Python UEFI interpreter with VS2022

2024-07-17 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4811 This commit fixes the compilation issues observed with several components in the edk2-libc repo while trying to compile Python interpreter for UEFI. Cc: Rebecca Cran Cc: Michael D Kinney Cc: Jayaprakash N Signed-off-by: Jayaprakash N

[edk2-devel] [edk2-libc Patch 0/1] Support for compiling Python UEFI interpreter with VS2022

2024-07-17 Thread Jayaprakash, N
This patch request adds support for compiling Python UEFI interpreter with VS2022 by fixing all the compilation issues observed in edk2-libc repo. Jayaprakash N (1): edk2-libc: Support for compiling Python UEFI interpreter with VS2022 AppPkg/Applications/Enquire/Enquire.c | 48