public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ezra Godfrey <egodfrey.qdt@qualcommdatacenter.com>
To: edk2-devel@lists.01.org
Subject: [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type.
Date: Fri, 27 Apr 2018 13:56:33 -0600	[thread overview]
Message-ID: <75cca0451c451175d80e3fa5dcc31cfee358566c.1524858423.git.egodfrey.qdt@qualcommdatacenter.com> (raw)

Add support for the EFI_FV_FILETYPE_MM_STANDALONE file type to VolInfo.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ezra Godfrey <egodfrey.qdt@qualcommdatacenter.com>
---
 BaseTools/Source/C/VolInfo/VolInfo.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/BaseTools/Source/C/VolInfo/VolInfo.c b/BaseTools/Source/C/VolInfo/VolInfo.c
index a695529..8def3b5 100644
--- a/BaseTools/Source/C/VolInfo/VolInfo.c
+++ b/BaseTools/Source/C/VolInfo/VolInfo.c
@@ -1304,6 +1304,10 @@ Returns:
     printf ("EFI_FV_FILETYPE_SMM_CORE\n");
     break;
 
+  case EFI_FV_FILETYPE_MM_STANDALONE:
+    printf ("EFI_FV_FILETYPE_MM_STANDALONE\n");
+    break;
+
   case EFI_FV_FILETYPE_FFS_PAD:
     printf ("EFI_FV_FILETYPE_FFS_PAD\n");
     break;
-- 
2.7.4



             reply	other threads:[~2018-04-27 19:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-27 19:56 Ezra Godfrey [this message]
2018-04-27 23:05 ` [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type Yao, Jiewen
2018-04-30 13:51   ` egodfrey.qdt

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=75cca0451c451175d80e3fa5dcc31cfee358566c.1524858423.git.egodfrey.qdt@qualcommdatacenter.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