From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: ray.ni@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Tue, 04 Jun 2019 22:49:35 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 22:49:35 -0700 X-ExtLoop1: 1 Received: from ray-dev.ccr.corp.intel.com ([10.239.9.16]) by fmsmga006.fm.intel.com with ESMTP; 04 Jun 2019 22:49:34 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Subject: [PATCH v2 0/2] Fix the issue that OS complains memory < 1MB changes across S3 Date: Wed, 5 Jun 2019 13:49:18 +0800 Message-Id: <20190605054920.123184-1-ray.ni@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit v2: Answer Laszlo's comments: 1. Add 1/2 patch to change IA32 waking up vector assembly code to increase NumApsExecuting only for ApInitConfig. 2. Change 2/2 patch to remove the unnecessary debug messages. Ray Ni (2): UefiCpuPkg/MpInitLib: increase NumApsExecuting only for ApInitConfig UefiCpuPkg/MpInitLib: Decrease NumApsExecuting only for ApInitConfig UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm | 14 +++++++------- UefiCpuPkg/Library/MpInitLib/MpLib.c | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) -- 2.21.0.windows.1