On Tue, Sep 11, 2012 at 3:56 PM, Pant, Alok wrote:
> I am using UDK.SPI.UP1 source code to build some SMM drivers. Everything is
> fine as long as drivers are uncompressed; but when I change the fdf file as
> below to attempt to compress the SMM driver binary, I get the following
> error. Any sugg
Hi Andrew,
Thanks! I have already tried all variation of depex (i.e. replace SMM_DEPEX
with DXE_DEPEX in all four possible cases) and all leads to the exact same
error. From the error it does look like tool can't find SectionType (i.e. line
number matches) but I don't know why..
Unfortunately
The COMPRESS section, is a standard encapsulation section type, so it should
not matter what the module type is.
I notice in your working example you are using DXE_DEPEX and your failing
example is using SMM_DEPEX. You may want to try using SMM_DEPEX in the working
case to see if that is it.
Hi all,
I am using UDK.SPI.UP1 source code to build some SMM drivers. Everything is
fine as long as drivers are uncompressed; but when I change the fdf file as
below to attempt to compress the SMM driver binary, I get the following error.
Any suggestion on what I may be doing wrong. Does the too
Hi all,
This is my first attempt to build the EDKII tools. I used the udk2010.sr1.up1
tip and followed the steps as suggested in readme.txt file but I get the
following error. What am I doing wrong?
I can build the BIOS code (NT32Pkg etc) but unable to rebuild the tools.
Thanks
-Alok Pant
My