From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.32920.1641827599550995785 for ; Mon, 10 Jan 2022 07:13:28 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=KMvaiz4t; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: yun.lou@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641827608; x=1673363608; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ECQvpZwvgUFk/Q2u/dl1TX49zELQJXH05SItwz73VQo=; b=KMvaiz4tl10C3l5hCLR21c30/NZ+re/5vgfo024dlgWjXvcwStE88lCU JjySNsmo0MPZwSlZxjMiu2X/AA9DZ7HyKY7FYDKT7PJSqdiGSHWm79RnE Oj0wyVonkS4AHBHK4xbfice+Rz9Hte67xRhueeJQc2Npzqz/PtCxGc1Vp IMLvSXon1ujTEFIpAWrgbBiChSCYD0x3reL7iasKOikUIGjVy/A4oq08h HgQwsSeR4S/iTgALAGg88oIE+2MMb/BXWBXr9otLk7NXs6aIj5+3ACELO Vvso2Dd907Kq0ky6ETiVUrsInNEXS7rfTWeeCStOp5GE4WylOFN7HDeg2 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10222"; a="306599978" X-IronPort-AV: E=Sophos;i="5.88,277,1635231600"; d="scan'208";a="306599978" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2022 07:13:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,277,1635231600"; d="scan'208";a="528307454" Received: from shwdeopenlab102.ccr.corp.intel.com ([10.239.183.94]) by orsmga008.jf.intel.com with ESMTP; 10 Jan 2022 07:13:26 -0800 From: "Jason Lou" To: devel@edk2.groups.io Cc: Jason , Bob Feng , Liming Gao , Yuwei Chen Subject: [PATCH v2 6/6] BaseTools: Upgrade the version of NASM tool Date: Mon, 10 Jan 2022 23:12:53 +0800 Message-Id: <20220110151253.3848-6-yun.lou@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20220110151253.3848-1-yun.lou@intel.com> References: <20220110151253.3848-1-yun.lou@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3790 Upgrade the version of NASM tool to avoid compilation errors when compiling NASM code change. Signed-off-by: Jason Lou Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen --- BaseTools/Conf/tools_def.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.t= emplate index 2e6b382ab6..0133860fc3 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -1,5 +1,5 @@ #=0D -# Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
= =0D +# Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.
= =0D # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
= =0D # Portions copyright (c) 2011 - 2019, ARM Ltd. All rights reserved.
=0D # Copyright (c) 2015, Hewlett-Packard Development Company, L.P.
=0D @@ -368,8 +368,8 @@ DEFINE DTC_BIN =3D ENV(DTC_PREFIX)dtc # Other Supported Tools=0D # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0D # NASM -- http://www.nasm.us/=0D -# - NASM 2.10 or later for use with the GCC toolchain family=0D -# - NASM 2.12.01 or later for use with all other toolchain families=0D +# - NASM 2.15.05 or later for use with the GCC toolchain family=0D +# - NASM 2.15.05 or later for use with all other toolchain families=0D #=0D ##########################################################################= ##########=0D ##########################################################################= ##########=0D --=20 2.28.0.windows.1