Re: [edk2-devel] [edk2][PATCH V2 0/2] Update handling of interrupt node for SSDT Serial Port Fixup Library

2024-03-04 Thread Sami Mujawar
Merged as 970aacd191eb..1ae5bee967bf Thanks. Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116307): https://edk2.groups.io/g/devel/message/116307 Mute This Topic: https://groups.io/mt/103518971/21656 Group

Re: [edk2-devel] [staging/dynamictables-reorg PATCH v1 1/1] Branch to reorg Dynamic Tables & support other arch

2024-03-04 Thread Sunil V L
On Wed, Feb 14, 2024 at 08:20:24AM +, Sami Mujawar wrote: > Hi Abdul, > > The dynamictables-reorg branch is not yet created see > https://github.com/tianocore/edk2-staging/branches > I am not sure I have permissions to create a new branch under the > edk2-staging repo. > > I will follow up

Re: [edk2-devel] [edk2-platforms][PATCH v5 0/6] Platform/Sgi: Add support for RD-N2-Cfg3 and RD-V2 platform

2024-03-04 Thread Thomas Abraham
On Fri, Mar 1, 2024 at 4:30 PM Prabin CA wrote: > > Changes since V4: > - Rebase on top of latest upstream branch. > > Changes since V3: > - Removed author's signed-off on the patches, which is owned by another > author. > > Changes since V2: > - Removed the patch which introduce

Re: [edk2-devel] [edk2-platforms][PATCH v4 0/8] Platform/Sgi: Add support for RD-Fremont platform

2024-03-04 Thread Thomas Abraham
On Fri, Mar 1, 2024 at 4:32 PM Prabin CA wrote: > > Changes since V3: > - Rebase on top of latest upstream branch. > > Changes since V2: > - Removed author's signed-off on the patches, which is owned by another > author. > > Changes since V1: > - Corrected memory map in the DSDT file. > > This

Re: [edk2-devel] [PATCH] OvmfPkg/SmbiosPlatformDxe: tweak fallback release date again

2024-03-04 Thread joeyli via groups.io
Hi, On Wed, Feb 07, 2024 at 04:02:52PM +0800, joeyli via groups.io wrote: > On Wed, Feb 07, 2024 at 03:55:49PM +0800, joeyli wrote: > > Hi Laszlo, > > > > First, thanks for your review! > > > > On Mon, Feb 05, 2024 at 05:41:25PM +0100, Laszlo Ersek wrote: > > > On 2/4/24 10:29, Lee, Chun-Yi

[edk2-devel] [PATCH] MdePkg: Add UEFI 2.10 DeviceAuthentication

2024-03-04 Thread Wenxing Hou
According to UEFI 2.10 spec 32.8.2 UEFI Device Signature Variable GUID and Variable Name section, add signature database for device authentication. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Jiewen Yao Signed-off-by: Wenxing Hou --- MdePkg/Include/Guid/DeviceAuthentication.h |

Re: [edk2-devel] GuestPhysAddrSize questions

2024-03-04 Thread Gerd Hoffmann
Hi, > >23:16 GuestPhysAddrSize Maximum guest physical address size in bits. > >This number applies only to guests using nested > >paging. When this field is zero, refer to the > >PhysAddrSize field for the

[edk2-devel] [edk2-redfish-client][PATCH 2/3] RedfishClientPkg/Edk2RedfishResourceConfigLib: support config2 protocol

2024-03-04 Thread Nickle Wang via groups.io
Support Redfish resource config2 protocol in Edk2RedfishResourceConfigLib. This library will try Redfish resource config2 protocol first. And if there is no matching protocol found, Redfish resource config protocol will be used. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy

[edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Nickle Wang via groups.io
Introduce EDKII Redfish Resource Config2 Protocol so that caller can pass Redfish data to callee when caller uses "expand" query parameter to get multiple Redfish resources all together. Then, callee does not get Redfish resource from Redfish service again and save the communication effort

[edk2-devel] [edk2-redfish-client][PATCH 3/3] RedfishClientPkg/Features: support config2 protocol

2024-03-04 Thread Nickle Wang via groups.io
Because EdkIIRedfishResourceConfigLib is updated to support Redfish resource config2 protocol, update corresponding functions in feature drivers. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy Cc: Nick Ramirez --- .../Features/Bios/v1_0_9/Common/BiosCommon.c | 14

[edk2-devel] [edk2-redfish-client][PATCH 1/3] RedfishClientPkg: introduce Redfish resource config2 protocol.

2024-03-04 Thread Nickle Wang via groups.io
Introduce EDKII Redfish Resource Config2 Protocol. Comparing to Redfish Resource Config Protocol, this protocol adds new parameter called "JsonText". This allows Redfish caller driver to pass JSON context to callee. Callee save the effort of getting same data from Redfish service again. This is

Re: [edk2-devel] [edk2-platforms][PATCH V2 1/1] Platform/ARM/N1Sdp: Route the Debug Serial Port to IOFPGA UART1

2024-03-04 Thread Sami Mujawar
Merged as 07842635c80b..9fbe629ecf5e Thanks. Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116318): https://edk2.groups.io/g/devel/message/116318 Mute This Topic: https://groups.io/mt/103691696/21656 Group

Re: [edk2-devel] [edk2-platforms][PATCH V4 0/4] Add support to parse NT_FW_CONFIG

2024-03-04 Thread Sami Mujawar
As I mentioned in the individual patch reviews, I will be fixing things up before merging. With that, Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116319):

Re: 回复: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: Warn if out of flash space when writing variables

2024-03-04 Thread Laszlo Ersek
On 3/5/24 01:40, gaoliming via groups.io wrote: > Oliver: > If there is no enough space, Variable driver will reclaim flash and > reserve the enough space at boot time. What if the flash is genuinely fully occupied by *live* non-volatile variables? Laszlo > At the runtime, reclaim will not

