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 8B06D21B02822 for ; Mon, 26 Nov 2018 22:23: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 3AA7D2379; Mon, 26 Nov 2018 22:23: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 E0FC53F5AF; Mon, 26 Nov 2018 22:23:12 -0800 (PST) From: Sughosh Ganu To: edk2-devel@lists.01.org, Achin Gupta Date: Tue, 27 Nov 2018 11:52:54 +0530 Message-Id: <1543299775-25345-2-git-send-email-sughosh.ganu@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1543299775-25345-1-git-send-email-sughosh.ganu@arm.com> References: <1543299775-25345-1-git-send-email-sughosh.ganu@arm.com> Subject: [PATCH v2 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: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:14 -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 --- .../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