[edk2] [PATCH] IntelSiliconPkg: Add package DSC file

2017-06-21 Thread Hao Wu
Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu --- IntelSiliconPkg/IntelSiliconPkg.dsc | 46 + 1 file changed, 46 insertions(+) create mode 100644 IntelSiliconPkg/IntelSiliconPkg.dsc diff --git a/IntelSiliconPkg/

Re: [edk2] EmulatorPkg build issue

2017-06-21 Thread Andrew Fish
> On Jun 21, 2017, at 6:48 PM, Gao, Liming wrote: > > Andrew: > There are two bugzillars to remove XCLANG and XCODE32 tool chain from > tools_def.txt. So, we can drop them now. > > https://bugzilla.tianocore.org/show_bug.cgi?id=562 > https://bugzilla.tianocore.org/show_bug.cgi?id=563 > Gao

Re: [edk2] [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa

2017-06-21 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni Thanks/Ray > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Star Zeng > Sent: Wednesday, June 21, 2017 9:34 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Gao, Liming ; > Zeng, Star > Subject: [edk2] [PATCH] DuetPk

Re: [edk2] EmulatorPkg build issue

2017-06-21 Thread Gao, Liming
Andrew: There are two bugzillars to remove XCLANG and XCODE32 tool chain from tools_def.txt. So, we can drop them now. https://bugzilla.tianocore.org/show_bug.cgi?id=562 https://bugzilla.tianocore.org/show_bug.cgi?id=563 Thanks Liming > -Original Message- > From: edk2-devel [mailto:ed

Re: [edk2] EmulatorPkg build issue

2017-06-21 Thread Andrew Fish
Hengyan, XCODE32 == Xcode 3.2 so the move to clang. XCODE5 == Xcode 5.0 was the last time clang command line arguments change. That is probably what you should be using. So try: >git diff diff --git a/EmulatorPkg/build.sh b/EmulatorPkg/build.sh index 339c6b3..4f653d2 100755 --- a/EmulatorPkg/b

Re: [edk2] [RFC] migration of OpenPlatformPkg to tianocore

2017-06-21 Thread Leif Lindholm
Hi all, I have now pushed updated versions of devel-OpenPlatformPkg branches to edk2-platforms and edk2-non-osi. I now also have a Readme.md at the top-level of edk2-platforms describing All the silly hacks are gone, and all platforms now build. I would really appreciate if people could have a l

[edk2] EmulatorPkg build issue

2017-06-21 Thread Hengyan Tao
Hi Dear EmulatorPkg Maintainer, I am having the below issue when building EmulatorPkg. Any help will be appreciated! Initializing workspace /Users/local/Documents/edk2/BaseTools Loading previous configuration from /Users/local/Documents/edk2/Conf/BuildEnv.sh WORKSPACE: /Users/local/Documents/e

Re: [edk2] [PATCH] MdeModulePkg Variable: Add missing change in dd59d95e1994

2017-06-21 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Zeng, Star > Sent: Wednesday, June 21, 2017 9:33 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Gao, Liming > Subject: [PATCH] MdeModulePkg Variable: Add missing change in dd59d95e1994 > > dd59d95e1994 updated *.c file, but forgo

Re: [edk2] [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa

2017-06-21 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Zeng, Star > Sent: Wednesday, June 21, 2017 9:34 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Gao, Liming ; Ni, > Ruiyu > Subject: [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa > > e286e118bafa updated *.c fil

[edk2] [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa

2017-06-21 Thread Star Zeng
e286e118bafa updated *.c file, but forgot to update *.h file. Cc: Liming Gao Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- DuetPkg/FSVariable/FSVariable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DuetPkg/FSVaria

[edk2] [PATCH] MdeModulePkg Variable: Add missing change in dd59d95e1994

2017-06-21 Thread Star Zeng
dd59d95e1994 updated *.c file, but forgot to update *.h file. Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MdeM

Re: [edk2] [PATCH 1/2] BaseTools/tools_def GCC: ARM/AARCH64: replace -save-temps with -pipe

2017-06-21 Thread Leif Lindholm
On Wed, Jun 21, 2017 at 01:31:15PM +0200, Ard Biesheuvel wrote: > > "-pipe" isn't used anywhere else in "tools_def.template". Can we imagine > > a platform where cross-compiling to aarch64 with gcc works otherwise, > > but "-pipe" might break that? Cygwin perhaps? (No clue, honestly.) > > > > For c

Re: [edk2] [PATCH] MdeModulePkg: Enhance the debug message for InstallProtocolInterface

2017-06-21 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Zeng, Star > Sent: Wednesday, June 21, 2017 1:35 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Gao, Liming > Subject: [PATCH] MdeModulePkg: Enhance the debug message for > InstallProtocolInterface > > Current code is using debu

Re: [edk2] [PATCH 0/2] Return EFI_INVALID_PARAMETER in LocateProtocol for Protocol==NULL

2017-06-21 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star > Zeng > Sent: Tuesday, June 20, 2017 9:36 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star > Subject: [edk2] [PATCH 0/2] Return EFI_INVALID_PARAMETER in LocatePro

Re: [edk2] [PATCH 0/2] Minor update to the Data parameter for PEI GetVariable()

2017-06-21 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star > Zeng > Sent: Wednesday, June 21, 2017 5:49 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star > Subject: [edk2] [PATCH 0/2] Minor update to the Data parameter for

Re: [edk2] HTTP Boot failed to download NBP file if it is .iso type

2017-06-21 Thread Karunakar P
Hi All, Verified that BDS has been updated to support HTTP RAM disk boot. And able to download SUSE iso (>3 GB) from the HTTP server. But the install stops in middle. I've checked SUSE iso image could support RAM disk boot or NOT with below steps 1. Go to "RAM Disk Configuration" form se

Re: [edk2] [PATCH 1/2] BaseTools/tools_def GCC: ARM/AARCH64: replace -save-temps with -pipe

2017-06-21 Thread Ard Biesheuvel
On 20 June 2017 at 21:28, Laszlo Ersek wrote: > On 06/20/17 20:43, Ard Biesheuvel wrote: >> For historical reasons, GCC builds for ARM and AARCH64 pass the >> -save-temps command line option to GCC, which instructs the compiler >> to preserve intermediate files, i.e., preprocessor output and gener

[edk2] [PATCH 0/2] Minor update to the Data parameter for PEI GetVariable()

2017-06-21 Thread Star Zeng
They are to follow PI 1.5 spec. Star Zeng (2): MdePkg: Minor update to the Data parameter for PEI GetVariable() MdeModulePkg: Minor update to the Data parameter for PEI GetVariable() MdeModulePkg/Universal/Variable/Pei/Variable.c | 5 +++-- MdePkg/Include/Ppi/ReadOnlyVariable2.h | 7

[edk2] [PATCH 1/2] MdePkg: Minor update to the Data parameter for PEI GetVariable()

2017-06-21 Thread Star Zeng
PI 1.5 spec has minor update to the Data parameter for PEI GetVariable(), and no real functional behavior change. The modifier of Data parameter: OUT VOID *Data -> OUT VOID *Data OPTIONAL The comments of Data parameter: DataPoints to the buffer which will hold the returned variable value. ->

[edk2] [PATCH 2/2] MdeModulePkg: Minor update to the Data parameter for PEI GetVariable()

2017-06-21 Thread Star Zeng
PI 1.5 spec has minor update to the Data parameter for PEI GetVariable(), and no real functional behavior change. The modifier of Data parameter: OUT VOID *Data -> OUT VOID *Data OPTIONAL The comments of Data parameter: DataPoints to the buffer which will hold the returned variable value. ->

Re: [edk2] [Patch V3] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.

2017-06-21 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Fu, Siyuan Sent: Tuesday, June 20, 2017 9:23 AM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Wu, Jiaxin Subject: [Patch V3] NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support. V3 update: Fix X64 build error. V2 update: Correct