From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id CE4C67803CF for ; Tue, 23 Apr 2024 04:03:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=KpqngCzfagNYQ5RemGnq9kz7BfKWXHEf30hSvjyoxfM=; 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:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713844987; v=1; b=2KCDZ27+hHLNbGhs3uVbQgeW9XD95nXHUlPPPWZAlhjtv1HZ+UUGZU4MBkz2xILxosybRPiM 3dCRjIpgiQ2KPmAjvw/OMU1n6F0I2PdWiymERGG6fmJRiJKkOlMkLfmXOkVR1YxNrMkDI2STmEV AubiTdsAKw4ZChmKPpKrLlFszkqqk/jpbJvkhy2kz01rXCZluM+uZNrSP46uyPd7Z2BID6ZpwMn 4a7bKfCSDIUrJXK6WYrWkbKEp9b3g2XlK9sy+ALhg3hlGpwir0Ku6FhiR/5zT7uIbbZUEYZxYXQ xqOY358bzTlisVGBr+6yhBOhUTRYP3nVSSyPWPBqgb7YQ== X-Received: by 127.0.0.2 with SMTP id 5zNuYY7687511xmouDZdYCB4; Mon, 22 Apr 2024 21:03:07 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by mx.groups.io with SMTP id smtpd.web11.10827.1713844986262395760 for ; Mon, 22 Apr 2024 21:03:06 -0700 X-CSE-ConnectionGUID: P70V+x0yQxCrdbM4pR0Dkg== X-CSE-MsgGUID: esUOh/KlT9aYfw9HMwHLkw== X-IronPort-AV: E=McAfee;i="6600,9927,11052"; a="20562274" X-IronPort-AV: E=Sophos;i="6.07,222,1708416000"; d="scan'208";a="20562274" X-Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2024 21:03:05 -0700 X-CSE-ConnectionGUID: mYf5vqvaTJabLh36kh5psg== X-CSE-MsgGUID: O3/VPnLoQ3K2sdV9/6H+3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,222,1708416000"; d="scan'208";a="28903790" X-Received: from cbduggap-mobl.gar.corp.intel.com ([10.247.48.114]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2024 21:03:03 -0700 From: "cbduggap" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Duggapu Chinni B , Ashraf Ali S , Ted Kuo Subject: [edk2-devel] [PATCH] IntelFsp2Pkg/PatchFv.py: FIX for GCC 32BIT build error Date: Tue, 23 Apr 2024 09:32:47 +0530 Message-ID: <20240423040248.1901-1-chinni.b.duggapu@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 Resent-Date: Mon, 22 Apr 2024 21:03:06 -0700 Resent-From: chinni.b.duggapu@intel.com Reply-To: devel@edk2.groups.io,chinni.b.duggapu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: btx9FkTZUfGAVNx3S3iyPo70x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=2KCDZ27+; 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 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4762 Map file generating 8 byte address offset is not matched with the pattern defined in patchFv tool resulting build error. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Duggapu Chinni B Cc: Ashraf Ali S Cc: Ted Kuo Signed-off-by: Duggapu Chinni B --- IntelFsp2Pkg/Tools/PatchFv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFsp2Pkg/Tools/PatchFv.py b/IntelFsp2Pkg/Tools/PatchFv.py index bd9aa71e3c..d35aa1dc9f 100644 --- a/IntelFsp2Pkg/Tools/PatchFv.py +++ b/IntelFsp2Pkg/Tools/PatchFv.py @@ -432,7 +432,7 @@ class Symbols: if reportLine.strip().find("Archive member included") !=3D -1:=0D #GCC=0D # 0x0000000000001d55 IoRead8=0D - patchMapFileMatchString =3D r"\s+(0x[0-9a-fA-F]{16})\s+([^\s][= ^0x][_a-zA-Z0-9\-]+)\s"=0D + patchMapFileMatchString =3D r"\s+(0x[0-9a-fA-F]{8,16})\s+([^\s= ][^0x][_a-zA-Z0-9\-]+)\s"=0D matchKeyGroupIndex =3D 2=0D matchSymbolGroupIndex =3D 1=0D prefix =3D '_'=0D --=20 2.44.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118120): https://edk2.groups.io/g/devel/message/118120 Mute This Topic: https://groups.io/mt/105684430/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-