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 +
* 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
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
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
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
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
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
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
> 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
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
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
___
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
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
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
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
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
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
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
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
19 matches
Mail list logo