Re: [edk2] [PATCH] ArmPkg: Bug fix for UncachedMemoryAllocationLib

2015-08-28 Thread Heyi Guo
Hi Ard, Would you help to commit the patch? Sorry I didn't see it upstreamed. Thanks. On 08/17/2015 06:25 PM, Ard Biesheuvel wrote: On 13 August 2015 at 16:37, Heyi Guo wrote: NewNode is the node we found, while Node is the last node in the list. Also update mFreedBufferSize. Contributed-un

Re: [edk2] [Patch 1/3] MdePkg: Add the missing module UNI files

2015-08-28 Thread Kirkendall, Garrett
I thought the Base Tools were modified to support UNI files in the UTF-8 file format. Shouldn't the UNI files have been UTF-8? GARRETT KIRKENDALL   SMTS Firmware Engineer | CTE 7171 Southwest Parkway, Austin, TX 78735 USA    facebook  |  amd.com > -Original Message- > From: edk2-devel

Re: [edk2] [PATCH] ArmPkg/CpuDxe: Disable interrupt before restoring context

2015-08-28 Thread Heyi Guo
Hi Ard, Sorry for the late reply. However I think you've got what I meant :) In my opinion, UEFI actually needs timer interrupt nesting, e.g. we have a timer event with low TPL and long execution time, UEFI should support a higher TPL timer event interrupt the execution of this low TPL event,

[edk2] [PATCH] OvmfPkg: AcpiTables: serialize control methods that create named objects

2015-08-28 Thread Laszlo Ersek
Bruce Cran reported the following issue: With iasl version 20150410-64 building OvmfX64 (using OvmfPkg/build.sh -a X64 -t GCC49 -b RELEASE) results in a couple of warnings about methods that should be serialized: .../OvmfPkg/AcpiTables/AcpiTables/OUTPUT/./Dsdt. 95: Method (_CR

Re: [edk2] [Patch] ShellPkg: Get media status in ifconfig command

2015-08-28 Thread Wu, Jiaxin
Attach patch and UNI file. -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: Friday, August 28, 2015 4:55 PM To: edk2-devel@lists.01.org Cc: Ye, Ting; Carsey, Jaben; Fu, Siyuan Subject: [edk2] [Patch] ShellPkg: Get media status in if

Re: [edk2] [Patch] ShellPkg: Get media status in ifconfig command

2015-08-28 Thread Fu, Siyuan
Hi, Jiaxin The Snp->Getstatus may not support media present report, please use NetLib interface NetLibDetectMedia() instead. -Original Message- From: Wu, Jiaxin Sent: Friday, August 28, 2015 4:55 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Carsey, Jaben Subject: [Patch]

[edk2] [Patch] ShellPkg: Get media status in ifconfig command

2015-08-28 Thread Jiaxin Wu
This patch is used to get media status in ifconfig command. Cc: Ye Ting Cc: Fu Siyuan Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu --- .../UefiShellNetwork1CommandsLib/Ifconfig.c| 85 +++-- .../UefiShellNetwork1Comm

Re: [edk2] [PATCH] OvmfPkg: prevent code execution from DXE stack

2015-08-28 Thread Laszlo Ersek
On 08/08/15 02:02, Zeng, Star wrote: >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Laszlo Ersek >> Sent: Saturday, August 8, 2015 12:00 AM >> To: edk2-devel-01 >> Cc: Paolo Bonzini; Zeng, Star; Justen, Jordan L >> Subject: [edk2] [PATCH]

Re: [edk2] [PATCH] OvmfPkg: Build HTTP utilities driver

2015-08-28 Thread Laszlo Ersek
On 08/28/15 03:58, Gary Ching-Pang Lin wrote: > On Thu, Aug 27, 2015 at 12:54:13PM +0200, Laszlo Ersek wrote: >> Gary, >> >> On 08/27/15 05:41, Gary Ching-Pang Lin wrote: >>> The HTTP driver now needs the HTTP utilities driver to parse the >>> headers of HTTP requests. >> >> Can you point out the S

[edk2] Network disconnected after NBP was loaded

2015-08-28 Thread Gary Ching-Pang Lin
Hi, I was under the impression that the UEFI firmware would maintain the network connection unless a EFI program or OS determine to create a new connection. Take PXE for example. After the bootloader is loaded, it can utilize the PxeBaseCode protocol to download the OS image with the existed conne

Re: [edk2] [PATCH 11/15] OvmfPkg: Link separated VarCheckUefiLib NULL class library instance

2015-08-28 Thread Laszlo Ersek
On 08/28/15 04:37, Zeng, Star wrote: > On 2015/8/26 18:57, Laszlo Ersek wrote: >> On 08/26/15 12:27, Laszlo Ersek wrote: >>> Star, >>> >>> On 08/17/15 10:24, Star Zeng wrote: Cc: Jordan Justen Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-

Re: [edk2] USB hot swap support

2015-08-28 Thread Laszlo Ersek
On 08/27/15 19:10, Andrew Fish wrote: > >> On Aug 27, 2015, at 9:02 AM, Robinson, Keith >> wrote: >> >> >> Hello, >> >> I am trying to determine if it is possible to write a UEFI >> application that allows the user to swap USB mass storage devices >> and re-enumerate the new device inserted. >>