回复: [edk2-devel] [PATCH v2 03/34] FatPkg: Add LOONGARCH64 architecture for EDK2 CI.

gaoliming via groups.io posted 1 patch 1 year, 7 months ago
Failed in applying to current master (apply log)
1 file changed, 2 insertions(+), 1 deletion(-)
回复: [edk2-devel] [PATCH v2 03/34] FatPkg: Add LOONGARCH64 architecture for EDK2 CI.
Posted by gaoliming via groups.io 1 year, 7 months ago
This change is good to me.  Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

 

发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chao Li
发送时间: 2022年9月23日 15:02
收件人: Ray Ni <ray.ni@intel.com>
抄送: devel@edk2.groups.io
主题: Re: [edk2-devel] [PATCH v2 03/34] FatPkg: Add LOONGARCH64 architecture for EDK2 CI.

 

Hi Ray,

This patch has not been reviewed, would you please review it?

 


Thanks,
Chao
--------

On 9月 14 2022, at 5:35 下午, Chao Li <lichao@loongson.cn <mailto:lichao@loongson.cn> > wrote:

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053

 

Add LOONGARCH64 architecture for EDK2 CI testing.

 

Cc: Ray Ni <ray.ni@intel.com <mailto:ray.ni@intel.com> >

 

Signed-off-by: Chao Li <lichao@loongson.cn <mailto:lichao@loongson.cn> >

---

FatPkg/FatPkg.dsc | 3 ++-

1 file changed, 2 insertions(+), 1 deletion(-)

 

diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc

index 6fa439e440..076b577972 100644

--- a/FatPkg/FatPkg.dsc

+++ b/FatPkg/FatPkg.dsc

@@ -5,6 +5,7 @@

# for EDK II Prime release.

 

# Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>

 

# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>

 

+# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>

 

#

 

# SPDX-License-Identifier: BSD-2-Clause-Patent

 

#

 

@@ -15,7 +16,7 @@

PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c

 

PLATFORM_VERSION = 0.3

 

DSC_SPECIFICATION = 0x00010005

 

- SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64

 

+ SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64|LOONGARCH64

 

OUTPUT_DIRECTORY = Build/Fat

 

BUILD_TARGETS = DEBUG|RELEASE|NOOPT

 

SKUID_IDENTIFIER = DEFAULT

 

--

2.27.0





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94313): https://edk2.groups.io/g/devel/message/94313
Mute This Topic: https://groups.io/mt/93921746/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] 回复: edk2-devel] [PATCH v2 03/34] FatPkg: Add LOONGARCH64 architecture for EDK2 CI.
Posted by Chao Li 1 year, 7 months ago
Thank you Liming!

Thanks,
Chao
--------

On 9月 26 2022, at 2:33 下午, "gaoliming" <gaoliming@byosoft.com.cn> wrote:
> This change is good to me. Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
>
>
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chao Li
> 发送时间: 2022年9月23日 15:02
> 收件人: Ray Ni <ray.ni@intel.com>
> 抄送: devel@edk2.groups.io
> 主题: Re: [edk2-devel] [PATCH v2 03/34] FatPkg: Add LOONGARCH64 architecture for EDK2 CI.
>
>
>
>
>
> Hi Ray,
> This patch has not been reviewed, would you please review it?
>
>
>
>
> Thanks,
> Chao
> --------
>
>
> On 9月 14 2022, at 5:35 下午, Chao Li <lichao@loongson.cn (mailto:lichao@loongson.cn)> wrote:
>
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053
> >
> >
> >
> > Add LOONGARCH64 architecture for EDK2 CI testing.
> >
> >
> > Cc: Ray Ni <ray.ni@intel.com (mailto:ray.ni@intel.com)>
> >
> >
> > Signed-off-by: Chao Li <lichao@loongson.cn (mailto:lichao@loongson.cn)>
> > ---
> >
> > FatPkg/FatPkg.dsc | 3 ++-
> >
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> >
> >
> > diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc
> > index 6fa439e440..076b577972 100644
> >
> > --- a/FatPkg/FatPkg.dsc
> >
> > +++ b/FatPkg/FatPkg.dsc
> >
> > @@ -5,6 +5,7 @@
> >
> > # for EDK II Prime release.
> >
> >
> >
> > # Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
> >
> >
> > # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
> >
> >
> > +# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
> >
> >
> > #
> >
> >
> > # SPDX-License-Identifier: BSD-2-Clause-Patent
> >
> >
> > #
> >
> >
> > @@ -15,7 +16,7 @@
> > PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
> >
> >
> >
> > PLATFORM_VERSION = 0.3
> >
> >
> > DSC_SPECIFICATION = 0x00010005
> >
> >
> > - SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64
> >
> >
> > + SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64|LOONGARCH64
> >
> >
> > OUTPUT_DIRECTORY = Build/Fat
> >
> >
> > BUILD_TARGETS = DEBUG|RELEASE|NOOPT
> >
> >
> > SKUID_IDENTIFIER = DEFAULT
> >
> >
> > --
> > 2.27.0
> >
> >
>
>
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94340): https://edk2.groups.io/g/devel/message/94340
Mute This Topic: https://groups.io/mt/93922720/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-