Re: [edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Understood! Thank you for the elaboration. Abner > -Original Message- > From: Nickle Wang > Sent: Tuesday, March 5, 2024 11:23 AM > To: devel@edk2.groups.io; Chang, Abner > Cc: Igor Kulchytskyy ; Nick Ramirez > Subject: RE: [edk2-devel]

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, March 5, 2024 #cal-reminder

2024-03-04 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* Tuesday, March 5, 2024 6:30pm to 7:30pm (UTC-08:00) America/Los Angeles *Where:*

[edk2-devel] 回复: [PATCH] MdeModulePkg/Xhci: Skip another size round up for TRB address translation

2024-03-04 Thread gaoliming via groups.io
This change looks good. Reviewed-by: Liming Gao Cheng and Hao: Have you any comments for this patch? Thanks Liming > -邮件原件- > 发件人: Dat Mach > 发送时间: 2024年2月26日 10:00 > 收件人: devel@edk2.groups.io > 抄送: gao.ch...@intel.com; hao.a...@intel.com; ray...@intel.com; >

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, March 4, 2024 #cal-reminder

2024-03-04 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series* *When:* Monday, March 4, 2024 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles *Where:*

回复: [edk2-devel] [PATCH] MdePkg: Add UEFI 2.10 DeviceAuthentication

2024-03-04 Thread gaoliming via groups.io
Please also need to add gEfiDeviceSignatureDatabaseGuid in MdePkg.dec. > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Wenxing Hou > 发送时间: 2024年3月4日 19:56 > 收件人: devel@edk2.groups.io > 抄送: Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Jiewen > Yao > 主题: [edk2-devel] [PATCH] MdePkg: Add UEFI

回复: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: Warn if out of flash space when writing variables

2024-03-04 Thread gaoliming via groups.io
Oliver: If there is no enough space, Variable driver will reclaim flash and reserve the enough space at boot time. At the runtime, reclaim will not be trigged. The space may be out of resource. The warning message may be reported. Is this your case? Thanks Liming > -邮件原件- > 发件人:

Re: [edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Nickle Wang via groups.io
Hi Abner, Per offline discussion, Redfish collection driver may use query parameter "expand" to get members data all together. And then Redfish collection driver can send these data to non-collection driver. Non-collection driver does not need to get data from BMC again and this saves time of

Re: [edk2-devel] [PATCH 2/2] MdeModulePkg/DxeCore: Fix stack overflow issue due to nested interrupts

2024-03-04 Thread Ni, Ray
Michael, do you have any updated patch? Thanks, Ray From: Michael Brown Sent: Friday, March 1, 2024 19:10 To: Paolo Bonzini Cc: Ni, Ray ; devel@edk2.groups.io ; Kinney, Michael D ; Liming Gao ; Laszlo Ersek Subject: Re: [PATCH 2/2] MdeModulePkg/DxeCore: Fix

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, March 4, 2024 #cal-notice

2024-03-04 Thread Group Notification
*Tools, CI, Code base construction meeting series* *When:* Monday, March 4, 2024 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles *Where:*

Re: [edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Nickle, May I know what is the scenario on edk2 Redfish driver stack to use Resource Config2 protocol? Thanks Abner > -Original Message- > From: Nickle Wang > Sent: Monday, March 4, 2024 9:27 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor

[edk2-devel] [PATCH v1 0/1] MdeModulePkg: Warn if out of flash space when writing variables

2024-03-04 Thread Oliver Steffen
Emit a DEBUG_WARN message if there is not enough flash space left to write/update a variable. This condition is currently not logged appropriately in all cases, given that full variable store can easily render the system unbootable. This new message helps identifying this condition quickly.

[edk2-devel] [PATCH v1 1/1] MdeModulePkg: Warn if out of flash space when writing variables

2024-03-04 Thread Oliver Steffen
Emit a DEBUG_WARN message if there is not enough flash space left to write/update a variable. This condition is currently not logged appropriately in all cases, given that full variable store can easily render the system unbootable. This new message helps identifying this condition. Cc: Bob Feng

[edk2-devel] [staging/dynamictables-reorg PATCH v1 1/2] DynamicTablesPkg: Introduce an Arch Common Namespace

2024-03-04 Thread Sami Mujawar
Introduce an Arch Common Namespace so that the common architectural objects can be defined under this namespace in the Configuration manager. Also rearrange the namespace IDs so that the Arch Common Namespace has a value of 0x1, the Arm Namespace ID has a value of 0x2, and the Custom/OEM namespace

[edk2-devel] [staging/dynamictables-reorg PATCH v1 0/2] DynamicTablesPkg: Arch Common Namespace

2024-03-04 Thread Sami Mujawar
This series is an initial proposal for introducing an Arch Common namespace. Based on the mailing list discussions, further patch series to move the configuration manager objects to the Arch Common namespace and the corresponding platform support patches shall be submitted for review. The changes

[edk2-devel] [staging/dynamictables-reorg PATCH v1 2/2] DynamicTablesPkg: Identify common Arm namespace objects

2024-03-04 Thread Sami Mujawar
Identify the Arm namespace objects that can be moved to the Arch Common namespace. Also, identify the objects that can be dropped. Cc: Pierre Gondois Cc: Yeo Reum Yun Cc: Sunil V L Cc: AbdulLateef Attar Cc: Jeshua Smith Cc: Jeff Brasen Cc: Girish Mahadevan Cc: Leif Lindholm Cc: Meenakshi

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: Warn if out of flash space when writing variables

2024-03-04 Thread Laszlo Ersek
On 3/4/24 16:18, Oliver Steffen wrote: > Emit a DEBUG_WARN message if there is not enough flash space left to > write/update a variable. This condition is currently not logged > appropriately in all cases, given that full variable store can easily > render the system unbootable. > This new message

Re: [edk2-devel] [PATCH v3 2/3] UefiCpuPkg: RISC-V: MMU: Support Svpbmt extension

2024-03-04 Thread Laszlo Ersek
On 3/2/24 00:20, Tuan Phan wrote: > Thanks for the detailed review. Please see my comments below. > > On Fri, Mar 1, 2024 at 4:14 AM Laszlo Ersek > wrote: > > On 3/1/24 02:29, Tuan Phan wrote: > > The GCD EFI_MEMORY_UC and EFI_MEMORY_WC memory attributes will

Re: [edk2-devel] GuestPhysAddrSize questions

2024-03-04 Thread Lendacky, Thomas via groups.io
On 3/4/24 07:09, Gerd Hoffmann wrote: Hi, 23:16 GuestPhysAddrSize Maximum guest physical address size in bits. This number applies only to guests using nested paging. When this field is zero, refer to the

[edk2-devel] A bug in the use of timer was discovered during the RISC-V adaptation process

2024-03-04 Thread vicshuang(黄松) via groups.io
Hello: In the process of using UEFI EDK2 to adapt to RISC-V, we referred to SIFIVE's adaptation method. However, during the debugging process, we found that there was an issue with inaccurate timer operation. This problem also existed in the package that targeted SIFIVE, so we wanted

[edk2-devel] A bug in the use of timer was discovered during the RISC-V adaptation process

2024-03-04 Thread vicshuang(黄松) via groups.io
Hello: In the process of using UEFI EDK2 to adapt to RISC-V, we referred to SIFIVE's adaptation method. However, during the debugging process, we found that there was an issue with inaccurate timer operation. This problem also existed in the package that targeted SIFIVE, so we wanted

Re: [edk2-devel] [staging/dynamictables-reorg PATCH v1 1/1] Branch to reorg Dynamic Tables & support other arch

2024-03-04 Thread Sami Mujawar
Hi Sunil, I was not sure if I had the permissions, but apparently, I did. I have managed to create the branches (hopefully without any disasters): https://github.com/tianocore/edk2-staging/tree/dynamictables-reorg https://github.com/tianocore/edk2-platforms/tree/devel-dynamictables-reorg We

Re: [edk2-devel] [edk2-platforms][PATCH V4 0/4] Add support to parse NT_FW_CONFIG

2024-03-04 Thread Sami Mujawar
Merged as 9fbe629ecf5e..fe41713668d4 Thanks Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116320): https://edk2.groups.io/g/devel/message/116320 Mute This Topic: https://groups.io/mt/103521642/21656 Group Owner:

[edk2-devel] [PATCH v2 3/4] DynamicTablesPkg: Adds ACPI WSMT Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI WSMT table generator library. Register/Deregister WSMT table. Update the WSMT table during boot as per specification. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- DynamicTablesPkg/DynamicTables.dsc.inc| 2 +

[edk2-devel] [PATCH v2 4/4] DynamicTablesPkg: Adds ACPI SSDT HPET Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI SSDT HPET table generator library. Register/Deregister HPET table. Adds ACPI namespace object for HPET device. Adds Address space for HPET device. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar ---

[edk2-devel] [PATCH v2 0/4] DynamicTablesPkg V2: Adds generic FADT, HPET and WSMT table generators

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar PR: https://github.com/tianocore/edk2/pull/5438 V2: delta changes Addressed review comments Adds ACPI HPET table to add HPET to ACPI namespace V1: Adds new space for ArchNameSpaceObjects. Adds generic FADT table generator. Adds generic HPET table generator. Adds

[edk2-devel] [PATCH v2 1/4] DynamicTablesPkg: Adds ACPI FADT Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI FADT table generator library. Register/Deregister FADT table. Adds Arch namespace ids. Update the FADT table during boot as per specification. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar ---

[edk2-devel] [PATCH v2 2/4] DynamicTablesPkg: Adds ACPI HPET Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI HPET table generator library. Register/Deregister HPET table. Update the HPET table during boot as per specification. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- DynamicTablesPkg/DynamicTables.dsc.inc| 2 +

Re: [edk2-devel][PATCH v1 1/3] MdeModulePkg: ImagePropertiesRecordLib: Use SectionAlignment for CodeSize

2024-03-04 Thread Oliver Smith-Denny
Hi Ard, On 3/1/2024 3:58 AM, Ard Biesheuvel wrote: Hi Oliver, On Tue, 27 Feb 2024 at 21:27, Oliver Smith-Denny wrote: When an ImageRecord is stored by ImagePropertiesRecordLib, it reports the CodeSegmentSize as the SizeOfRawData from the image. However, the image as loaded into memory is

Re: [edk2-devel] [PATCH v1 2/3] ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table in Dmem.c

2024-03-04 Thread Stuart Yoder
Hi Sam, See inline comments... On 1/24/24 2:56 PM, Sam Kaynor wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352 Implemented dumping of the Image Execution Table using Dmem.c Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Sam Kaynor ---

Re: [edk2-devel] [PATCH v1 3/3] ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles in Dmem.c

2024-03-04 Thread Stuart Yoder
Hi Sam, See inline comments... On 1/24/24 2:56 PM, Sam Kaynor wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352 Implemented dumping of the UEFI Conformance Profiles Table using Dmem.c Additionally added the base support for the table with new header file ConformanceProfiles.h

Re: [edk2-devel][PATCH v1 1/3] MdeModulePkg: ImagePropertiesRecordLib: Use SectionAlignment for CodeSize

2024-03-04 Thread Oliver Smith-Denny
On 3/4/2024 11:24 AM, Oliver Smith-Denny wrote: On 3/4/2024 10:54 AM, Ard Biesheuvel wrote: On Mon, 4 Mar 2024 at 18:49, Oliver Smith-Denny wrote: Hi Ard, On 3/1/2024 3:58 AM, Ard Biesheuvel wrote: Hi Oliver, On Tue, 27 Feb 2024 at 21:27, Oliver Smith-Denny wrote: - 

Re: [edk2-devel][PATCH v1 1/3] MdeModulePkg: ImagePropertiesRecordLib: Use SectionAlignment for CodeSize

2024-03-04 Thread Oliver Smith-Denny
On 3/4/2024 10:54 AM, Ard Biesheuvel wrote: On Mon, 4 Mar 2024 at 18:49, Oliver Smith-Denny wrote: Hi Ard, On 3/1/2024 3:58 AM, Ard Biesheuvel wrote: Hi Oliver, On Tue, 27 Feb 2024 at 21:27, Oliver Smith-Denny wrote: When an ImageRecord is stored by ImagePropertiesRecordLib, it reports

Re: [edk2-devel][PATCH v1 1/3] MdeModulePkg: ImagePropertiesRecordLib: Use SectionAlignment for CodeSize

2024-03-04 Thread Ard Biesheuvel
On Mon, 4 Mar 2024 at 18:49, Oliver Smith-Denny wrote: > > Hi Ard, > > On 3/1/2024 3:58 AM, Ard Biesheuvel wrote: > > Hi Oliver, > > > > On Tue, 27 Feb 2024 at 21:27, Oliver Smith-Denny > > wrote: > >> > >> When an ImageRecord is stored by ImagePropertiesRecordLib, it reports the > >>

Re: [edk2-devel] [PATCH v1 1/3] ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.c

2024-03-04 Thread Stuart Yoder
Hi Sam, See inline comments... On 1/24/24 2:56 PM, Sam Kaynor wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352 Implemented the dumping of the UEFI RT Properties Table using Dmem.c Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Sam Kaynor ---