From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.groups.io with SMTP id smtpd.web12.4721.1570706996866970393 for ; Thu, 10 Oct 2019 04:29:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5EBF03082E24; Thu, 10 Oct 2019 11:29:56 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-48.rdu2.redhat.com [10.10.120.48]) by smtp.corp.redhat.com (Postfix) with ESMTP id 515C85D6A5; Thu, 10 Oct 2019 11:29:55 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Eric Dong , Ray Ni Subject: [PATCH v2 0/2] UefiCpuPkg/MpInitLib: introduce PcdCpuBootLogicalProcessorNumber Date: Thu, 10 Oct 2019 13:29:50 +0200 Message-Id: <20191010112952.7187-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Thu, 10 Oct 2019 11:29:56 +0000 (UTC) Content-Transfer-Encoding: quoted-printable Repo: https://github.com/lersek/edk2.git Branch: mpinitlib_bz_1515_v2 Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1515 In version 2, the first patch of the v1 series [edk2-devel] [PATCH 0/4] UefiCpuPkg, OvmfPkg: separate PCDs for boot CPU count vs. max CPU count originally posted at http://mid.mail-archive.com/20191008112714.6215-1-lersek@redhat.com https://edk2.groups.io/g/devel/message/48562 has been split out to its own UefiCpuPkg series. In v2, the current AP enumeration options are documented first (more extensively than the existent comment). Then the new mode is introduced (with additional documentation). Cc: Eric Dong Cc: Ray Ni Thanks, Laszlo Laszlo Ersek (2): UefiCpuPkg/MpInitLib: expand comment on initial AP enumeration UefiCpuPkg/MpInitLib: honor the platform's boot CPU count in AP detection UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf | 1 + UefiCpuPkg/Library/MpInitLib/MpLib.c | 77 +++++++++++++++----- UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf | 3 +- UefiCpuPkg/UefiCpuPkg.dec | 13 ++++ UefiCpuPkg/UefiCpuPkg.uni | 4 + 5 files changed, 80 insertions(+), 18 deletions(-) --=20 2.19.1.3.g30247aa5d201