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.100; helo=mga07.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 8573321FC7497 for ; Thu, 12 Oct 2017 01:44:44 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 12 Oct 2017 01:48:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,365,1503385200"; d="scan'208";a="909212099" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.7]) by FMSMGA003.fm.intel.com with ESMTP; 12 Oct 2017 01:48:12 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Thu, 12 Oct 2017 16:48:06 +0800 Message-Id: <20171012084810.148196-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.12.2.windows.2 Subject: [PATCH 0/4] Update MTRR algorithm to calculate optimal settings X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 08:44:44 -0000 Ruiyu Ni (4): UefiCpuPkg/MtrrLib: refine MtrrLibProgramFixedMtrr() UefiCpuPkg/MtrrLib: Optimize MtrrLibLeastAlignment() UefiCpuPkg/MtrrLib: Update algorithm to calculate optimal settings UefiCpuPkg/MtrrLib: Skip Base MSR access when the pair is invalid UefiCpuPkg/Include/Library/MtrrLib.h | 45 +- UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 2605 ++++++++++++++++++++-------------- 2 files changed, 1550 insertions(+), 1100 deletions(-) -- 2.12.2.windows.2