public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type.
@ 2018-04-27 19:56 Ezra Godfrey
  2018-04-27 23:05 ` Yao, Jiewen
  0 siblings, 1 reply; 3+ messages in thread
From: Ezra Godfrey @ 2018-04-27 19:56 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type.
  2018-04-27 19:56 [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type Ezra Godfrey
@ 2018-04-27 23:05 ` Yao, Jiewen
  2018-04-30 13:51   ` egodfrey.qdt
  0 siblings, 1 reply; 3+ messages in thread
From: Yao, Jiewen @ 2018-04-27 23:05 UTC (permalink / raw)
  To: Ezra Godfrey, edk2-devel@lists.01.org

Thanks.

Do you also want to update STTANDALONE MM CORE?

Thank you
Yao Jiewen

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ezra
> Godfrey
> Sent: Friday, April 27, 2018 12:57 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH] BaseTools/VolInfo: Add the
> EFI_FV_FILETYPE_MM_STANDALONE file type.
> 
> 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
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type.
  2018-04-27 23:05 ` Yao, Jiewen
@ 2018-04-30 13:51   ` egodfrey.qdt
  0 siblings, 0 replies; 3+ messages in thread
From: egodfrey.qdt @ 2018-04-30 13:51 UTC (permalink / raw)
  To: Yao, Jiewen, egodfrey.qdt, edk2-devel@lists.01.org

Hey Jiewen,
Yes I will update this for the MM_CORE_STANDALONE as well.

Thanks,
Ezra

-----Original Message-----
From: Yao, Jiewen <jiewen.yao@intel.com> 
Sent: Friday, April 27, 2018 5:05 PM
To: egodfrey.qdt <egodfrey.qdt@qualcommdatacenter.com>; edk2-devel@lists.01.org
Subject: RE: [edk2] [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type.

Thanks.

Do you also want to update STTANDALONE MM CORE?

Thank you
Yao Jiewen

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of 
> Ezra Godfrey
> Sent: Friday, April 27, 2018 12:57 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH] BaseTools/VolInfo: Add the 
> EFI_FV_FILETYPE_MM_STANDALONE file type.
> 
> 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
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-30 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 19:56 [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type Ezra Godfrey
2018-04-27 23:05 ` Yao, Jiewen
2018-04-30 13:51   ` egodfrey.qdt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox