From: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
To: edk2-devel@lists.01.org
Cc: leif.lindholm@arm.com, ard.biesheuvel@linaro.org,
achin.gupta@arm.com, supreeth.venkatesh@arm.com
Subject: [PATCH v2 00/10] *** BaseTools: Tools change to support PI v1.5 Specification. ***
Date: Thu, 8 Jun 2017 20:05:21 +0100 [thread overview]
Message-ID: <1496948731-34199-1-git-send-email-supreeth.venkatesh@arm.com> (raw)
***
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
next reply other threads:[~2017-06-08 19:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-08 19:05 Supreeth Venkatesh [this message]
2017-06-08 19:05 ` [PATCH v2 01/10] BaseTools: Tools change to support PI v1.5 Specification Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 02/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 03/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 04/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 05/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 06/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 07/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 08/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 09/10] " Supreeth Venkatesh
2017-06-08 19:05 ` [PATCH v2 10/10] " Supreeth Venkatesh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496948731-34199-1-git-send-email-supreeth.venkatesh@arm.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox