[edk2-devel] [PATCH v1 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.

Michael D Kinney michael.d.kinney at intel.com
Fri Sep 9 17:14:46 UTC 2022


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


> -----Original Message-----
> From: Chao Li <lichao at loongson.cn>
> Sent: Wednesday, September 7, 2022 9:51 PM
> To: devel at edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney at intel.com>; Gao, Liming <gaoliming at byosoft.com.cn>
> Subject: [PATCH v1 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
> 
> Add LoongArch64 architecture on LoongArch64 EDK2 CI testing.
> 
> Cc: Michael D Kinney <michael.d.kinney at intel.com>
> Cc: Liming Gao <gaoliming at byosoft.com.cn>
> 
> Signed-off-by: Chao Li <lichao at 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93594): https://edk2.groups.io/g/devel/message/93594
Mute This Topic: https://groups.io/mt/93542551/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list