Re: [edk2] [PATCH 2/4] ArmVirtPkg: use 'auto' alignment and FIXED placement for XIP modules

2015-07-31 Thread Ard Biesheuvel
On 31 July 2015 at 02:10, Laszlo Ersek wrote: > On 07/28/15 18:42, Ard Biesheuvel wrote: >> Now that GenFw correctly propagates the minimum alignment of the ELF >> input sections to the PE/COFF binary, we can simply select 'auto' >> alignment in the FDF Rule section instead of tweaking it by hand.

Re: [edk2] [PATCH 2/4] ArmVirtPkg: use 'auto' alignment and FIXED placement for XIP modules

2015-07-30 Thread Laszlo Ersek
On 07/28/15 18:42, Ard Biesheuvel wrote: > Now that GenFw correctly propagates the minimum alignment of the ELF > input sections to the PE/COFF binary, we can simply select 'auto' > alignment in the FDF Rule section instead of tweaking it by hand. > > Also add the FIXED FFS attribute to the module

[edk2] [PATCH 2/4] ArmVirtPkg: use 'auto' alignment and FIXED placement for XIP modules

2015-07-28 Thread Ard Biesheuvel
Now that GenFw correctly propagates the minimum alignment of the ELF input sections to the PE/COFF binary, we can simply select 'auto' alignment in the FDF Rule section instead of tweaking it by hand. Also add the FIXED FFS attribute to the module types that may execute in place. This enables a ne