public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/4] OvmfPkg: broadcast SMIs and dynamically revert to traditional AP sync mode
@ 2016-11-18 13:52 Laszlo Ersek
  2016-11-18 13:52 ` [PATCH v2 1/4] UefiCpuPkg/PiSmmCpuDxeSmm: dynamic PcdCpuSmmApSyncTimeout, PcdCpuSmmSyncMode Laszlo Ersek
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Laszlo Ersek @ 2016-11-18 13:52 UTC (permalink / raw)
  To: edk2-devel-01; +Cc: Jeff Fan, Jordan Justen, Michael Kinney, Paolo Bonzini

This is version 2 of the series originally posted here:
<https://lists.01.org/pipermail/edk2-devel/2016-November/004702.html>.

In this version, OVMF negotiates the broadcast SMI feature with QEMU
dynamically, using the interface added in this QEMU series:
<http://lists.nongnu.org/archive/html/qemu-devel/2016-11/msg03582.html>.
If the feature is available, OVMF selects it, and also re-sets the
UefiCpuPkg PCDs that are related to BSP-AP synchronization to their
"UefiCpuPkg.dec" defaults.

Repo:   https://github.com/lersek/edk2/
Branch: broadcast_smi_v2
BZ:     https://bugzilla.tianocore.org/show_bug.cgi?id=230

Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>

Thanks
Laszlo

Laszlo Ersek (4):
  UefiCpuPkg/PiSmmCpuDxeSmm: dynamic PcdCpuSmmApSyncTimeout,
    PcdCpuSmmSyncMode
  OvmfPkg: dynamic defaults for PcdCpuSmmApSyncTimeout,
    PcdCpuSmmSyncMode
  OvmfPkg/IndustryStandard: add macros for QEMU's SMI feature control
    bits
  OvmfPkg/SmmControl2Dxe: select broadcast SMI if available

 OvmfPkg/Include/IndustryStandard/Q35MchIch9.h |  9 ++-
 OvmfPkg/OvmfPkgIa32.dsc                       |  7 +-
 OvmfPkg/OvmfPkgIa32X64.dsc                    |  7 +-
 OvmfPkg/OvmfPkgX64.dsc                        |  7 +-
 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.c       | 73 +++++++++++++++++++-
 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf     |  5 ++
 UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c         |  4 +-
 UefiCpuPkg/UefiCpuPkg.dec                     | 20 +++---
 8 files changed, 110 insertions(+), 22 deletions(-)

-- 
2.9.2



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-12-01 20:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 13:52 [PATCH v2 0/4] OvmfPkg: broadcast SMIs and dynamically revert to traditional AP sync mode Laszlo Ersek
2016-11-18 13:52 ` [PATCH v2 1/4] UefiCpuPkg/PiSmmCpuDxeSmm: dynamic PcdCpuSmmApSyncTimeout, PcdCpuSmmSyncMode Laszlo Ersek
2016-11-22  7:20   ` Fan, Jeff
2016-11-22  8:06     ` Laszlo Ersek
2016-11-22  8:09       ` Laszlo Ersek
2016-11-18 13:52 ` [PATCH v2 2/4] OvmfPkg: dynamic defaults for " Laszlo Ersek
2016-11-18 13:52 ` [PATCH v2 3/4] OvmfPkg/IndustryStandard: add macros for QEMU's SMI feature control bits Laszlo Ersek
2016-11-18 13:52 ` [PATCH v2 4/4] OvmfPkg/SmmControl2Dxe: select broadcast SMI if available Laszlo Ersek
2016-11-23  3:44   ` Jordan Justen
2016-11-23 15:44     ` Laszlo Ersek
2016-12-01 20:30       ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox