Re: [edk2] [Patch] BaseTools: Fixed incorrect alignment bug.

2015-07-15 Thread Leif Lindholm
On Wed, Jul 15, 2015 at 10:17:31AM +0800, Yingke Liu wrote: > The alignment in rule section is shared by modules that use this rule to > generate FFS, it should not be modified by certain module. No objection to content of patch, but the above line is too long. Can you break it up before committi

Re: [edk2] [Patch] BaseTools: Fixed incorrect alignment bug.

2015-07-14 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Yingke Liu [mailto:yingke.d@intel.com] Sent: Wednesday, July 15, 2015 10:18 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] BaseTools: Fixed incorrect alignment bug. The alignment in rule section is shared by modules

[edk2] [Patch] BaseTools: Fixed incorrect alignment bug.

2015-07-14 Thread Yingke Liu
The alignment in rule section is shared by modules that use this rule to generate FFS, it should not be modified by certain module. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu --- BaseTools/Source/Python/GenFds/EfiSection.py | 7 --- 1 file changed, 4 i