* [PATCH v2 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
@ 2022-09-14 9:40 Chao Li
2022-09-23 7:12 ` Chao Li
2022-09-23 15:39 ` Michael D Kinney
0 siblings, 2 replies; 3+ messages in thread
From: Chao Li @ 2022-09-14 9:40 UTC (permalink / raw)
To: devel; +Cc: Michael D Kinney, Liming Gao
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
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
1 sibling, 0 replies; 3+ messages in thread
From: Chao Li @ 2022-09-23 7:12 UTC (permalink / raw)
To: Michael D Kinney, Liming Gao; +Cc: devel@edk2.groups.io
[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]
Hi Mike and Liming,
This patch has not been reviewed, would you please review it?
Thanks,
Chao
--------
On 9月 14 2022, at 5:40 下午, Chao Li <lichao@loongson.cn> wrote:
> 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
[-- Attachment #2: Type: text/html, Size: 2086 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 20/34] .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
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
1 sibling, 0 replies; 3+ messages in thread
From: Michael D Kinney @ 2022-09-23 15:39 UTC (permalink / raw)
To: Chao Li, devel@edk2.groups.io, Kinney, Michael D; +Cc: Gao, Liming
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-23 15:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox