[edk2] [edk2-FdfSpecification PATCH 2/2] Remove illegal white space in FDF file examples

2017-04-07 Thread Michael Kinney
Remove space between '$' and '(' for macro usage Remove space before/after directory separator '/' Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney --- 2_fdf_design_discussion/25_[fv]_sections.md | 12 +

[edk2] [edk2-FdfSpecification PATCH 0/2] Allow macros in !include file paths

2017-04-07 Thread Michael Kinney
* Use macros in !include file paths https://bugzilla.tianocore.org/show_bug.cgi?id=350 * Remove illegal white space in FDF file examples GitHub branch for review: https://github.com/mdkinney/edk2-FdfSpecification/tree/Bugzilla_350_MacrosInIncludes GitHub branch compare against latest DRAF

[edk2] [edk2-FdfSpecification PATCH 1/2] Use macros in !include file paths

2017-04-07 Thread Michael Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=350 The EBNF already allows !include statements to use $(MACRO) values in the file path. This change updates the description and examples for !include statements to allow the use of macros and specific environment variables in !include file paths. C

[edk2] Using USB-Ethernet adapter in UEFI on an arm64 platform

2017-04-07 Thread Vladimir Olovyannikov
Hi, I would like to enable Ethernet using USB-Ethernet AX88772 adapter in the UEFI on an armv8 arm64 platform. Ethernet polling is done by MnpPoll() periodically. This creates a burden on the system so that UEFI boots in 1 minute to the Shell due to receive polling. The USB operation is very resou

[edk2] [HII] Is it possible to get user input from a shell application by throwing a pop up window.

2017-04-07 Thread Amit kumar
Hi, Is there a method/way for a uefi app to get input from an user by throwing a pop up window. Thanks Amit. ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] [PATCH] AppPkg/Applications/Python/PyMod-2.7.2: Replace non-ascii characters

2017-04-07 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Wu, Hao A > Sent: Thursday, April 06, 2017 7:22 PM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A ; Daryl McDaniel li...@mc2research.org>; Carsey, Jaben > Subject: [PATCH] AppPkg/Applications/Python/PyMod-2.7.2: Replace non- > ascii

Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Amit kumar
Thanks for correction. FileDevicePath(devicepath,L"XYZ\\Par\\Chld\\filename.efi "); Amit From: af...@apple.com on behalf of Andrew Fish Sent: Friday, April 7, 2017 8:12:46 PM To: Amit kumar Cc: Carsey, Jaben; edk2-devel@lists.01.org Subject: Re: [edk2] How to

Re: [edk2] [PATCH] ShellPkg: Fix Shell to not return without startup.nsh after timeout

2017-04-07 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, April 06, 2017 8:04 PM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A > Subject: [edk2] [PATCH] ShellPkg: Fix Shell to not return without

Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Andrew Fish
> On Apr 7, 2017, at 3:40 AM, Amit kumar wrote: > > Sorry my bad, actually it works > instead of > FileDevicePath(devicepath,L"XYZ\Par\Chld\filename.efi "); > i have to use > FileDevicePath(devicepath,L"XYZ\\\Par\\\Chld\\filename.efi "); > I think it is 2 \\ not 3 and you have a space at the

Re: [edk2] [PATCH v2 0/4] Resolving Some CryptoPkg Build Issues

2017-04-07 Thread Long, Qin
Thanks for doing this. Looks we just filed internal tracker for this spec update. This BZ is helpful for community tracking. Best Regards & Thanks, LONG, Qin > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, April 7, 2017 6:18 PM > To: Long, Qin ; edk2

[edk2] SUT hangs after performing a warm boot.

2017-04-07 Thread Santhapur Naveen
Hi all, Under NetworkPkg, in Ip6Dxe driver, what purpose does this function Ip6NdFasterTimerTicking() serve? Sometimes, the SUT hangs in this function (at bootmgfw.Entry) when booting to Windows after performing a warm boot. Thanks, Naveen ___

Re: [edk2] [PATCH v5 3/3] OvmfPkg/QemuVideoDxe: VMWare SVGA device support

2017-04-07 Thread Laszlo Ersek
On 04/07/17 08:25, Phil Dennis-Jordan wrote: > From: Phil Dennis-Jordan > > In addition to the QXL, Cirrus, etc. VGA adapters, Qemu also implements > a basic version of VMWare's SVGA display device. Drivers for this > device exist for some guest OSes which do not support Qemu's other > display ad

Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Amit kumar
Sorry my bad, actually it works instead of FileDevicePath(devicepath,L"XYZ\Par\Chld\filename.efi "); i have to use FileDevicePath(devicepath,L"XYZ\\\Par\\\Chld\\filename.efi "); Thanks for your help and support. Amit From: edk2-devel on behalf of Amit kumar

Re: [edk2] [PATCH v2 0/4] Resolving Some CryptoPkg Build Issues

2017-04-07 Thread Laszlo Ersek
On 04/06/17 16:17, Long, Qin wrote: >> -Original Message- >> From: Laszlo Ersek [mailto:ler...@redhat.com] >> Sent: Thursday, April 6, 2017 8:57 PM >> To: Long, Qin ; edk2-devel@lists.01.org >> Cc: Ye, Ting ; Wu, Hao A ; Tian, >> Feng ; Dong, Eric >> Subject: Re: [edk2] [PATCH v2 0/4] Reso

Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Amit kumar
Andrew, Jaben Thanks for your suggestions. I have one more query , i have a handle that contains a devicepath and i have a file say filename.efi wich is inside directory structure. say XYZ\Par\Chld\filename.efi NewDevPath =FileDevicePath(devicepath,L"XYZ\Par\Chld\filename.efi "); and then i

Re: [edk2] [PATCH] kvm: pass the virtual SEI syndrome to guest OS

2017-04-07 Thread Laszlo Ersek
On 04/07/17 04:52, gengdongjiu wrote: > > On 2017/4/7 2:55, Laszlo Ersek wrote: >> I'm unsure if, by "not fixed", you are saying >> >> the number of CPER entries that fits in Error Status Data Block N is >> not *uniform* across 0 <= N <= 10 [1] >> >> or >> >> the number of CPER entries that

[edk2] [PATCH] BaseTools: Add --version option in Brotli and BrotliCompress

2017-04-07 Thread Song, BinX
https://bugzilla.tianocore.org/show_bug.cgi?id=464 - Add --version option in Brotli and BrotliCompress Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song --- BaseTools/BinWrappers/PosixLike/BrotliCompress | 3 +++ BaseTools/Source/C/BrotliCompr

Re: [edk2] [Patch] BaseTools: Convert BrotliCompress.bat to DOS format

2017-04-07 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Gao, Liming Sent: Friday, April 7, 2017 3:08 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong Subject: [Patch] BaseTools: Convert BrotliCompress.bat to DOS format Cc: Yonghong Zhu Contributed-under: Tiano

[edk2] [Patch] BaseTools: Convert BrotliCompress.bat to DOS format

2017-04-07 Thread Liming Gao
Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- BaseTools/Source/C/BrotliCompress/BrotliCompress.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/C/BrotliCompress/BrotliCompress.bat b/BaseTools/Source