[edk2-devel] [edk2/master PATCH RISC-V CI Code Changes v1 01/11] FatPkg: Add RISC-V architecture for EDK2 CI.

Liming Gao liming.gao at intel.com
Thu Mar 12 06:47:12 UTC 2020


Edk2 spec are listed in https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Specifications

This change requires to update INF/DEC/DSC/FDF/Build spec. You can find their github repo in the above link. Then, create git patch for the change. 

Thanks
Liming
-----Original Message-----
From: Chang, Abner (HPS SW/FW Technologist) <abner.chang at hpe.com> 
Sent: 2020年3月12日 14:27
To: devel at edk2.groups.io; Ni, Ray <ray.ni at intel.com>; Gao, Liming <liming.gao at intel.com>; Kinney, Michael D <michael.d.kinney at intel.com>
Cc: Leif Lindholm <leif at nuviainc.com>; Chen, Gilbert <gilbert.chen at hpe.com>; Schaefer, Daniel (DualStudy) <daniel.schaefer at hpe.com>
Subject: RE: [edk2-devel] [edk2/master PATCH RISC-V CI Code Changes v1 01/11] FatPkg: Add RISC-V architecture for EDK2 CI.



> -----Original Message-----
> From: devel at edk2.groups.io [mailto:devel at edk2.groups.io] On Behalf Of 
> Ni, Ray
> Sent: Thursday, March 12, 2020 1:40 PM
> To: devel at edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) 
> <abner.chang at hpe.com>; Gao, Liming <liming.gao at intel.com>; Kinney, 
> Michael D <michael.d.kinney at intel.com>
> Cc: Leif Lindholm <leif at nuviainc.com>; Chen, Gilbert 
> <gilbert.chen at hpe.com>; Schaefer, Daniel (DualStudy) 
> <daniel.schaefer at hpe.com>
> Subject: Re: [edk2-devel] [edk2/master PATCH RISC-V CI Code Changes v1 
> 01/11] FatPkg: Add RISC-V architecture for EDK2 CI.
> 
> Abner,
> Has the change to BaseTools supporting new ARCH been merged?
No, not yet. The whole changes to RISCV64 ARCH is in the separate huge set of patches. We have three sets of RISC-V edk2 port.

1.  Patches for RISC-V EDK2  CI enablement 2.  Patches for edk2 modules other than RISC-V ones, which fix the issues for building  packages respectively on RISC-V arch.
3 . RISC-V edk2 port

The patch needs your Reviewed-by is belong to #2. We can have a PR for #3 and trigger CI testing once #1 and #2 are merged to master.

> 
> Liming, Mike,
> Does INF specification need to be updated for this new ARCH?
Good question, how to submit the changes to these specs?

> 
> Thanks,
> Ray
> 
> > -----Original Message-----
> > From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Abner 
> > Chang
> > Sent: Friday, March 6, 2020 1:36 PM
> > To: devel at edk2.groups.io
> > Cc: abner.chang at hpe.com; Ni, Ray <ray.ni at intel.com>; Leif Lindholm 
> > <leif at nuviainc.com>; Gilbert Chen <gilbert.chen at hpe.com>; Daniel 
> > Schaefer <daniel.schaefer at hpe.com>
> > Subject: [edk2-devel] [edk2/master PATCH RISC-V CI Code Changes v1
> 01/11] FatPkg: Add RISC-V architecture for EDK2 CI.
> >
> > BZ:2562:
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.tianoc
> > or
> > e.org_show-5Fbug.cgi-3Fid-
> 3D2562&d=DwIFAg&c=C5b8zRQO1miGmBeVZ2LFWg&r=_
> >
> SN6FZBN4Vgi4Ulkskz6qU3NYRO03nHp9P7Z5q59A3E&m=hdx0AmnugjVyUKB
> Egf8jkKDBs
> > rX81gAFwMi_pmEH2-
> g&s=7pymX9FxJA5arZHTI9zd_qr3b2Jk2tx3OVff9UkxoW4&e=
> >
> > Add RISC-V architecture for EDK2 CI testing.
> >
> > Signed-off-by: Abner Chang <abner.chang at hpe.com>
> >
> > Cc: Ray Ni <ray.ni at intel.com>
> > Cc: Leif Lindholm <leif at nuviainc.com>
> > Cc: Gilbert Chen <gilbert.chen at hpe.com>
> > Cc: Daniel Schaefer <daniel.schaefer at hpe.com>
> > ---
> >  FatPkg/FatPkg.dsc | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index 
> > 1676c2eb8f..d86256068b 100644
> > --- a/FatPkg/FatPkg.dsc
> > +++ b/FatPkg/FatPkg.dsc
> > @@ -4,6 +4,7 @@
> >  #  This Platform file is used to generate the Binary Fat Drivers
> >
> >  #  for EDK II Prime release.
> >
> >  #  Copyright (c) 2007 - 2018, Intel Corporation. All rights 
> > reserved.<BR>
> >
> > +#  Copyright (c) 2020, Hewlett Packard Enterprise Development LP. 
> > +All rights reserved.<BR>
> >
> >  #
> >
> >  #  SPDX-License-Identifier: BSD-2-Clause-Patent
> >
> >  #
> >
> > @@ -14,7 +15,7 @@
> >    PLATFORM_GUID                  = 25b55dbc-9d0b-4a32-80da-46e1273d622c
> >
> >    PLATFORM_VERSION               = 0.3
> >
> >    DSC_SPECIFICATION              = 0x00010005
> >
> > -  SUPPORTED_ARCHITECTURES        = IA32|X64|EBC|ARM|AARCH64
> >
> > +  SUPPORTED_ARCHITECTURES        =
> IA32|X64|EBC|ARM|AARCH64|RISCV64
> >
> >    OUTPUT_DIRECTORY               = Build/Fat
> >
> >    BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT
> >
> >    SKUID_IDENTIFIER               = DEFAULT
> >
> > --
> > 2.25.0
> >
> >
> > -=-=-=-=-=-=
> > Groups.io Links: You receive all messages sent to this group.
> >
> > View/Reply Online (#55584):
> > https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__edk2.groups.io_g_
> >
> devel_message_55584&d=DwIFAg&c=C5b8zRQO1miGmBeVZ2LFWg&r=_SN
> 6FZBN4Vgi4U
> >
> lkskz6qU3NYRO03nHp9P7Z5q59A3E&m=hdx0AmnugjVyUKBEgf8jkKDBsrX81g
> AFwMi_pm
> > EH2-g&s=WRly7Kh6eK9ppe59UcH-U5xBt7Lsp2K38n1jfPO1mKg&e=
> > Mute This Topic:
> > https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__groups.io_mt_7176
> >
> 7323_1712937&d=DwIFAg&c=C5b8zRQO1miGmBeVZ2LFWg&r=_SN6FZBN4V
> gi4Ulkskz6q
> >
> U3NYRO03nHp9P7Z5q59A3E&m=hdx0AmnugjVyUKBEgf8jkKDBsrX81gAFwMi
> _pmEH2-g&s
> > =wuAcZWk-ZDd7lyPIz4_Ph3LwBqgNanz3lag5-evIjns&e=
> > Group Owner: devel+owner at edk2.groups.io
> > Unsubscribe: https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__edk2.groups.io_g_devel_unsub&d=DwIFAg&c=C5b8zRQO1miGmBeVZ2
> LFWg&r=_SN6FZBN4Vgi4Ulkskz6qU3NYRO03nHp9P7Z5q59A3E&m=hdx0Amn
> ugjVyUKBEgf8jkKDBsrX81gAFwMi_pmEH2-g&s=dAyFUfd07U1tFQRk-
> aK_WytEXVsMhZszgAPW8IoXljA&e=   [ray.ni at intel.com]
> > -=-=-=-=-=-=
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#55794): https://edk2.groups.io/g/devel/message/55794
Mute This Topic: https://groups.io/mt/71767323/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