public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] UefiCpuPkg, OvmfPkg: set maximum (V)CPU count dynamically
@ 2016-11-28 13:08 Laszlo Ersek
  2016-11-28 13:08 ` [PATCH v3 1/2] UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP startup Laszlo Ersek
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Laszlo Ersek @ 2016-11-28 13:08 UTC (permalink / raw)
  To: edk2-devel-01; +Cc: Igor Mammedov, Jeff Fan, Jordan Justen, Michael Kinney

This is the v3 update on
<https://lists.01.org/pipermail/edk2-devel/2016-November/005207.html>.

Changes in this version [Jeff]:
- preserve original behavior for PcdCpuApInitTimeOutInMicroSeconds==0
- use MAX_UINT32 (~71 minutes) as "infinite wait"

Repo:   https://github.com/lersek/edk2/
Branch: mpinit_v3

Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>

Thanks
Laszlo

Laszlo Ersek (2):
  UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP
    startup
  OvmfPkg/PlatformPei: take VCPU count from QEMU and configure MpInitLib

 OvmfPkg/OvmfPkgIa32.dsc              |  4 ++
 OvmfPkg/OvmfPkgIa32X64.dsc           |  4 ++
 OvmfPkg/OvmfPkgX64.dsc               |  4 ++
 OvmfPkg/PlatformPei/PlatformPei.inf  |  1 +
 OvmfPkg/PlatformPei/Platform.h       |  2 +
 OvmfPkg/PlatformPei/MemDetect.c      |  2 +-
 OvmfPkg/PlatformPei/Platform.c       | 43 ++++++++++++
 UefiCpuPkg/Library/MpInitLib/MpLib.c | 73 +++++++++++++++++++-
 8 files changed, 131 insertions(+), 2 deletions(-)

-- 
2.9.2



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

end of thread, other threads:[~2016-11-29  9:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 13:08 [PATCH v3 0/2] UefiCpuPkg, OvmfPkg: set maximum (V)CPU count dynamically Laszlo Ersek
2016-11-28 13:08 ` [PATCH v3 1/2] UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP startup Laszlo Ersek
2016-11-29  0:42   ` Fan, Jeff
2016-11-28 13:08 ` [PATCH v3 2/2] OvmfPkg/PlatformPei: take VCPU count from QEMU and configure MpInitLib Laszlo Ersek
2016-11-28 19:24 ` [PATCH v3 0/2] UefiCpuPkg, OvmfPkg: set maximum (V)CPU count dynamically Jordan Justen
2016-11-28 19:58   ` Laszlo Ersek
2016-11-29  9:11 ` Laszlo Ersek

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