Re: [edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files Also added code to detect include loops and enhanced error reporting for included files

2015-08-24 Thread El-Haj-Mahmoud, Samer
files Also added code to detect include loops and enhanced error reporting for included files Hi, Sorry for the delayed update. Please review the attachment for changes to support nested include in DSC and FDF files. The performance impact in previous patch has been addressed. Sincerely,

[edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files Also added code to detect include loops and enhanced error reporting for included files

2015-08-17 Thread Sheng, Cecil (HPS SW)
Hi, Sorry for the delayed update. Please review the attachment for changes to support nested include in DSC and FDF files. The performance impact in previous patch has been addressed. Sincerely, Cecil Sheng ISS Firmware Development HP Servers 0001-BaseTools-Nested-include-support-in-DSC-

Re: [edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files Also added code to detect include loops and enhanced error reporting for included files

2015-07-13 Thread El-Haj-Mahmoud, Samer
-Mahmoud, Samer Subject: Re: [edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files Also added code to detect include loops and enhanced error reporting for included files Your subject line is too long. (151 characters) BaseTools/Contributions.txt https://github.com/tianocore

Re: [edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files Also added code to detect include loops and enhanced error reporting for included files

2015-07-11 Thread Jordan Justen
Your subject line is too long. (151 characters) BaseTools/Contributions.txt https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format Should this be 2 patches? ('Also added...') On 2015-07-11 07:00:48, Samer El-Haj-Mahmoud wrote: > From: Cecil Sheng > > Contributed-under: Ti

[edk2] [PATCH] BaseTools: Add support for nested !include in FDF and DSC files Also added code to detect include loops and enhanced error reporting for included files

2015-07-11 Thread Samer El-Haj-Mahmoud
From: Cecil Sheng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud --- BaseTools/Source/Python/GenFds/FdfParser.py| 90 +++--- .../Source/Python/Workspace/MetaFileParser.py | 12 +-- 2 files changed, 86 insertions(+), 16 de