[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 el...@hp.com From 839512c7d9e74c2de0234299538220968826a4b7 Mon Sep 17 00:00:00 2001 From: Cecil Sheng cecil.sh...@hp.com Date: Mon, 6 Jul 2015 12:15:59 +0800 Subject: [PATCH] BaseTools: Nested !include support in

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 wp...@windriver.com 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 wp...@windriver.com wrote: Of all the gin joints

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 wp...@windriver.com wrote: Of all the gin joints in all the towns in all the world, Ard Biesheuvel had to

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 jaben.car...@intel.com -Original Message- From: Qiu, Shumin Sent: Friday, August 21, 2015 1:03 AM To: edk2-devel@lists.01.org Cc: Qiu, Shumin shumin@intel.com; Carsey, Jaben jaben.car...@intel.com; Gao, Liming liming@intel.com Subject: [PATCH 1/3]

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 ler...@redhat.com 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 ler...@redhat.com wrote: On 08/18/15 22:04, Paolo Bonzini wrote: On 18/08/2015 08:52, Ard Biesheuvel wrote:

[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 jaben.car...@intel.com Cc: Liming Gao liming@intel.com Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin shumin@intel.com

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,

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 br...@cran.org.uk 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

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 ard.biesheu...@linaro.org 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:

[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 liming@intel.com

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

2015-08-24 Thread Liu, Yingke D
Reviewed-by: Yingke Liu yingke.d@intel.com 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