Re: [edk2-devel] [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-03-01 Thread Nate DeSimone
Thank you Takuto, that is very helpful! From: Takuto Naito Sent: Saturday, February 27, 2021 6:41 AM To: Desimone, Nathaniel L Cc: devel@edk2.groups.io; Chaganty, Rangasai V ; Luo, Heng Subject: Re: [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5 Hi,

Re: [edk2-devel] [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-02-27 Thread Takuto Naito
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

Re: [edk2-devel] [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-02-24 Thread Nate DeSimone
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

Re: [edk2-devel] [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-02-23 Thread Heng Luo
Thanks Takuto Naito! For the series.. Reviewed-by: Heng Luo > -Original Message- > From: Takuto Naito > Sent: Wednesday, February 24, 2021 9:38 AM > To: devel@edk2.groups.io > Cc: Takuto Naito ; Chaganty, Rangasai V > ; Desimone, Nathaniel L > ; Luo, Heng > Subject: [PATCH

Re: [edk2-devel] [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-02-23 Thread Nate DeSimone
Thank You Takuto! For the series... Reviewed-by: Nate DeSimone > -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-devel] [PATCH edk2-platforms v1 0/2] TigerlakeOpenBoardPkg: Fix build error with GCC5

2021-02-23 Thread Takuto Naito
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.