Re: [edk2-buildtools] EDKII build issue: Can SMM driver be compressed using current toolset

2012-09-12 Thread Gao, Liming
You can see the example in OvmfPkgIa32.fdf. FILE FV_IMAGE = A4EF5A93-3F1B-4232-A1C4-F0910E6D1D9C { SECTION COMPRESS PI_NONE { ## here PI_NONE should be changed to PI_STD for compression. SECTION FV_IMAGE = DXEFV } } Thanks Liming -Original Message- From: Pant, Alok [mailto:

Re: [edk2-buildtools] EDKII build issue: Can SMM driver be compressed using current toolset

2012-09-12 Thread Pant, Alok
Andrew, Thanks. Yes compressing FV equally good solution for me; Where can I find syntax to compress the entire FV? Thanks -Alok Pant -Original Message- From: Andrew Fish [mailto:[email protected]] Sent: Wednesday, September 12, 2012 12:05 PM To: Pant, Alok Cc: Jordan Justen; edk2-buil

Re: [edk2-buildtools] EDKII build issue: Can SMM driver be compressed using current toolset

2012-09-12 Thread Jordan Justen
On Wed, Sep 12, 2012 at 9:57 AM, Pant, Alok wrote: > A) I removed the GUID defined per your suggestion and it still fails. I did > this similar failed experiment in NT32Pkg as a build test. Attach is the > patch if you or others have suggestions..It looks to me EFI_COMPRESSION has > some issu

Re: [edk2-buildtools] EDKII build issue: Can SMM driver be compressed using current toolset

2012-09-12 Thread Andrew Fish
Alok, On a side note, you usually get better compression if you compress the entire FV. A file in the FV can contain a compressed FV. This could be another workaround. Sent from my iPhone On Sep 12, 2012, at 9:57 AM, "Pant, Alok" wrote: > Justin, Thanks. Appreciate your suggestions > > A)

Re: [edk2-buildtools] EDKII build issue: Can SMM driver be compressed using current toolset

2012-09-12 Thread Pant, Alok
Justin, Thanks. Appreciate your suggestions A) I removed the GUID defined per your suggestion and it still fails. I did this similar failed experiment in NT32Pkg as a build test. Attach is the patch if you or others have suggestions..It looks to me EFI_COMPRESSION has some issues. FILE SMM =