From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id DF88E21A143C1 for ; Thu, 8 Jun 2017 12:04:34 -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 3355980D; Thu, 8 Jun 2017 12:05:44 -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 41A443F557; Thu, 8 Jun 2017 12:05:43 -0700 (PDT) From: Supreeth Venkatesh To: edk2-devel@lists.01.org Cc: leif.lindholm@arm.com, ard.biesheuvel@linaro.org, achin.gupta@arm.com, supreeth.venkatesh@arm.com Date: Thu, 8 Jun 2017 20:05:21 +0100 Message-Id: <1496948731-34199-1-git-send-email-supreeth.venkatesh@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v2 00/10] *** BaseTools: Tools change to support PI v1.5 Specification. *** X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 19:04:35 -0000 *** PI v1.5 Specification Volume 4 defines Management Mode Core Interface. In order to support Management Mode Core Interface, Module Types MM_STANDALONE, MM_CORE_STANDALONE are needed. PI specification v1.5 defines the following new file types: #define EFI_FV_FILETYPE_MM 0x0A #define EFI_FV_FILETYPE_COMBINED_MM_DXE 0x0C #define EFI_FV_FILETYPE_MM_STANDALONE 0x0E The following changes are necessitated in order to support the above changes to the specification. Changes Since v1: Corrected Version check HEX Value "0x00010032" (1 and 50), not 0x0001000A (1 and 10) *** Supreeth Venkatesh (10): BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools: Tools change to support PI v1.5 Specification. BaseTools/Source/C/GenFfs/GenFfs.c | 6 +- BaseTools/Source/C/GenFw/GenFw.c | 5 +- BaseTools/Source/C/Include/Common/PiFirmwareFile.h | 1 + BaseTools/Source/Python/AutoGen/GenC.py | 148 ++++++++++++++++++++- BaseTools/Source/Python/AutoGen/GenDepex.py | 17 ++- BaseTools/Source/Python/Common/DataType.py | 4 +- BaseTools/Source/Python/Common/FdfParserLite.py | 4 +- .../Source/Python/CommonDataClass/CommonClass.py | 6 +- .../Source/Python/CommonDataClass/PackageClass.py | 2 +- BaseTools/Source/Python/Eot/FvImage.py | 1 + BaseTools/Source/Python/GenFds/FdfParser.py | 4 +- BaseTools/Source/Python/GenFds/Ffs.py | 7 +- BaseTools/Source/Python/GenFds/FfsInfStatement.py | 3 + .../Source/Python/Workspace/WorkspaceDatabase.py | 5 + BaseTools/Source/Python/build/BuildReport.py | 4 +- BaseTools/Source/Python/build/build.py | 2 +- 16 files changed, 200 insertions(+), 19 deletions(-) -- 2.7.4