public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: Ezra Godfrey <egodfrey.qdt@qualcommdatacenter.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH v2] BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types.
Date: Mon, 30 Apr 2018 14:36:43 +0000	[thread overview]
Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AB86F14@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <6e2266eeec1b25221ed6727d5b682228b53171f4.1525098748.git.egodfrey.qdt@qualcommdatacenter.com>

Thanks.

Reviewed-by: Jiewen.yao@Intel.com

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ezra
> Godfrey
> Sent: Monday, April 30, 2018 7:34 AM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH v2] BaseTools/VolInfo: Update EFI FV FILETYPES for new
> MM types.
> 
> Add support for the following types to VolInfo:
>   EFI_FV_FILETYPE_MM_STANDALONE
>   EFI_FV_FILETYPE_MM_CORE_STANDALONE
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ezra Godfrey <egodfrey.qdt@qualcommdatacenter.com>
> ---
>  BaseTools/Source/C/VolInfo/VolInfo.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/BaseTools/Source/C/VolInfo/VolInfo.c
> b/BaseTools/Source/C/VolInfo/VolInfo.c
> index a695529..7c2f72e 100644
> --- a/BaseTools/Source/C/VolInfo/VolInfo.c
> +++ b/BaseTools/Source/C/VolInfo/VolInfo.c
> @@ -1304,6 +1304,14 @@ 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_MM_CORE_STANDALONE:
> +    printf ("EFI_FV_FILETYPE_MM_CORE_STANDALONE\n");
> +    break;
> +
>    case EFI_FV_FILETYPE_FFS_PAD:
>      printf ("EFI_FV_FILETYPE_FFS_PAD\n");
>      break;
> --
> 2.7.4
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


      reply	other threads:[~2018-04-30 14:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-30 14:33 [PATCH v2] BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types Ezra Godfrey
2018-04-30 14:36 ` Yao, Jiewen [this message]

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=74D8A39837DF1E4DA445A8C0B3885C503AB86F14@shsmsx102.ccr.corp.intel.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