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 (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 29E162194D387 for ; Sun, 2 Dec 2018 23:19:15 -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 F02FB1682; Sun, 2 Dec 2018 23:19: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 5FEF73F614; Sun, 2 Dec 2018 23:19:13 -0800 (PST) From: Sughosh Ganu To: edk2-devel@lists.01.org, Achin Gupta , Jiewen Yao Date: Mon, 3 Dec 2018 12:49:01 +0530 Message-Id: <1543821542-4908-2-git-send-email-sughosh.ganu@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1543821542-4908-1-git-send-email-sughosh.ganu@arm.com> References: <1543821542-4908-1-git-send-email-sughosh.ganu@arm.com> Subject: [PATCH v3 1/2] StandaloneMM: Include the newly added library class for MMU functions 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:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 X-List-Received-Date: Mon, 03 Dec 2018 07:19:15 -0000 The MMU functions needed for StandaloneMM image are now exported through a separate library class. Make the corresponding change in the core's entry point inf file so that it references the correct library class for modifying the MMU attributes. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sughosh Ganu --- StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf index 66184c4a00f3..3222cd359f3e 100644 --- a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf +++ b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf @@ -45,7 +45,7 @@ [LibraryClasses] DebugLib [LibraryClasses.AARCH64] - ArmMmuLib + StandaloneMmMmuLib ArmSvcLib [Guids] -- 2.7.4