From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=sughosh.ganu@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 734312194D387 for ; Sun, 2 Dec 2018 23:21:14 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1D32E1682; Sun, 2 Dec 2018 23:21:14 -0800 (PST) Received: from usa.arm.com (a074948-lin.blr.arm.com [10.162.4.56]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 81C553F614; Sun, 2 Dec 2018 23:21:12 -0800 (PST) From: Sughosh Ganu To: edk2-devel@lists.01.org, Achin Gupta , Jiewen Yao Date: Mon, 3 Dec 2018 12:50:55 +0530 Message-Id: <1543821656-4982-5-git-send-email-sughosh.ganu@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1543821656-4982-1-git-send-email-sughosh.ganu@arm.com> References: <1543821656-4982-1-git-send-email-sughosh.ganu@arm.com> Subject: [PATCH 4/5] StandaloneMmPkg: Replace dependency on ArmMmuLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:21:14 -0000 From: Achin Gupta Use StandaloneMmMmuLib instead of ArmMmuLib in StandaloneMmPkg for AArch64 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Sughosh Ganu --- StandaloneMmPkg/StandaloneMmPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/StandaloneMmPkg.dsc index 3470e1102cc3..412702272c95 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.dsc +++ b/StandaloneMmPkg/StandaloneMmPkg.dsc @@ -62,7 +62,7 @@ [LibraryClasses] [LibraryClasses.AARCH64] ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf - ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuStandaloneMmCoreLib.inf + StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf -- 2.7.4