From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.103257.1673356216790420294 for ; Tue, 10 Jan 2023 05:10:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=S46ZJ+Ow; spf=pass (domain: kernel.org, ip: 139.178.84.217, 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 dfw.source.kernel.org (Postfix) with ESMTPS id D843861705 for ; Tue, 10 Jan 2023 13:10:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AAB3C433EF for ; Tue, 10 Jan 2023 13:10:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673356215; bh=KmIb+Fnn+ZqO4DFcPlZizzIitA7B06ABNAubfNKQ1+A=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=S46ZJ+OwzgI+dB1p1ViNBAjWH8E89trMtF6JDjIsnNH5NgV5vd61ozC+OX4zcjLMn GHFcx/IJvGLJpLc9m5FuGm5QXmV7ZL3BZzceDQ5DlK0hJQdXJ5AC7P8nJTZjgw7tcs wRsTpBqgTE+95+Vl1UdwdmRLMBe7xBtAvcn1Fwn1Qa7K5+m9TT9GZ5/JGuv8XCmDvR uZg38mjDW1ZxqwDQdqiQiJpOTBCYtNFkF7HrdvdfVMQu6F77uzS+c68lhAdzNaeqCn Zoo5/iPW0Qekv/rSRbhG9YeJDfL2iFm8Zs5uGOxj1doeGcncO0Ryd5mN0zjsPzmPAG Iuy1sXvWPWBaQ== Received: by mail-lj1-f179.google.com with SMTP id p25so6220136ljn.12 for ; Tue, 10 Jan 2023 05:10:15 -0800 (PST) X-Gm-Message-State: AFqh2koIRUjxanH0OxGwLbqXwajil0ozgKIuaB8w46r6yGj5AaiRJz9d H8e80fxRqRhP2HrKElmEgzNf0WyUXvchib7ARsk= X-Google-Smtp-Source: AMrXdXuAZRhZr3Nw4vNfVMF+hxknDfnpdQaBFuyT54qf+FnVwb+g/K4XkhUnTfg59OtDT7qWiKJP/Lh1riwvzzNozA0= X-Received: by 2002:a2e:a99b:0:b0:27f:b833:cf6d with SMTP id x27-20020a2ea99b000000b0027fb833cf6dmr4595752ljq.291.1673356213259; Tue, 10 Jan 2023 05:10:13 -0800 (PST) MIME-Version: 1.0 References: <20230105160503.1423627-1-ardb@kernel.org> In-Reply-To: From: "Ard Biesheuvel" Date: Tue, 10 Jan 2023 14:10:02 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 0/4] BaseTools - various cleanups To: devel@edk2.groups.io, gaoliming@byosoft.com.cn, bob.c.feng@intel.com Cc: quic_llindhol@quicinc.com, rebecca@quicinc.com Content-Type: text/plain; charset="UTF-8" If there are no objections to these changes, I will merge them by the end of today, Thanks. On Mon, 9 Jan 2023 at 17:37, Ard Biesheuvel wrote: > > On Thu, 5 Jan 2023 at 17:05, Ard Biesheuvel wrote: > > > > Some cleanups for the tools_def template, mostly related to ARM but with > > some CLANG38 and RISCV changes as well. > > > > Bob, Liming: any concerns regarding this series? > > > > Ard Biesheuvel (4): > > BaseTools/tools_def RISCV: Make OpenSBI references RISCV-only > > BaseTools/tools_def ARM AARCH64: Get rid of ARCHCC and ARCHASM flags > > BaseTools/tools_def ARM: Make choice for soft float ABI explicit > > BaseTools/tools_def CLANG38: Suppress unaligned access warning > > > > BaseTools/Conf/tools_def.template | 98 +++++++++----------- > > 1 file changed, 45 insertions(+), 53 deletions(-) > > > > -- > > 2.39.0 > >