From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 0263E78003C for ; Sat, 28 Oct 2023 18:48:46 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=mxKO7QdNvx5/A48mjLL6whu7TD1NIuqG27izKwEO6Ss=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1698518925; v=1; b=shDzt0D4Y7M0/X6lH/ioGerX92wEJOoX884+x4ac3Fc9oAD+BzI7QR67XniFcmJ4BVL7iUtn k4A6Aoib5DORbptSeohtLLtmFsk/+aZvGjqrZY8rDaOO6kcOtX3+C6wFUhwdfXaVwYiaWBgFEBN xISjAusAd8PoSEmR6ZyUxVSU= X-Received: by 127.0.0.2 with SMTP id iLmHYY7687511xIZYqLGvMJv; Sat, 28 Oct 2023 11:48:45 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by mx.groups.io with SMTP id smtpd.web10.30716.1698448367093000619 for ; Fri, 27 Oct 2023 16:12:47 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10876"; a="690524" X-IronPort-AV: E=Sophos;i="6.03,257,1694761200"; d="scan'208";a="690524" X-Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2023 16:12:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,257,1694761200"; d="scan'208";a="7359625" X-Received: from gguo-desk.gar.corp.intel.com ([10.5.215.23]) by orviesa001.jf.intel.com with ESMTP; 27 Oct 2023 16:11:22 -0700 From: brucex.wang@intel.com To: devel@edk2.groups.io Cc: brucex.wang@intel.com, Gua Guo Subject: [edk2-devel] [PATCH v2 0/1] UefiPayloadPkg: Fix Add FV broken on fit format and remove clang dependency for version check Date: Sat, 28 Oct 2023 07:12:34 +0800 Message-Id: <20231027231235.2043-1-brucex.wang@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,brucex.wang@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: jQuW8OZkYELpCdByvlgQu21Px7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=shDzt0D4; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Gua Guo V2: Fix FIT Add FV failure broken. V1: Remove clang dependency. BruceX Wang (1): UefiPayloadPkg: Fix incorrect code on Fit function. UefiPayloadPkg/Tools/MkFitImage.py | 7 ++++++- UefiPayloadPkg/UniversalPayloadBuild.py | 10 ---------- 2 files changed, 6 insertions(+), 11 deletions(-) -- 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110251): https://edk2.groups.io/g/devel/message/110251 Mute This Topic: https://groups.io/mt/102244779/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-