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=supreeth.venkatesh@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 38391203B8CA9 for ; Fri, 4 May 2018 13:44:46 -0700 (PDT) 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 151B51435; Fri, 4 May 2018 13:44:46 -0700 (PDT) Received: from u201365.usa.Arm.com (bc-c3-3-14.eu.iaas.arm.com [10.6.43.238]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 06F6E3F487; Fri, 4 May 2018 13:44:44 -0700 (PDT) From: Supreeth Venkatesh To: edk2-devel@lists.01.org Cc: achin.gupta@arm.com, leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, Supreeth Venkatesh Date: Fri, 4 May 2018 21:44:34 +0100 Message-Id: <20180504204436.3441-1-supreeth.venkatesh@arm.com> X-Mailer: git-send-email 2.16.2 Subject: [edk2-platforms PATCH v2 0/2] *** Enable Standalone Management Mode Core Interface on AARCH64 FVP *** X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2018 20:44:46 -0000 *** PI Specification v1.5 "Volume 4: Management Mode Core Interface" introduces the concept of MM Standalone Mode. This patchset enables Standalone Management Mode Core Interface on AARCH64 FVP. *** Supreeth Venkatesh (2): VExpressPkg: Add dsc and fdf files for generating Standalone MM Image. Platform/VExpressPkg: Enable MM communication driver. .../ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 11 ++ .../ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf | 4 + .../ArmVExpress-StandaloneMm-FVP-AArch64.dsc | 102 ++++++++++++ .../ArmVExpress-StandaloneMm-FVP-AArch64.fdf | 184 +++++++++++++++++++++ 4 files changed, 301 insertions(+) create mode 100644 Platform/ARM/VExpressPkg/ArmVExpress-StandaloneMm-FVP-AArch64.dsc create mode 100644 Platform/ARM/VExpressPkg/ArmVExpress-StandaloneMm-FVP-AArch64.fdf -- 2.16.2