From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.16649.1672934710222279553 for ; Thu, 05 Jan 2023 08:05:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=Vky9/yBX; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C495AB81B2B; Thu, 5 Jan 2023 16:05:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F0CDC433D2; Thu, 5 Jan 2023 16:05:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672934707; bh=yYQakoiWPcyS+QVSxSY8q26raGZMr4CsbiPQnHkn4Gc=; h=From:To:Cc:Subject:Date:From; b=Vky9/yBXoK8u/bo07civwFo7cDGXy0n5IAG9wyUQ9qzxqmSYtY2Oa/JEtQ0zozvAT WcCKWPXQlFmYOXH0zBhDldpZbIpEWcRahmMnU2dWa18XcHo00CheC8egE36TtASElg EP7NqlvNQhIFQEXY35QFsicXKjeuVYFpvzPOy/HFyk5Bw/M5zYCR67tnm9qfhqIFev 8LU+WhuqJnlSRyd/h1ya6ke/hye9Le995GiiylGj4XMlUMUnU0e5GXyGNT5yi9C2fj SWHLAPg3x0r3GSOCWpjZ6Swnxx+aIVAwbX+Yu/390jBhvy2W7HY9MAc6AaqEh08IKi 3fTKTCE4yhcJg== From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: quic_llindhol@quicinc.com, rebecca@quicinc.com, bob.c.feng@intel.com, gaoliming@byosoft.com.cn, Ard Biesheuvel Subject: [PATCH 0/4] BaseTools - various cleanups Date: Thu, 5 Jan 2023 17:04:59 +0100 Message-Id: <20230105160503.1423627-1-ardb@kernel.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Some cleanups for the tools_def template, mostly related to ARM but with=0D some CLANG38 and RISCV changes as well.=0D =0D Ard Biesheuvel (4):=0D BaseTools/tools_def RISCV: Make OpenSBI references RISCV-only=0D BaseTools/tools_def ARM AARCH64: Get rid of ARCHCC and ARCHASM flags=0D BaseTools/tools_def ARM: Make choice for soft float ABI explicit=0D BaseTools/tools_def CLANG38: Suppress unaligned access warning=0D =0D BaseTools/Conf/tools_def.template | 98 +++++++++-----------=0D 1 file changed, 45 insertions(+), 53 deletions(-)=0D =0D -- =0D 2.39.0=0D =0D