From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by mx.groups.io with SMTP id smtpd.web08.4490.1614436858173192181 for ; Sat, 27 Feb 2021 06:40:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=UumOLuQk; spf=pass (domain: gmail.com, ip: 209.85.218.50, mailfrom: naitaku@gmail.com) Received: by mail-ej1-f50.google.com with SMTP id lr13so19728976ejb.8 for ; Sat, 27 Feb 2021 06:40:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eA6zOkehaz98jVdEmKA6cQ7del5uLdX9uHRLrBavutc=; b=UumOLuQkoAqXN106A8FSyb1PAeXF4NlC9C5UuE/kR8z0trMisey15guqWIxg2d8A6A a7h0mr+8FtONYRhTaMfWLvvsM6qC3oSus66ow9mPVOvi/nfJUtYxNFoTMZe9uT8BpzH1 +YlM4l5+5Zv9vPnRTyyzfZknpa52PnqpYlrwV7W53Q6cs6MzzIcJDuuvfcbl8a0EWnD0 /X9A+GUO8tMGr9lZ2vhrbn3hrn/u6nNtyQBk+85/mxbv+fp7nnBoxWqdIWJApa8riwUf GtpFLM2xNiSVHMQMCdtBRyx/8xTsc7/WZvzqk31UC2bS1Lura9I3tWEpfytk3slxa+lY V5Rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eA6zOkehaz98jVdEmKA6cQ7del5uLdX9uHRLrBavutc=; b=PxsBPtN4cg0hKFkSFemCJgI8UVIEUqR0goQ4syso+Zc1Zh1XAXwXOSb0GlHn3ZcoGZ OruNE5bVHhm0fMohOMtzz/qgXIOweaY2+4YmFZRzWvsWxL835h81eIJcuhpjpy3R7bDS QZwF8M/gsaEGSPWRSNblKJgOuJurW+9q5wz5VVOhUGaW2SWp9cRuEr/rgANzAnueCFds j2yZFFoJ/oFOcvVXH58vGCm9x6i3+qieJaJFD1KLTuvBrlxTjs/nDGSkmimtfQpYKD9a Qo6PU1xriAPzGu5fUmOTiFY9BbAX0Ii2YlG8T0k739l7BNaEXewnCHODFzN/q03MkgdO q4Ng== X-Gm-Message-State: AOAM531Pa6A35Fc1wcRtt2rQ+SiiN4bZRBLFDInogsNtQQeBsQOr9Bo/ +dstlQc89aWzBfJH1MFWGshkR27A/JcDkEiu67I= X-Google-Smtp-Source: ABdhPJwuBpE71PMs7CVgbhOFCC9eNBEB2yVgvm1OrwYHDfjWlj1i5z8P5kS+F6DKZAbZS5BGnf+xu6TqHI4c4KkDH38= X-Received: by 2002:a17:906:2a14:: with SMTP id j20mr8316196eje.88.1614436856561; Sat, 27 Feb 2021 06:40:56 -0800 (PST) MIME-Version: 1.0 References: <20210224013736.74815-1-naitaku@gmail.com> In-Reply-To: From: "Takuto Naito" Date: Sat, 27 Feb 2021 23:40:45 +0900 Message-ID: Subject: Re: [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5 To: "Desimone, Nathaniel L" Cc: "devel@edk2.groups.io" , "Chaganty, Rangasai V" , "Luo, Heng" Content-Type: multipart/alternative; boundary="00000000000059047705bc525fdb" --00000000000059047705bc525fdb Content-Type: text/plain; charset="UTF-8" Hi, Actually, I have created a github repository which provides nightly builds of some platforms in edk2-platoforms. https://github.com/naitaku/edk2-platforms-build Now that TigerlakeURvp is built successfully with GCC5, I have added it to the target of the nightly builds. Thank you for your support! Regards, Takuto Naito On Thu, Feb 25, 2021 at 11:19 AM Desimone, Nathaniel L < nathaniel.l.desimone@intel.com> wrote: > The series has been pushed as 33ba808~.. 9951457 > > Thanks, > Nate > > > -----Original Message----- > > From: Takuto Naito > > Sent: Tuesday, February 23, 2021 5:38 PM > > To: devel@edk2.groups.io > > Cc: Takuto Naito ; Chaganty, Rangasai V > > ; Desimone, Nathaniel L > > ; Luo, Heng > > Subject: [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build > > error with GCC5 > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3224 > > > > Fix build errors caused by "-Werror=unused-but-set-variable" with GCC5. > > These build errors occur only with DEBUG target because > > RELEASE_GCC5_X64_CC_FLAGS has "-Wno-unused-but-set-variable", but > > DEBUG_GCC5_X64_CC_FLAGS doesn't. > > > > https://github.com/naitaku/edk2-platforms/tree/tigerlake_fix_unused-but- > > set-variable_v1 > > > > Cc: Sai Chaganty > > Cc: Nate DeSimone > > Cc: Heng Luo > > > > Takuto Naito (2): > > TigerlakeSiliconPkg: Fix build error with GCC5 > > TigerlakeOpenBoardPkg: Fix build error with GCC5 > > > > .../Library/BasePlatformHookLib/BasePlatformHookLib.c | 8 -------- > > .../Library/BoardInitLib/PeiTigerlakeURvpInitPreMemLib.c | 2 ++ > > .../LibraryPrivate/PcieClientRpLib/PcieClientRpLib.c | 2 -- > > .../Vtd/LibraryPrivate/DxeVtdInitLib/DxeVtdInitLib.c | 5 ----- > > .../Pch/PchSmiDispatcher/Smm/PchSmiHelperClient.c | 2 -- > > 5 files changed, 2 insertions(+), 17 deletions(-) > > > > -- > > 2.30.1 > > --00000000000059047705bc525fdb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
Actually, I have creat= ed a github repository which provides nightly builds of some platforms in e= dk2-platoforms.

Now that TigerlakeURvp is built successfully with GCC5, I = have added it to the target of the nightly builds.
Thank you for = your support!

Regards,
Takuto Naito


<= div dir=3D"ltr" class=3D"gmail_attr">On Thu, Feb 25, 2021 at 11:19 AM Desim= one, Nathaniel L <nath= aniel.l.desimone@intel.com> wrote:
The ser= ies has been pushed as 33ba808~.. 9951457

Thanks,
Nate

> -----Original Message-----
> From: Takuto Naito <naitaku@gmail.com>
> Sent: Tuesday, February 23, 2021 5:38 PM
> To: devel@ed= k2.groups.io
> Cc: Takuto Naito <naitaku@gmail.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Luo, Heng <heng.luo@intel.com>
> Subject: [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix buil= d
> error with GCC5
>
> REF: https://bugzilla.tianocore.org/show_b= ug.cgi?id=3D3224
>
> Fix build errors caused by "-Werror=3Dunused-but-set-variable&quo= t; with GCC5.
> These build errors occur only with DEBUG target because
> RELEASE_GCC5_X64_CC_FLAGS has "-Wno-unused-but-set-variable"= , but
> DEBUG_GCC5_X64_CC_FLAGS doesn't.
>
> https://github.com/nait= aku/edk2-platforms/tree/tigerlake_fix_unused-but-
> set-variable_v1
>
> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Heng Luo <heng.luo@intel.com>
>
> Takuto Naito (2):
>=C2=A0 =C2=A0TigerlakeSiliconPkg: Fix build error with GCC5
>=C2=A0 =C2=A0TigerlakeOpenBoardPkg: Fix build error with GCC5
>
>=C2=A0 .../Library/BasePlatformHookLib/BasePlatformHookLib.c=C2=A0 =C2= =A0 =C2=A0| 8 --------
>=C2=A0 .../Library/BoardInitLib/PeiTigerlakeURvpInitPreMemLib.c=C2=A0 |= 2 ++
>=C2=A0 .../LibraryPrivate/PcieClientRpLib/PcieClientRpLib.c=C2=A0 =C2= =A0 =C2=A0 | 2 --
>=C2=A0 .../Vtd/LibraryPrivate/DxeVtdInitLib/DxeVtdInitLib.c=C2=A0 =C2= =A0 =C2=A0 | 5 -----
>=C2=A0 .../Pch/PchSmiDispatcher/Smm/PchSmiHelperClient.c=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0| 2 --
>=C2=A0 5 files changed, 2 insertions(+), 17 deletions(-)
>
> --
> 2.30.1

--00000000000059047705bc525fdb--