[edk2] [PATCH v1] ShellPkg/TftpDynamicCommand: Clarify the retry count option in command.

2018-11-04 Thread Jiaxin Wu
[-c ] is to define the number of times to transmit request packets and wait for a response. The default value is 6. But it doesn't specify the behavior of zero value. Here, The patch is to clear that: Set to zero also means to use the default value. Cc: Carsey Jaben Cc: Ye Ting Cc: Fu Siyuan Co

[edk2] [PATCH v1] MdeModulePkg/Mtftp4Dxe: Fix invalid configuration of MTFTP local port.

2018-11-04 Thread Jiaxin Wu
This patch is to fix the invalid setting of MTFTP local port. The issue can be reproduced by tftp shell command by using [-l port] option. Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin --- MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtf

Re: [edk2] Grub Error Marvell Board

2018-11-04 Thread Sven Auhagen
Hi Leif, Thank you for your answer. The eMMC is configured and recognized. I load the grub image from the eMMCs ESP partition. Only after loading and it when edk2 hands over control to the grub application I get an error that no resources are available to open the just used disk partition. The

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-04 Thread Ni, Ruiyu
Sorry I just saw your mails. So now you can successfully build EmulatorPkg using VS2015 and VS2017. And the WinHost.exe can be launched successfully. Correct? I know that the EmulatorPkg may not be launched in certain Windows OSes. The error message is: ERROR : Could not allocate PeiServicesTableP

Re: [edk2] [PATCH v3 1/5] Nt32Pkg: Remove EdkShellBinPkg in FDF, DSC and DEC

2018-11-04 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni Thanks/Ray > -Original Message- > From: Zhang, Shenglei > Sent: Monday, November 5, 2018 11:08 AM > To: edk2-devel@lists.01.org > Cc: Zhang, Shenglei ; Ni, Ruiyu > > Subject: [PATCH v3 1/5] Nt32Pkg: Remove EdkShellBinPkg in FDF,DSC and > DEC > > From: shenglei >

Re: [edk2] [PATCH v3 3/5] EmulatorPkg: Remove EdkShellBinPkg in FDF and DEC

2018-11-04 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni I just submitted another Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1298 It's to request to remove PcdShellFile from platfrom DSC. Thanks/Ray > -Original Message- > From: Zhang, Shenglei > Sent: Monday, November 5, 2018 11:08 AM > To: edk2-devel@lis

Re: [edk2] [PATCH v3 5/5] CorebootPayloadPkg: Remove EdkShellBinPkg in FDF

2018-11-04 Thread You, Benjamin
Reviewed-by: Benjamin You > -Original Message- > From: Zhang, Shenglei > Sent: Monday, November 5, 2018 11:08 AM > To: edk2-devel@lists.01.org > Cc: Zhang, Shenglei ; Ma, Maurice > ; Agyeman, Prince ; You, > Benjamin > Subject: [PATCH v3 5/5] CorebootPayloadPkg: Remove EdkShellBinPkg in

Re: [edk2] Plan to move all network components to NetworkPkg

2018-11-04 Thread Zeng, Star
We'd better also moving the header file (in Guid and Library directory), library instances and PCDs. Thanks, Star From: Ni, Ruiyu Sent: Monday, November 5, 2018 10:22 AM To: Fu, Siyuan ; edk2-devel@lists.01.org Cc: Zeng, Star ; Wang, Jian J ; Wu, Jiaxin ; Ye, Ting Subject: RE: Plan to move all

Re: [edk2] [PATCH v3 2/5] Vlv2TbltDevicePkg: Remove EdkShellBinPkg with ShellPkg

2018-11-04 Thread Wei, David
Reviewed-by: David Wei Thanks, David Wei Intel SSG/STO/UEFI BIOS -Original Message- From: Zhang, Shenglei Sent: Monday, November 5, 2018 11:08 AM To: edk2-devel@lists.01.org Cc: Zhang, Shenglei ; Wei, David ; Sun, Zailiang Subject: [PATCH v3 2/5] Vlv

[edk2] [PATCH v3 1/5] Nt32Pkg: Remove EdkShellBinPkg in FDF, DSC and DEC

2018-11-04 Thread Shenglei Zhang
From: shenglei Remove EdkShellBinPkg in Nt32Pkg.dec, Nt32Pkg.dsc and Nt32Pkg.fdf. https://bugzilla.tianocore.org/show_bug.cgi?id=1108 Cc: Ruiyu Ni Change-Id: I4db7068a3a1f68a1f6303079b73dc548c9feb2e3 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- Nt3

[edk2] [PATCH v3 4/5] OvmfPkg: Remove EdkShellBinPkg in FDF

2018-11-04 Thread Shenglei Zhang
From: shenglei Remove EdkShellBinPkg in OvmfPkgIa32.fdf, OvmfPkg/OvmfPkgIa32X64.fdf amd OvmfPkg/OvmfPkgX64.fdf. https://bugzilla.tianocore.org/show_bug.cgi?id=1108 v2: Remove USE_OLD_SHELL in DSC because it will be unnecessary to use it. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuv

[edk2] [PATCH v3 3/5] EmulatorPkg: Remove EdkShellBinPkg in FDF and DEC

2018-11-04 Thread Shenglei Zhang
From: shenglei Remove EdkShellBinPkg in EmulatorPkg.dec and EmulatorPkg.fdf. https://bugzilla.tianocore.org/show_bug.cgi?id=1108 v2: Remove USE_OLD_SHELL in DSC because it will be unnecessary to use it. Cc: Jordan Justen Cc: Ruiyu Ni Cc: Andrew Fish Change-Id: I4db7068a3a1f68a1f6303079b7

[edk2] [PATCH v3 5/5] CorebootPayloadPkg: Remove EdkShellBinPkg in FDF

2018-11-04 Thread Shenglei Zhang
From: shenglei Remove EdkShellBinPkg in CorebootPayloadPkg.fdf. https://bugzilla.tianocore.org/show_bug.cgi?id=1108 v3:Remove FULL_BIN and change SHELL_TYPE from FULL_BIN to UEFI_BIN. Cc: Maurice Ma Cc: Prince Agyeman Cc: Benjamin You Change-Id: I4db7068a3a1f68a1f6303079b73dc548c9feb2e3 Cont

[edk2] [PATCH v3 2/5] Vlv2TbltDevicePkg: Remove EdkShellBinPkg with ShellPkg

2018-11-04 Thread Shenglei Zhang
From: shenglei Replace EdkShellBinPkg with ShellPkg in PlatformPkg.fdf, PlatformPkgGcc.fdf, PlatformPkgGccX64.dsc, PlatformPkgIA32.dsc and PlatformPkgX64.dsc. https://bugzilla.tianocore.org/show_bug.cgi?id=1108 Cc: David Wei Cc: zailiang sun Change-Id: I4db7068a3a1f68a1f6303079b73dc548c9feb2e3

[edk2] [PATCH v3 0/5] Remove EdkShellBinPkg in FDF, DSC and DEC

2018-11-04 Thread Shenglei Zhang
Remove EdkShellBinPkg in CorebootPayloadPkg, EmulatorPkg, Nt32Pkg and OvmfPkg. Replace EdkShellBinPkg with EdkShellPkg in Vlv2TbltDevicePkg. v2: Remove 'USE_OLD_SHELL' in dsc files. v3: Remove FULL_BIN and change SHELL_TYPE from FULL_BIN to UEFI_BIN. shenglei (5): Nt32Pkg: Remove EdkShellBinPk

Re: [edk2] [PATCH v2 1/2] ShellPkg-UefiShellLib: Add a function to fully-qualify paths

2018-11-04 Thread Ni, Ruiyu
Pushed. Both patches. Thanks/Ray > -Original Message- > From: jim.dai...@dell.com > Sent: Wednesday, October 31, 2018 7:28 PM > To: Ni, Ruiyu > Cc: Carsey, Jaben ; edk2-devel@lists.01.org > Subject: RE: [PATCH v2 1/2] ShellPkg-UefiShellLib: Add a function to fully- > qualify paths > >

Re: [edk2] Plan to move all network components to NetworkPkg

2018-11-04 Thread Ni, Ruiyu
Siyuan, This is a good idea. Will the driver name be changed after the location change? Or as Liming suggested, maybe you could provide a text format directory tree layout to show what the final NetworkPkg is like. Thanks/Ray From: Fu, Siyuan Sent: Friday, November 2, 2018 4:10 PM To: edk2-deve

[edk2] [PATCH v2 2/2] Edk2Platforms: Replace MdeModulePkg PXE/iSCSI/TCP with NetworkPkg drivers.

2018-11-04 Thread Fu Siyuan
V2: Additional fixups required for NetworkPkg migration The PXE/iSCSI/TCP drivers in MdeModulePkg are going to be deprecated. All platform DSC/FDF files should be updated to use the dual-stack drivers in NetworkPkg. The NetworkPkg driver have all the functionality compared with MdeModulePkg one,

[edk2] [PATCH v2 0/2] Update platform DSC/FDF files for NetworkPkg migration.

2018-11-04 Thread Fu Siyuan
Patch 1/2 fixes the line ending issue introduced by Ccommit 1a13dfd37fe7 ("Hisilicon/D0x: Switch to generic PciHostBridge driver"). Patch 2/2 updates all platform DSC/FDF files for NetworkPkg migration. Fu Siyuan (1): Edk2Platforms: Replace MdeModulePkg PXE/iSCSI/TCP with NetworkPkg drivers

[edk2] [PATCH v2 1/2] Platform/Hisilicon: CRLF fixups for D05.dsc

2018-11-04 Thread Fu Siyuan
From: Leif Lindholm Commit 1a13dfd37fe7 ("Hisilicon/D0x: Switch to generic PciHostBridge driver") introduced some incorrect line endings, fix those here. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindh

Re: [edk2] [Patch] BaseTools build_rule.template: Update aslc rule for XCODE tool chain

2018-11-04 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Gao, Liming Sent: Saturday, November 03, 2018 12:25 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong Subject: [Patch] BaseTools build_rule.template: Update aslc rule for XCODE tool chain Update aslc rule t

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-04 Thread Prem Kumar
Hi Andrew, Thanks for your reply. I have tried below way now I'm able to launch Emulator 1. Done full build for EmulatorPkg using command *build -p EmulatorPkg\EmulatorPkg.dsc -t VS2015x86 -D WIN_SEC_BUILD -a X64 * 2. Build got success without any build error 3. .FD file generated

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-04 Thread Andrew Fish
> On Nov 3, 2018, at 1:55 PM, Prem Kumar wrote: > > Hi Andrew, > Thanks for your explanation. > > After building for x64 I could see below error. > > C:\UEFIWorkspace\edk2-master_2018_Latest\Build\EmulatorX64\DEBUG_VS2015x86\X64>WinHost.exe > > EDK II WIN Host Emulation Environment from h