public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: Chao Li <lichao@loongson.cn>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Cc: "Gao, Liming" <gaoliming@byosoft.com.cn>
Subject: Re: [PATCH v2 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
Date: Fri, 23 Sep 2022 15:39:45 +0000	[thread overview]
Message-ID: <CO1PR11MB4929A2571F59F6AE4EB09771D2519@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20220914094055.3696538-1-lichao@loongson.cn>

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: Chao Li <lichao@loongson.cn>
> Sent: Wednesday, September 14, 2022 2:41 AM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> Subject: [PATCH v2 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053
> 
> Add LoongArch64 architecture on LoongArch64 EDK2 CI testing.
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> 
> Signed-off-by: Chao Li <lichao@loongson.cn>
> ---
>  .pytool/CISettings.py | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py
> index cf9e0d77b1..7ebec0ba0a 100644
> --- a/.pytool/CISettings.py
> +++ b/.pytool/CISettings.py
> @@ -79,7 +79,8 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag
>                  "X64",
> 
>                  "ARM",
> 
>                  "AARCH64",
> 
> -                "RISCV64")
> 
> +                "RISCV64",
> 
> +                "LOONGARCH64")
> 
> 
> 
>      def GetTargetsSupported(self):
> 
>          ''' return iterable of edk2 target tags supported by this build '''
> 
> @@ -170,6 +171,8 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag
>                      scopes += ("gcc_arm_linux",)
> 
>                  if "RISCV64" in self.ActualArchitectures:
> 
>                      scopes += ("gcc_riscv64_unknown",)
> 
> +                if "LOONGARCH64" in self.ActualArchitectures:
> 
> +                    scopes += ("gcc_loongarch64_unknown_linux",)
> 
>              self.ActualScopes = scopes
> 
>          return self.ActualScopes
> 
> 
> 
> --
> 2.27.0


      parent reply	other threads:[~2022-09-23 15:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14  9:40 [PATCH v2 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI Chao Li
2022-09-23  7:12 ` Chao Li
2022-09-23 15:39 ` Michael D Kinney [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO1PR11MB4929A2571F59F6AE4EB09771D2519@CO1PR11MB4929.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox