[edk2] [Patch] NetworkPkg: Update the DnsDhcp.c to use BSD license

2015-08-24 Thread Jiaxin Wu
This patch is used to update the DnsDhcp.c to use BSD license. Cc: Ye Ting Cc: Siyuan Fu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu --- NetworkPkg/DnsDxe/DnsDhcp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NetworkPk

[edk2] [PATCH v3 2/3] MdePkg/Library/UefiFileHandleLib: Make the FileHandleGetFileName return the file name in right format.

2015-08-24 Thread Qiu Shumin
1. If the file is not a directory remove the redundant '\' char in file name string returned from FileHandleGetFileName. 2. Update function comments. Cc: Jaben Carsey Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey ---

Re: [edk2] Question about memory reservation from PrePi to DXE

2015-08-24 Thread Gao, Liming
Seemly, the patch is ignored. I send patch mail. Please check. -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Gao, Liming Sent: Tuesday, August 25, 2015 2:13 PM To: Benjamin Herrenschmidt; Tian, Feng Cc: Kinney, Michael D; edk2-devel@lists.01.or

[edk2] [Patch] MdeModulePkg: Fix the issue in DxeCore CoreInitializeMemoryServices()

2015-08-24 Thread Liming Gao
CoreInitializeMemoryServices() will essentially pickup a piece of memory out of *any* memory descriptor HOB completely ignoring the memory allocation HOBs. This change considers memory allocation hobs in this API. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao -

Re: [edk2] Question about memory reservation from PrePi to DXE

2015-08-24 Thread Gao, Liming
Ben: I agree this is an issue. PI spec has no limitation to create memory allocation hob. Memory may be allocated in either the HOB producer phase memory area or other areas of present and initialized system memory. DxeCore shouldn't assume the memory allocation hob are all created by PEI Allo

Re: [edk2] [patch] MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happens

2015-08-24 Thread Tian, Feng
Thanks for your comments, Baranee. I updated the patch as below. Please review again. --- MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c | 75 +++--- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 193 + MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.h | 80 +++ MdeModulePkg/

Re: [edk2] [Patch] BaseTools: Fix the missing depex file in GenFds

2015-08-24 Thread Liu, Yingke D
Reviewed-by: Yingke Liu Dennis -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Tuesday, August 25, 2015 10:23 To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools: Fix the missing depex file in GenFds If FDF FfsRule de

Re: [edk2] [PATCH] MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()

2015-08-24 Thread Yao, Jiewen
Reviewed-by: -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star Zeng Sent: Friday, August 21, 2015 4:10 PM To: edk2-devel@lists.01.org Cc: Yao, Jiewen; Gao, Liming Subject: [edk2] [PATCH] MdeModulePkg PeiCore: Recheck SwitchStackSignal after Pr

[edk2] [Patch] BaseTools: Fix the missing depex file in GenFds

2015-08-24 Thread Liming Gao
If FDF FfsRule describes |.depex for depex file on source build, it may be missed in the generated FD image. GenFds tool needs to check the output file list and find the matched one. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Yingke Liu --- Ba

Re: [edk2] [PATCH] MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()

2015-08-24 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star Zeng Sent: Friday, August 21, 2015 4:10 PM To: edk2-devel@lists.01.org Cc: Yao, Jiewen; Gao, Liming Subject: [edk2] [PATCH] MdeModulePkg PeiCore: Recheck SwitchStackSigna

Re: [edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files

2015-08-24 Thread Liu, Yingke D
Reviewed-by: Yingke Liu Dennis -Original Message- From: El-Haj-Mahmoud, Samer [mailto:samer.el-haj-mahm...@hp.com] Sent: Tuesday, August 25, 2015 0:50 To: edk2-devel@lists.01.org Cc: Liu, Yingke D; Sheng, Cecil (HPS SW) Subject: [PATCH] BaseTools: Add support for nested !include in FDF

Re: [edk2] [PATCH v2 00/16] unify GCC command line options

2015-08-24 Thread Ard Biesheuvel
On 19 August 2015 at 00:27, Laszlo Ersek wrote: > On 08/18/15 22:04, Paolo Bonzini wrote: >> >> >> On 18/08/2015 08:52, Ard Biesheuvel wrote: Personally, I would not mind deprecating GCC44, but the biggest question I would have is what toolchains do the latest UDK releases claim to

Re: [edk2] [PATCH v2 00/16] unify GCC command line options

2015-08-24 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Ard Biesheuvel had to walk into mine at 09:54:08 on Monday 24 August 2015 and say: > On 19 August 2015 at 00:27, Laszlo Ersek wrote: > > On 08/18/15 22:04, Paolo Bonzini wrote: > >> On 18/08/2015 08:52, Ard Biesheuvel wrote: > Persona

Re: [edk2] [PATCH v2 00/16] unify GCC command line options

2015-08-24 Thread Ard Biesheuvel
On 24 August 2015 at 19:02, Bill Paul wrote: > Of all the gin joints in all the towns in all the world, Ard Biesheuvel had to > walk into mine at 09:54:08 on Monday 24 August 2015 and say: > >> On 19 August 2015 at 00:27, Laszlo Ersek wrote: >> > On 08/18/15 22:04, Paolo Bonzini wrote: >> >> On 1

Re: [edk2] [patch] MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happens

2015-08-24 Thread Anbazhagan, Baraneedharan
Could you please create a separate function for 'Set dequeue pointer' since it's already in XhcRecoverHaltedEndpoint as well? -Baranee > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Tian > Feng > Sent: Monday, August 24, 2015 12:53 AM > To:

Re: [edk2] [PATCH 3/3] MdePkg/Library/UefiFileHandleLib: Make FileHandleReadLine return the right buffer size.

2015-08-24 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Qiu, Shumin > Sent: Friday, August 21, 2015 1:03 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin ; Carsey, Jaben > ; Gao, Liming > Subject: [PATCH 3/3] MdePkg/Library/UefiFileHandleLib: Make > FileHandleReadLine return the right b

Re: [edk2] [PATCH 1/3] MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type to 'UEFI*'.

2015-08-24 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Qiu, Shumin > Sent: Friday, August 21, 2015 1:03 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin ; Carsey, Jaben > ; Gao, Liming > Subject: [PATCH 1/3] MdePkg/Library/UefiFileHandleLib: Update the module > Basename and module type

Re: [edk2] [PATCH v2 00/16] unify GCC command line options

2015-08-24 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Ard Biesheuvel had to walk into mine at 10:22:59 on Monday 24 August 2015 and say: > On 24 August 2015 at 19:20, Bill Paul wrote: > > Of all the gin joints in all the towns in all the world, Ard Biesheuvel > > had to > > > > walk into min

Re: [edk2] [PATCH v2 00/16] unify GCC command line options

2015-08-24 Thread Ard Biesheuvel
On 24 August 2015 at 19:20, Bill Paul wrote: > Of all the gin joints in all the towns in all the world, Ard Biesheuvel had to > walk into mine at 10:06:10 on Monday 24 August 2015 and say: > >> On 24 August 2015 at 19:02, Bill Paul wrote: >> > Of all the gin joints in all the towns in all the wor

Re: [edk2] [PATCH v2 00/16] unify GCC command line options

2015-08-24 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Ard Biesheuvel had to walk into mine at 10:06:10 on Monday 24 August 2015 and say: > On 24 August 2015 at 19:02, Bill Paul wrote: > > Of all the gin joints in all the towns in all the world, Ard Biesheuvel > > had to > > > > walk into min

[edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files

2015-08-24 Thread El-Haj-Mahmoud, Samer
Posting to the new list in case this got missed Reviewed-by: Samer El-Haj-Mahmoud >From 839512c7d9e74c2de0234299538220968826a4b7 Mon Sep 17 00:00:00 2001 From: Cecil Sheng Date: Mon, 6 Jul 2015 12:15:59 +0800 Subject: [PATCH] BaseTools: Nested !include support in DSC and FDF files. Contribut

Re: [edk2] [Patch] NetworkPkg: Update HttpDxe to consume EFI_HTTP_UTILITIES_PROTOCOL

2015-08-24 Thread El-Haj-Mahmoud, Samer
Reviewed-by: Samer El-Haj-Mahmoud -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: Monday, August 24, 2015 12:47 AM To: edk2-devel@lists.01.org Cc: Ye Ting ; Siyuan Fu Subject: [edk2] [Patch] NetworkPkg: Update HttpDxe to consume

Re: [edk2] [PATCH v2 0/3] unify FVP Base and Foundation model support

2015-08-24 Thread Ard Biesheuvel
On 18 August 2015 at 16:10, Ard Biesheuvel wrote: > Instead of omitting some drivers that are known to break the Foundation > model when ARM_FOUNDATION_FVP is defined, fix those drivers so that they > simply fail to load without interfering with the boot. > > Changes since v1: > - Print a diagnost

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

2015-08-24 Thread Ard Biesheuvel
On 23 August 2015 at 17:59, Ard Biesheuvel wrote: > On 23 August 2015 at 15:39, Heyi Guo wrote: >> >> >> On 08/17/2015 05:52 PM, Ard Biesheuvel wrote: >>> >>> On 13 August 2015 at 05:10, Heyi Guo wrote: Interrupt must be disabled before we storing ELR and other system registers, o

[edk2] [PATCH] MdeModulePkg PiSmmCore: Prevent overlap for gSmmCorePrivate and CommBuffer

2015-08-24 Thread Star Zeng
Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- MdeModulePkg/Core/PiSmmCore/PiSmmCore.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.c b/MdeModulePkg/Core/PiSmmCore/PiSmmCore

Re: [edk2] Question about memory reservation from PrePi to DXE

2015-08-24 Thread Tian, Feng
Ben, We are looking into the issue you raised, will get back to you if we have comments. Thanks Feng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Benjamin Herrenschmidt Sent: Saturday, August 22, 2015 12:35 To: Tian, Feng Cc: Kinney, Michael

Re: [edk2] Some pages on new TianoCore wiki not being indexed (no results on Google)?

2015-08-24 Thread Ard Biesheuvel
(+ Leif) On 24 August 2015 at 06:27, Bruce Cran wrote: > It seems indexing of the new wiki at http://tianocore.org is rather poor: I > was looking for some information about the BeagleBoard/BeagleBone, Those instructions are slightly outdated after some recent cleanup work (I was not aware of th

[edk2] [PATCH v2 2/3] MdePkg/Library/UefiFileHandleLib: Make the FileHandleGetFileName return the file name in right format.

2015-08-24 Thread Qiu Shumin
If the file is not a directory remove the redundant '\' char in file name string returned from FileHandleGetFileName. Cc: Jaben Carsey Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey --- MdePkg/Library/UefiFileHandleL