PcdVTdSupportAbortDmaMode is used to enable/disable using VTd Abort DMA Mode.
Signed-off-by: Sheng Wei
Reviewed-by: Robert Kowalewski
Cc: Ray Ni
Cc: Rangasai V Chaganty
Cc: Jenny Huang
Change-Id: If999d2f4906bda887dffe8574ec17cb90346b710
---
.../Feature/VTd/IntelVTdDmarPei/IntelVTdDmar.c
Hi,
> By the way: "kvm FSB clock is 1GHz" -- where is that constant set in
> KVM?
>
> ... is it "target/i386/kvm/kvm.c" in QEMU:
>
> > /* From arch/x86/kvm/lapic.h */
> > #define KVM_APIC_BUS_CYCLE_NS 1
> > #define KVM_APIC_BUS_FREQUENCY (10ULL / KVM_APIC_BUS_CYCLE_NS)
>
>
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-staging/RedfishCli
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] [edk2-staging][PAT
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| 16
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.
Signe
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] Ovmf
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 Steffe
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
> AsmRelocateApMailBoxLoo
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
> ; L
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 OptionRom
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 b
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] Ho
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 f
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
> InitializeCpuInterrup
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.
Vi
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
> ---
>
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 N
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 Struct
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: R
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
__
21 matches
Mail list logo