From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 407D12035D329 for ; Mon, 8 Jan 2018 19:30:44 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 19:35:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="19407601" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.19]) by fmsmga004.fm.intel.com with ESMTP; 08 Jan 2018 19:35:53 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Tue, 9 Jan 2018 11:35:48 +0800 Message-Id: <20180109033552.378192-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.15.1.windows.2 Subject: [PATCH 0/4] Quality improvement of MtrrLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 03:30:44 -0000 The patch sets fix four issues. For details, please refer to the invidual patch. Patch 2/4 fixes the most critical bug. Ruiyu Ni (4): UefiCpuPkg/MtrrLib: Refine the debug messages UefiCpuPkg/MtrrLib: Fix bug that may calculate wrong MTRR result UefiCpuPkg/MtrrLib: Handle one setting request covering all memory UefiCpuPkg/MtrrLib: Correct typo to change vector to vertex UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 295 ++++++++++++++++++++--------------- 1 file changed, 168 insertions(+), 127 deletions(-) -- 2.15.1.windows.2