From nobody Thu May 2 22:51:44 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 1524859002446902.9363722056437; Fri, 27 Apr 2018 12:56:42 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 090E72034C8AD; Fri, 27 Apr 2018 12:56:41 -0700 (PDT) Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) (using TLSv1.2 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DA0902034C8AB for ; Fri, 27 Apr 2018 12:56:39 -0700 (PDT) Received: from ironmsg05-sd.qualcomm.com ([10.53.140.145]) by alexa-out.qualcomm.com with ESMTP; 27 Apr 2018 12:56:39 -0700 Received: from egodfrey-lnx.qualcomm.com ([10.226.58.84]) by ironmsg05-sd.qualcomm.com with ESMTP; 27 Apr 2018 12:56:38 -0700 Received: by egodfrey-lnx.qualcomm.com (Postfix, from userid 74115) id 708062FA6; Fri, 27 Apr 2018 13:56:38 -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=129.46.98.28; helo=alexa-out.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=1524859000; x=1556395000; h=from:to:cc:subject:date:message-id; bh=MGkoN5tHGmyM0PQa6GC0pLSDrlHUpEBF4hW4xDlqHrk=; b=QosdSDhzdqZdjj0VzZ1FbagF8/CBpWXDzS7kgXkiFicFsK6g6EcfR1wc ERDHlPu7moK/Ef+KJLOwZ3Vx4wVHqjewr8XsrS55l+zPDksWTssXvS0gQ 1rVOGQin7yLiG4s07hpKso1SEh8n1/8YNI2BthoHkzWbgaAkCo5OArFal s=; X-IronPort-AV: E=Sophos;i="5.49,336,1520924400"; d="scan'208";a="17189725" X-IronPort-AV: E=McAfee;i="5900,7806,8876"; a="72214580" From: Ezra Godfrey To: edk2-devel@lists.01.org Date: Fri, 27 Apr 2018 13:56:33 -0600 Message-Id: <75cca0451c451175d80e3fa5dcc31cfee358566c.1524858423.git.egodfrey.qdt@qualcommdatacenter.com> X-Mailer: git-send-email 2.7.4 Subject: [edk2] [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: , 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 EFI_FV_FILETYPE_MM_STANDALONE file type to VolInfo. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ezra Godfrey --- 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/VolI= nfo/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; --=20 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel