From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 A4D7E21CB8666 for ; Tue, 9 Jan 2018 21:35:07 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 21:40:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,338,1511856000"; d="scan'208";a="193748887" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.19]) by fmsmga006.fm.intel.com with ESMTP; 09 Jan 2018 21:40:18 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Wed, 10 Jan 2018 13:40:13 +0800 Message-Id: <20180110054015.406612-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.15.1.windows.2 Subject: [PATCH 0/2] 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: Wed, 10 Jan 2018 05:35:08 -0000 The patch set fixes two bugs in MtrrLib. With the two fixes, randomly generated 10000000 memory settings can be set correctly. Ruiyu Ni (2): UefiCpuPkg/MtrrLib: Fix a MTRR calculation bug UefiCpuPkg/MtrrLib: Fix an assertion bug UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- 2.15.1.windows.2