From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=199.106.114.251; helo=wolverine02.qualcomm.com; envelope-from=egodfrey.qdt@qualcommdatacenter.com; receiver=edk2-devel@lists.01.org Received: from wolverine02.qualcomm.com (wolverine02.qualcomm.com [199.106.114.251]) (using TLSv1.2 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A711A2034C8BB for ; Mon, 30 Apr 2018 06:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qualcommdatacenter.com; i=@qualcommdatacenter.com; q=dns/txt; s=qcdkim; t=1525096318; x=1556632318; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=gsFg8gMwnxV6xCuSb1B+DLM+REYvskNCyUu4yXpuAPI=; b=C58AZ7XGIDk/PL4bcBUxysSbX4qD11No68zUt2IeAsslrInM/COv254h GEgVwRTQZgYvHnspxO9F+xS5Re/d1qzgny/Z0onFtYBPENOFi7k3LQn+a Xn9lT1o3P8BV/nMGmlv7xiyoxxLMYaOvtP6IspCgB5kRvB/rt6eD/ixDB Y=; X-IronPort-AV: E=Sophos;i="5.49,346,1520924400"; d="scan'208";a="434029543" Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by wolverine02.qualcomm.com with ESMTP; 30 Apr 2018 06:51:57 -0700 X-IronPort-AV: E=McAfee;i="5900,7806,8878"; a="180115838" Received: from nasanexm01e.na.qualcomm.com ([10.85.0.31]) by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/AES256-SHA; 30 Apr 2018 06:51:57 -0700 Received: from NASANEXM01G.na.qualcomm.com (10.85.0.33) by NASANEXM01E.na.qualcomm.com (10.85.0.31) with Microsoft SMTP Server (TLS) id 15.0.1365.1; Mon, 30 Apr 2018 06:51:57 -0700 Received: from NASANEXM01G.na.qualcomm.com ([10.85.0.33]) by NASANEXM01G.na.qualcomm.com ([10.85.0.33]) with mapi id 15.00.1365.000; Mon, 30 Apr 2018 06:51:57 -0700 From: egodfrey.qdt To: "Yao, Jiewen" , egodfrey.qdt , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type. Thread-Index: AQHT3mHe+CEYXOYmhUCpJNoY9NxhIqQVsQqAgAOliTA= Date: Mon, 30 Apr 2018 13:51:56 +0000 Message-ID: References: <75cca0451c451175d80e3fa5dcc31cfee358566c.1524858423.git.egodfrey.qdt@qualcommdatacenter.com> <74D8A39837DF1E4DA445A8C0B3885C503AB8461B@shsmsx102.ccr.corp.intel.com> In-Reply-To: <74D8A39837DF1E4DA445A8C0B3885C503AB8461B@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.80.80.8] MIME-Version: 1.0 Subject: Re: [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 13:51:58 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hey Jiewen, Yes I will update this for the MM_CORE_STANDALONE as well. Thanks, Ezra -----Original Message----- From: Yao, Jiewen =20 Sent: Friday, April 27, 2018 5:05 PM To: egodfrey.qdt ; edk2-devel@lists.01= .org Subject: RE: [edk2] [PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_S= TANDALONE 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=20 > Ezra Godfrey > Sent: Friday, April 27, 2018 12:57 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH] BaseTools/VolInfo: Add the=20 > EFI_FV_FILETYPE_MM_STANDALONE file type. >=20 > Add support for the EFI_FV_FILETYPE_MM_STANDALONE file type to VolInfo. >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ezra Godfrey > --- > BaseTools/Source/C/VolInfo/VolInfo.c | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > 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; >=20 > + 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 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel