From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx.groups.io with SMTP id smtpd.web11.98355.1682957370836668233 for ; Mon, 01 May 2023 09:09:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=RdRSfSr7; spf=pass (domain: bsdio.com, ip: 66.111.4.25, mailfrom: rebecca@bsdio.com) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 1D8B05C015C; Mon, 1 May 2023 12:09:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 01 May 2023 12:09:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; t=1682957370; x= 1683043770; bh=zZRPst0TUsoZmizo0dYNarO7q9xWWTXIONyufFuexoU=; b=R dRSfSr7rZOX/LERgyn/FI5LgVmr4EnAcYLxUr7L1E2v3YA41m62YXc/JhaQ6R/GU XNoZXRBijEtUwPJ10ti8/SkN96YN8q4j58bxDu2qsMOfcvwM4HwxrUoY4nE/pMkS wcgQfgU49g86Lbh9zhkGbPMDVc+vKkk6mESfaD1Lj62HwecXb6M50DZqpxL+kouQ D0Y6ybqo7v2jIHPlxjAsywtJrKUk6F027mHh9P++xN5WQGP5tP4dtauvt/xll0tc 7M4GFJZRg8XBmgO/5Lg/b3guL1g3e3xVF0qRzjXa47VjtX8K0e96tJZBrPWE6V+q lhPtMBp+PbvsC/xcq/qDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1682957370; x= 1683043770; bh=zZRPst0TUsoZmizo0dYNarO7q9xWWTXIONyufFuexoU=; b=K AMQmVSF8ZvH6dxVsTWoDWOvFDt7kizq8/s/UgRFf+3NkP+kWbB5zqGwbm3HxleVN xG2IfwBJoSZm6tf73uk20wDjjkX/ojRnpd2wt4mkcOP4IRCFu4y9VqlGSH+K/YJI zJQJOotSRHlsUUYPneOfypSGrZ24LMryCB3XCd3fDui6sZlMZrMhBxTtgjM+sPK+ UqzW0x5Py0FUZpllIhvNAMt71WlHgtvz+qFlaVBaEoUTK+8zdM0GOrA/EUGyEfmq C8cSB4SS+uDCNlk7AGWi5P4YJPoyJXvFVLfkVDajAVF8SXU7egjE4aHDXOdqdXrm aP2L6hiFXRbCxPPiocyjg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedvgedgleekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepgeffueeuledvgefgvddvgfetvdduhfefkedukeeikedtudekfeetteeifedv leefnecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 1 May 2023 12:09:27 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Liming Gao , Bob Feng , Yuwei Chen , Michael D Kinney , Michael Kubacki , Sean Brogan , Chasel Chiu , Nate DeSimone , Star Zeng , Andrew Fish , Ray Ni , Leif Lindholm , Zhiguang Liu , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Gua Guo , Ard Biesheuvel , Pedro Falcato , Gerd Hoffmann , mhaeuser@posteo.de Cc: Rebecca Cran Subject: [PATCH v6 14/16] BaseTools/Conf/tools_def.template: Bump VERSION to 3.00 Date: Mon, 1 May 2023 10:08:37 -0600 Message-Id: <20230501160839.884391-15-rebecca@bsdio.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230501160839.884391-1-rebecca@bsdio.com> References: <20230501160839.884391-1-rebecca@bsdio.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Bump VERSION to 3.00 and explain the changes made to the toolchains. Signed-off-by: Rebecca Cran Reviewed-by: Liming Gao --- BaseTools/Conf/tools_def.template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index cde5d14513c1..1b3a9e7a540a 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -15,8 +15,13 @@ # # 2.00 - Initial version with changes for CI # - Change RC path to use plugin +# 3.00 - Update toolchains +# - Add support for ARM and AARCH64 to CLANGDWARF +# - Remove VS2008, VS2010, VS2012, VS2013, CLANG35, CLANG38, EBC +# - Add GCC and GCCNOLTO +# - Deprecate GCC48, GCC49 and GCC5. # -#!VERSION=2.00 +#!VERSION=3.00 IDENTIFIER = Default TOOL_CHAIN_CONF -- 2.39.2