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 5910421B02822 for ; Mon, 26 Nov 2018 22:23:10 -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 28F372379; Mon, 26 Nov 2018 22:23:10 -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 168973F5AF; Mon, 26 Nov 2018 22:23:08 -0800 (PST) From: Sughosh Ganu To: edk2-devel@lists.01.org, Achin Gupta Date: Tue, 27 Nov 2018 11:52:53 +0530 Message-Id: <1543299775-25345-1-git-send-email-sughosh.ganu@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v2 0/2] StandaloneMM: Update permissions for Standalone MM drivers memory area 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:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 X-List-Received-Date: Tue, 27 Nov 2018 06:23:10 -0000 Changes since v1: A new patch has been added to reflect the library class added for changing the MMU attributes in StandaloneMM image, based on review comments from Ard Biesheuvel. These patches needs to be applied on top of the following patch series - "ArmPkg related changes for StandaloneMM package". Sughosh Ganu (2): StandaloneMM: Include the newly added library class for MMU functions StandaloneMM: Update permissions for Standalone MM drivers memory area .../StandaloneMmCoreEntryPoint.inf | 2 +- .../StandaloneMmPeCoffExtraActionLib.inf | 18 +- .../StandaloneMmPeCoffExtraActionLib.c | 222 +++++++++++++++++++++ 3 files changed, 234 insertions(+), 8 deletions(-) copy ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf => StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf (72%) create mode 100644 StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.c -- 2.7.4