From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 A89A821E1DAC7 for ; Thu, 3 Aug 2017 02:29:57 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2017 02:32:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,315,1498546800"; d="scan'208";a="119098215" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.51]) by orsmga002.jf.intel.com with ESMTP; 03 Aug 2017 02:32:07 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Thu, 3 Aug 2017 17:31:59 +0800 Message-Id: <1501752726-14072-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [Patch 0/7] Remove deprecated macro. 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, 03 Aug 2017 09:29:57 -0000 Remove the deprecated macro and change code which use the macro. Eric Dong (7): QuarkSocPkg MtrrLib: Enhance get mtrr mask logic. Vlv2TbltDevicePkg: Enhance get mtrr mask logic. UefiCpuPkg CpuDxe: Enhance get mtrr mask logic. QuarkSocPkg MtrrLib: Remove reference deprecated macro. Vlv2TbltDevicePkg: Remove reference deprecated macro. UefiCpuPkg CpuDxe: Remove reference deprecated macro. UefiCpuPkg MtrrLib: Remove deprecated micro. .../QuarkNorthCluster/Library/MtrrLib/MtrrLib.c | 35 ++++++++-------- UefiCpuPkg/CpuDxe/CpuDxe.c | 35 ++++++++-------- UefiCpuPkg/CpuDxe/CpuDxe.h | 1 + UefiCpuPkg/Include/Library/MtrrLib.h | 27 ------------- Vlv2TbltDevicePkg/PlatformInitPei/MemoryPeim.c | 47 ++++++++++++++++++---- 5 files changed, 77 insertions(+), 68 deletions(-) -- 2.7.0.windows.1