Re: [edk2-devel] [PATCH 1/1] OvmfPkg: fix PcdFSBClock

2022-05-24 Thread Laszlo Ersek
On 05/23/22 15:45, Gerd Hoffmann wrote: > kvm FSB clock is 1GHz, not 100 MHz. Timings are off by factor 10. > Fix all affected build configurations. Not changed: Microvm and > Cloudhw (they have already have the correct value), and Xen (has > no fixed frequency, the PCD is configured at runtime

回复: [edk2-devel] [PATCH 1/1] OvmfPkg: fix PcdFSBClock

2022-05-24 Thread gaoliming
Gerd: I am OK to merge this bug fix for stable tag 202205 once this patch passes code review. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Gerd > Hoffmann > 发送时间: 2022年5月24日 14:29 > 收件人: devel@edk2.groups.io; gaolim...@byosoft.com.cn > 抄送: Pawel Polawski ; Oliver Steffen > ;

回复: [edk2-devel] [PATCH] OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop

2022-05-24 Thread gaoliming
Min, Isaku, Jiewen: Is this patch required to catch edk2 202205 stable tag? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Min Xu > 发送时间: 2022年5月24日 17:14 > 收件人: Yamahata, Isaku ; > devel@edk2.groups.io > 主题: Re: [edk2-devel] [PATCH] OvmfPkg: TdxDxe: Fix >

Re: [edk2-devel] [edk2-staging][PATCH v2 2/3] edk2-staging/RedfishClientPkg: Introduce Redfish version library

2022-05-24 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: Wang, Nickle (Server BIOS) > Sent: Wednesday, May 25, 2022 11:14 AM > To: devel@edk2.groups.io > Cc: Wang, Nickle (Server BIOS) ; Chang, Abner (HPS > SW/FW Technologist) > Subject: [edk2-staging][PATCH v2 2/3]

[edk2-devel] Can you create a PCI Option ROM and place it in an FV in a single build?

2022-05-24 Thread Andrew Fish via groups.io
I realize I can use syntax like this to control the construction of an option ROM from an FDF file. 1 [OptionRom.AtapiPassThru] 2 INF USE = IA32 OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf { 3 PCI_REVISION = 0x0020 4 PCI_DEVICE_ID = 0x0A03 0x0B03 5 } 6 INF USE = EBC

[edk2-devel] [edk2-staging][PATCH v2 1/3] edk2-staging/RedfishClientPkg: Introduce Redfish event library

2022-05-24 Thread Nickle Wang
Add RedfishEventLib to Redfish client package. This library provides interface for Redfish feature drivers to listen to Redfish event such as the event before provisioning and the event after provisioning. Feature driver can perform additional operation before and after Redfish provisioning.

Re: [edk2-devel] [edk2-staging][PATCH v2 1/3] edk2-staging/RedfishClientPkg: Introduce Redfish event library

2022-05-24 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: devel@edk2.groups.io On Behalf Of Nickle > Wang > Sent: Wednesday, May 25, 2022 11:14 AM > To: devel@edk2.groups.io > Cc: Wang, Nickle (Server BIOS) ; Chang, Abner (HPS > SW/FW Technologist) > Subject: [edk2-devel]

Re: [edk2-devel] [PATCH] OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop

2022-05-24 Thread Yao, Jiewen
Agree to merge to stable tag. Thanks for the reminder. Reviewed-by: Jiewen y...@intel.com > -Original Message- > From: gaoliming > Sent: Wednesday, May 25, 2022 10:40 AM > To: devel@edk2.groups.io; Xu, Min M ; Yamahata, Isaku > > Cc: Yao, Jiewen > Subject: 回复: [edk2-devel] [PATCH]

Re: [edk2-devel] [PATCH 1/1] OvmfPkg: fix PcdFSBClock

2022-05-24 Thread Yao, Jiewen
Agree to merge to stable tag. Thanks for the reminder. Reviewed-by: Jiewen y...@intel.com > -Original Message- > From: devel@edk2.groups.io On Behalf Of gaoliming > Sent: Wednesday, May 25, 2022 9:43 AM > To: devel@edk2.groups.io; kra...@redhat.com > Cc: 'Pawel Polawski' ; 'Oliver

[edk2-devel] [edk2-staging][PATCH v2 2/3] edk2-staging/RedfishClientPkg: Introduce Redfish version library

2022-05-24 Thread Nickle Wang
Add RedfishVersionLib to Redfish client package. This library provides interface for Redfish feature drivers to get Redfish version on BMC. Signed-off-by: Nickle Wang Cc: Abner Chang --- .../Include/Library/RedfishVersionLib.h | 30 +++ RedfishClientPkg/Include/RedfishBase.h|

Re: [edk2-devel] [PATCH v5 1/6] MdeModulePkg/PciHostBridge: io range is not mandatory

2022-05-24 Thread Gerd Hoffmann
On Mon, May 23, 2022 at 04:48:05AM -0700, Albecki, Mateusz wrote: > @Ni, Ray > > I think EDK2 needs to provide a way for root port to operate without IO space > assigned in a platform-independent way. I can think of the following cases > when root port didn't get IO space: > > 1. We have run

Re: [edk2-devel] [PATCH 4/5] CpuException: Remove InitializeCpuInterruptHandlers

2022-05-24 Thread Ni, Ray
Jian, I think we need discussion on where to put the common CPU_INTERRUPT_NUM definition. Do you agree that we can leave that to another patch? From: Wang, Jian J Sent: Monday, May 23, 2022 0:27 To: devel@edk2.groups.io; Ni, Ray Cc: Dong, Eric Subject:

Re: [edk2-devel] [PATCH 1/1] OvmfPkg: fix PcdFSBClock

2022-05-24 Thread Gerd Hoffmann
On Mon, May 23, 2022 at 03:45:04PM +0200, Gerd Hoffmann wrote: > kvm FSB clock is 1GHz, not 100 MHz. Timings are off by factor 10. > Fix all affected build configurations. Not changed: Microvm and > Cloudhw (they have already have the correct value), and Xen (has > no fixed frequency, the PCD is

Re: [edk2-devel] [PATCH 1/5] CpuException: Avoid allocating code pages for DXE instance

2022-05-24 Thread Ni, Ray
Jian, Ia32/ExceptionHandlerAsm.nasm is used by 32bit DxeCpuExceptionHandlerLib instance. I agree the commit message is not correct. The commit message says SEC still creates 32 entries but 32bit SEC creates 256 entries. I will update the commit message to align to code behavior. Thanks, Ray

Re: [edk2-devel] [PATCH] OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop

2022-05-24 Thread Min Xu
On May 24, 2022 3:54 PM, Yamahata, Isaku wrote: > > In TDX, Application Processor busy-loops on Mailbox for OS to issue > MpProtectedModeWakeupCommandWakeup command to UEFI. As the AP > acking to it, it clears the command member according to ACPI spec 6.4, > 5.2.12.19 Multiprocessor Wakeup

Re: [edk2-devel] [PATCH 4/5] CpuException: Remove InitializeCpuInterruptHandlers

2022-05-24 Thread Wang, Jian J
Another patch works for me. Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Ni, Ray > Sent: Tuesday, May 24, 2022 4:04 PM > To: Wang, Jian J ; devel@edk2.groups.io > Cc: Dong, Eric > Subject: Re: [edk2-devel] [PATCH 4/5] CpuException: Remove >

Re: [edk2-devel] [PATCH 1/5] CpuException: Avoid allocating code pages for DXE instance

2022-05-24 Thread Wang, Jian J
I see. With its addressed, Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Ni, Ray > Sent: Tuesday, May 24, 2022 4:02 PM > To: Wang, Jian J ; devel@edk2.groups.io > Cc: Dong, Eric > Subject: Re: [edk2-devel] [PATCH 1/5] CpuException: Avoid allocating code > pages

Re: [edk2-devel] How to create a account on bugzilla.tianocore.org ?

2022-05-24 Thread Michael D Kinney
The details are on this Wiki page https://github.com/tianocore/tianocore.github.io/wiki/Reporting-Issues Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of joeyli via > groups.io > Sent: Sunday, May 22, 2022 8:23 PM > To: devel@edk2.groups.io > Subject: [edk2-devel]

[edk2-devel] [PATCH] OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop

2022-05-24 Thread Isaku Yamahata
In TDX, Application Processor busy-loops on Mailbox for OS to issue MpProtectedModeWakeupCommandWakeup command to UEFI. As the AP acking to it, it clears the command member according to ACPI spec 6.4, 5.2.12.19 Multiprocessor Wakeup Structure: "The application processor need clear the command to

Re: [edk2-devel] [PATCH v2 08/17] Silicon/Qemu: Update ARM_CORE_INFO initializer for MPIDR field change

2022-05-24 Thread Graeme Gregory
On Thu, Dec 16, 2021 at 03:07:51PM -0700, Rebecca Cran wrote: > The ARM_CORE_INFO struct has been updated so the MPIDR is now a single > field instead of separate cluster/core fields. Update the initializer. > > Signed-off-by: Rebecca Cran Looks sane to me Reviewed-by: Graeme Gregory > --- >

[edk2-devel] How to create a account on bugzilla.tianocore.org ?

2022-05-24 Thread joeyli via groups.io
Hi experts, We want to report bug on bugzilla.tianocore.org but the system doesn't provide link for creating new account. How should I do for creating a account on bugzilla.tianocore.org? Thanks! Joey Lee -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group.