From nobody Thu May 2 21:13:29 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail header.i=@qualcommdatacenter.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1525098840496484.79158521590534; Mon, 30 Apr 2018 07:34:00 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2AABB2282E589; Mon, 30 Apr 2018 07:33:59 -0700 (PDT) Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) (using TLSv1.2 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E574D203B925F for ; Mon, 30 Apr 2018 07:33:57 -0700 (PDT) Received: from unknown (HELO ironmsg03-sd.qualcomm.com) ([10.53.140.143]) by alexa-out-sd-02.qualcomm.com with ESMTP; 30 Apr 2018 07:33:57 -0700 Received: from egodfrey-lnx.qualcomm.com ([10.226.58.84]) by ironmsg03-sd.qualcomm.com with ESMTP; 30 Apr 2018 07:33:56 -0700 Received: by egodfrey-lnx.qualcomm.com (Postfix, from userid 74115) id DE2B22BFD; Mon, 30 Apr 2018 08:33:54 -0600 (MDT) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=199.106.114.39; helo=alexa-out-sd-02.qualcomm.com; envelope-from=egodfrey@qualcomm.com; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qualcommdatacenter.com; i=@qualcommdatacenter.com; q=dns/txt; s=qcdkim; t=1525098837; x=1556634837; h=from:to:cc:subject:date:message-id; bh=bG8zReCYQ1J/frtVwuqdfjgAvJFkah0Av8tN5etjdp0=; b=E6tTs57yrVgLLeJhLbAxgGTe7mvazMwVh2Cy7mqjOmMu3EXkcrCKQV0S 5bTpEiiOXwDz9+HapfpkjXdQbM87qo5SY6ya1LOfnaa3rGMGTnNtOpSMI m1h9/1V6Fyj78gxCrrSIRYWFjTmg2OExoB9vW/93O100/MuZX0eMKPxJz I=; X-IronPort-AV: E=Sophos;i="5.49,346,1520924400"; d="scan'208";a="2765965" X-IronPort-AV: E=McAfee;i="5900,7806,8878"; a="150275317" From: Ezra Godfrey To: edk2-devel@lists.01.org Date: Mon, 30 Apr 2018 08:33:31 -0600 Message-Id: <6e2266eeec1b25221ed6727d5b682228b53171f4.1525098748.git.egodfrey.qdt@qualcommdatacenter.com> X-Mailer: git-send-email 2.7.4 Subject: [edk2] [PATCH v2] BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types. 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: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Jiewen.yao@Intel.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/VolI= nfo/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; =20 + 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; --=20 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel