From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yb1-f170.google.com (mail-yb1-f170.google.com [209.85.219.170]) by mx.groups.io with SMTP id smtpd.web10.12834.1614099711609029095 for ; Tue, 23 Feb 2021 09:01:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=kfrDkigq; spf=pass (domain: gmail.com, ip: 209.85.219.170, mailfrom: naitaku@gmail.com) Received: by mail-yb1-f170.google.com with SMTP id f4so17164649ybk.11 for ; Tue, 23 Feb 2021 09:01:51 -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=gTXr/o0/nM8oFCfMkwshgb5pwqhfX2ehVdRtBdm6KEM=; b=kfrDkigqf9MO5RenSUri9F90gjWcJQRFLep+1TuR2HH9nPIIXbWT+2MztRxBc/yPTd InnTvt+Cjca369GDBZxgld2NxiaH69Cst0ZzPNNHfMicigM+qVCpBcmK1zi8BfWe2eOz JxXT2/OYooVRqNzHxMK3mbqKfkBzn26v59/8ENQtZLbq+JZuthxQ3WhCGRqwCVk68HCa ErzivfVRI+L1hxoZG43/onDqKxmBEgrnMdP8K/Fj3DTDFy7c1ovP7zO+eU5gh1mbNIyW JFYA339os/m1I321BMRTinQm6nAPzxcGtHdsOZax9MPNQvm3ab8bqtvfrsH6ipxG4hHJ khLw== 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=gTXr/o0/nM8oFCfMkwshgb5pwqhfX2ehVdRtBdm6KEM=; b=pqdnCa8Z148YeqlJhp8DCzanfxWDiTqOiDwuGCj5NvcX/kp7UbBsgBJMotdx1P95us xsclbXkUaSYGV/legaw4Yk1Phrfq4TfLDPQbhs/KGb2OrZnj7zpE3+C0W7r+Fea8LqMD bCspxite8GJ2Cyfm4HeLGicvfgalm/TAJfdDoZiQlT5wLkiHu2ChomTOfymhcbGNpBUz FdikrJuV31fuzwn0MweFHLeLhXRBQDD0PeZqhe2XL+4/+8g3QZggi1A1PJ9DIcU85na4 q0ytYnfmC2Ms3pPmJTcRvHFe3h1wNDv43yp6+BcpFJB8ykxDdRuud5zZMahZzlmH9kAk vKPg== X-Gm-Message-State: AOAM531SWn591bO8Cxz9z8aGhl4PU8PNJ7OorPulkhw87g+UaxmnWgX2 D25wUKgrnDgOO/BIGBnnnz6swpV+ejDdmwzc78I= X-Google-Smtp-Source: ABdhPJxp/M1ddtuOVUtBrEtnvjdbDC8owui8Md4b0OkQjIhht4o4j3naIbelVnZOeIF2+dGAcOM47bWnfZFEVSDH5HQ= X-Received: by 2002:a25:cec8:: with SMTP id x191mr9067405ybe.214.1614099710597; Tue, 23 Feb 2021 09:01:50 -0800 (PST) MIME-Version: 1.0 References: <20210221151020.40242-1-naitaku@gmail.com> In-Reply-To: From: "Takuto Naito" Date: Wed, 24 Feb 2021 02:01:39 +0900 Message-ID: Subject: Re: [PATCH v2 0/2] TigerlakeOpenBoard: Fix build errors with GCC5 To: "Desimone, Nathaniel L" Cc: "Chaganty, Rangasai V" , "Luo, Heng" , "devel@edk2.groups.io" Content-Type: multipart/alternative; boundary="000000000000e1dcf605bc03dfb7" --000000000000e1dcf605bc03dfb7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Nate and Heng, The RELEASE build now succeeds, but I noticed that DEBUG build still fails. I'm trying to fix it. Do you need me to submit another BZ ticket or use the same ticket? Best regards, Takuto Naito On Tue, Feb 23, 2021 at 7:27 AM Desimone, Nathaniel L < nathaniel.l.desimone@intel.com> wrote: > The series has been pushed as 12ef75d~.. 9fb5174 > > Thanks, > Nate > > > -----Original Message----- > > From: Takuto Naito > > Sent: Sunday, February 21, 2021 7:10 AM > > To: devel@edk2.groups.io > > Cc: Chaganty, Rangasai V ; Desimone, > > Nathaniel L ; Luo, Heng > > > > Subject: [PATCH v2 0/2] TigerlakeOpenBoard: Fix build errors with GCC5 > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3224 > > TigerlakeOpenBoard: Fix build errors with GCC5 > > > > v2: > > - Split the v1 patch into 2 patches. > > One is for Platform/Intel/TigerlakeOpenBoardPkg, > > another one is for edk2-platforms\Silicon\Intel\TigerlakeSiliconPkg. > > > > https://github.com/naitaku/edk2- > > platforms/tree/tigerlake_fix_build_error_v2 > > > > Cc: Sai Chaganty > > Cc: Nate DeSimone > > Cc: Heng Luo > > > > Takuto Naito (2): > > TigerlakeOpenBoardPkg: Fix build errors with GCC5 > > TigerlakeSiliconPkg/IpBlock: Fix build errors with GCC5 > > > > .../PeiFspPolicyInitLib.inf | 2 +- > > .../BasePlatformHookLib/BasePlatformHookLib.c | 188 ------------------ > > .../DxeSiliconPolicyUpdateLate.c | 2 +- > > .../DxePchPcieRpPolicyLib.c | 2 +- > > 4 files changed, 3 insertions(+), 191 deletions(-) > > > > -- > > 2.30.1 > > -- =E5=86=85=E8=97=A4 =E5=8D=93=E4=BA=BA Takuto Naito --000000000000e1dcf605bc03dfb7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Nate and Heng,

The RELEASE build now succeeds, but I noticed tha= t DEBUG build still fails.
I'm trying to fix it.= Do you need me to submit another BZ ticket or use the same ticket?=C2=A0

Best regards,
Takuto Naito

On Tue, Feb 23, 2021 at 7:27 AM Desimone, Nathaniel L <nathaniel.l.desimone@= intel.com> wrote:
The series has been pu= shed as 12ef75d~.. 9fb5174

Thanks,
Nate

> -----Original Message-----
> From: Takuto Naito <naitaku@gmail.com>
> Sent: Sunday, February 21, 2021 7:10 AM
> To: devel@ed= k2.groups.io
> Cc: Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Desimone,<= br> > Nathaniel L <nathaniel.l.desimone@intel.com>; Luo, Heng
> <heng.luo@i= ntel.com>
> Subject: [PATCH v2 0/2] TigerlakeOpenBoard: Fix build errors with GCC5=
>
> REF: https://bugzilla.tianocore.org/show_b= ug.cgi?id=3D3224
> TigerlakeOpenBoard: Fix build errors with GCC5
>
> v2:
> - Split the v1 patch into 2 patches.
>=C2=A0 =C2=A0One is for Platform/Intel/TigerlakeOpenBoardPkg,
>=C2=A0 =C2=A0another one is for edk2-platforms\Silicon\Intel\TigerlakeS= iliconPkg.
>
> https://github.com/naitaku/edk2-
> platforms/tree/tigerlake_fix_build_error_v2
>
> 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=A0TigerlakeOpenBoardPkg: Fix build errors with GCC5
>=C2=A0 =C2=A0TigerlakeSiliconPkg/IpBlock: Fix build errors with GCC5 >
>=C2=A0 .../PeiFspPolicyInitLib.inf=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A02 +-
>=C2=A0 .../BasePlatformHookLib/BasePlatformHookLib.c | 188 ------------= ------
>=C2=A0 .../DxeSiliconPolicyUpdateLate.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A02 +-
>=C2=A0 .../DxePchPcieRpPolicyLib.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A02 +-
>=C2=A0 4 files changed, 3 insertions(+), 191 deletions(-)
>
> --
> 2.30.1

--
=E5=86=85=E8=97=A4 =E5=8D=93=E4=BA=BA
T= akuto Naito
--000000000000e1dcf605bc03dfb7--