public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] OvmfPkg: distinguish boot CPU count from possible CPU count
@ 2019-10-22 22:15 Laszlo Ersek
  2019-10-22 22:15 ` [PATCH v2 1/3] OvmfPkg/OvmfXen.dsc: remove PcdCpu* dynamic defaults Laszlo Ersek
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Laszlo Ersek @ 2019-10-22 22:15 UTC (permalink / raw)
  To: edk2-devel-groups-io
  Cc: Anthony Perard, Ard Biesheuvel, Igor Mammedov, Jordan Justen,
	Julien Grall

Repo:   https://github.com/lersek/edk2.git
Branch: max_cpus_bz_1515_v2
Ref:    https://bugzilla.tianocore.org/show_bug.cgi?id=1515

Version 1 was:

  [edk2-devel] [PATCH 0/4]
  UefiCpuPkg, OvmfPkg: separate PCDs for boot CPU count vs. max CPU count

  http://mid.mail-archive.com/20191008112714.6215-1-lersek@redhat.com
  https://edk2.groups.io/g/devel/message/48562

Since then, patch#1 of v1 has been rewritten and pushed as commit range
a7e2d20193e8..778832bcad33.

This v2 posting reworks the rest (patches #2 through #4) of the v1
series. Changes are listed per patch, in the notes sections.

Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@arm.com>

Thanks
Laszlo

Laszlo Ersek (3):
  OvmfPkg/OvmfXen.dsc: remove PcdCpu* dynamic defaults
  OvmfPkg/IndustryStandard: define macros for QEMU's CPU hotplug
    registers
  OvmfPkg/PlatformPei: rewrite MaxCpuCountInitialization() for CPU
    hotplug

 OvmfPkg/Include/IndustryStandard/I440FxPiix4.h    |   5 +
 OvmfPkg/Include/IndustryStandard/Q35MchIch9.h     |   2 +
 OvmfPkg/Include/IndustryStandard/QemuCpuHotplug.h |  43 +++++
 OvmfPkg/OvmfPkgIa32.dsc                           |   2 +-
 OvmfPkg/OvmfPkgIa32X64.dsc                        |   2 +-
 OvmfPkg/OvmfPkgX64.dsc                            |   2 +-
 OvmfPkg/OvmfXen.dsc                               |   4 -
 OvmfPkg/PlatformPei/Platform.c                    | 172 +++++++++++++++++---
 OvmfPkg/PlatformPei/PlatformPei.inf               |   2 +-
 9 files changed, 201 insertions(+), 33 deletions(-)
 create mode 100644 OvmfPkg/Include/IndustryStandard/QemuCpuHotplug.h

-- 
2.19.1.3.g30247aa5d201


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

end of thread, other threads:[~2020-01-29 17:30 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-22 22:15 [PATCH v2 0/3] OvmfPkg: distinguish boot CPU count from possible CPU count Laszlo Ersek
2019-10-22 22:15 ` [PATCH v2 1/3] OvmfPkg/OvmfXen.dsc: remove PcdCpu* dynamic defaults Laszlo Ersek
2019-10-24 14:18   ` Anthony PERARD
2019-10-22 22:15 ` [PATCH v2 2/3] OvmfPkg/IndustryStandard: define macros for QEMU's CPU hotplug registers Laszlo Ersek
2019-10-23 12:05   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-10-24 10:29     ` Laszlo Ersek
2019-10-24 15:12       ` Philippe Mathieu-Daudé
2019-10-25  8:21         ` Laszlo Ersek
2020-01-24 11:40         ` Laszlo Ersek
2020-01-29 14:43           ` Philippe Mathieu-Daudé
2020-01-29 17:30             ` Laszlo Ersek
2019-10-22 22:15 ` [PATCH v2 3/3] OvmfPkg/PlatformPei: rewrite MaxCpuCountInitialization() for CPU hotplug Laszlo Ersek
2019-10-24 14:27   ` Anthony PERARD
2019-10-24 15:28     ` Laszlo Ersek
2019-10-24 15:33   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-10-25  8:29     ` Laszlo Ersek
2019-10-25  9:17       ` Philippe Mathieu-Daudé
2019-10-23  8:52 ` [PATCH v2 0/3] OvmfPkg: distinguish boot CPU count from possible CPU count Ard Biesheuvel

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