[edk2] [PATCH] ShellPkg: Make 'alias' can display a single alias name.

2016-01-05 Thread Qiu Shumin
When we run command "alias cat" Shell print out "alias: Too few arguments". This patch makes value of single alias name can be displayed. Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin ---

Re: [edk2] [PATCH] ShellPkg: Make 'alias' can display a single alias name.

2016-01-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Qiu, Shumin > Sent: Tuesday, January 5, 2016 12:33 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin ; Carsey, Jaben > > Subject: [PATCH] ShellPkg: Make 'alias'

Re: [edk2] [PATCH] ShellPkg: Fix Shell assert when mv a file to a NULL target.

2016-01-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Qiu, Shumin > Sent: Monday, January 4, 2016 8:03 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin ; Carsey, Jaben > > Subject: [PATCH] ShellPkg: Fix Shell

Re: [edk2] [PATCH v2] ShellPkg : Add UEFI_APPLICATION module type to UefiShellInstall1CommandsLib.inf

2016-01-05 Thread El-Haj-Mahmoud, Samer
Jaben, Can you please review? Thanks, --Samer -Original Message- From: El-Haj-Mahmoud, Samer Sent: Thursday, December 24, 2015 9:10 AM To: edk2-devel@lists.01.org Cc: Jaben Carsey ; Shumin Qiu ; El-Haj-Mahmoud, Samer

Re: [edk2] EDK II Spec Updates

2016-01-05 Thread Tim Lewis
Laurie -- Did I miss a review period for these? This would help those of us who depend on the exact syntax of the files for a living :-) Tim -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jarlstrom, Laurie Sent: Tuesday, January 05, 2016 3:36

[edk2] Reboot directly to UEFI firmware settings

2016-01-05 Thread Stephen Polkowski
Hi all, I've noticed recently that Windows 10 has an method that allows the user to reboot directly to the UEFI bios settings without having holding the "DEL" key at power up. This is a useful feature for tablets, etc. Here is an article that describes the steps:

Re: [edk2] [PATCH 4/6] ArmVirtPkg: use small code model for all UEFI_APPLICATION modules

2016-01-05 Thread Laszlo Ersek
On 01/04/16 21:49, Ard Biesheuvel wrote: > On 4 January 2016 at 19:27, Laszlo Ersek wrote: >> On 12/24/15 14:03, Ard Biesheuvel wrote: >>> Unfortunately, compiling the DEBUG shell using the small code model is >>> not sufficient in all cases to get a successful build when the

Re: [edk2] [PATCH v2] ShellPkg : Add UEFI_APPLICATION module type to UefiShellInstall1CommandsLib.inf

2016-01-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of El- > Haj-Mahmoud, Samer > Sent: Tuesday, January 05, 2016 10:55 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ;

Re: [edk2] [PATCH] NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()

2016-01-05 Thread Fu, Siyuan
The patch is good to me. Reviewed-by: Fu Siyuan -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Wednesday, January 6, 2016 4:30 AM To: edk2-de...@ml01.01.org Cc: Subramanian Sriram ; El-Haj-Mahmoud Samer

Re: [edk2] [PATCH] NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()

2016-01-05 Thread Wu, Jiaxin
Hi Laszlo, The patch is good to me. Reviewed-by: Jiaxin Wu Do you need my help to commit this one or by yourself? Thanks. Jiaxin -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Wednesday, January 6, 2016 4:30 AM To: edk2-de...@ml01.01.org

[edk2] [PATCH] NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()

2016-01-05 Thread Laszlo Ersek
Change the return type of DnsFillinQNameForQueryIp() from (UINT8*) to (CHAR*). This brings the function in sync with both its internal variables and all of its call sites, fixing the following gcc build breakage: > NetworkPkg/DnsDxe/DnsImpl.c: In function 'DnsFillinQNameForQueryIp': >

Re: [edk2] Reboot directly to UEFI firmware settings

2016-01-05 Thread Rod Smith
On 01/05/2016 05:23 PM, Stephen Polkowski wrote: > Hi all, > > I've noticed recently that Windows 10 has an method that allows the > user to reboot directly to the UEFI bios settings without having holding > the "DEL" key at power up. This is a useful feature for tablets, etc. > Here is an

[edk2] EDK II Spec Updates

2016-01-05 Thread Jarlstrom, Laurie
Announcing the V1.25 and V1.26 updates to the EDK II Specifications. Go to the EDK II Specifications page to download the latest documentation. https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Specifications thanks, Laurie   laurie.jarlst...@intel.com Intel SSG/STO/EBP (503)

Re: [edk2] Reboot directly to UEFI firmware settings

2016-01-05 Thread Tim Lewis
Look at the OsIndications UEFI variable in the UEFI specification. Tim -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Stephen Polkowski Sent: Tuesday, January 05, 2016 2:23 PM To: edk2-de...@ml01.01.org Subject: [edk2] Reboot directly to UEFI

Re: [edk2] Reboot directly to UEFI firmware settings

2016-01-05 Thread Stephen Polkowski
Thanks Tim. You are awesome! I wouldn't have found it without your help. Cheers, Stephen Tim Lewis wrote: Look at the OsIndications UEFI variable in the UEFI specification. Tim -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Stephen