This change and your S3/S4 change have now been committed. Thanks!
-Jordan On Tue, Feb 12, 2013 at 8:58 AM, Laszlo Ersek <ler...@redhat.com> wrote: > With reference to > <http://sourceforge.net/mailarchive/message.php?msg_id=30359322>: > > "MEMFD is built so MAINFV's contents will be relocated during the build to > address 0x800000", and it "is a firmware volume with most OVMF code/data > uncompressed. [...] Increasing its size has a little impact on the size of > the resulting firmware image since the blank part of the firmware volume > will compress well." > > Let's increase the size to 8MB, since the current limit can get in the way > (for example when building-in the Intel3.5 drivers for e1000 with > -D FD_SIZE_2MB -D NETWORK_ENABLE -D SECURE_BOOT_ENABLE). > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Laszlo Ersek <ler...@redhat.com> > --- > OvmfPkg/OvmfPkgIa32.fdf | 6 +++--- > OvmfPkg/OvmfPkgIa32X64.fdf | 6 +++--- > OvmfPkg/OvmfPkgX64.fdf | 6 +++--- > 3 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/OvmfPkg/OvmfPkgIa32.fdf b/OvmfPkg/OvmfPkgIa32.fdf > index 36c9756..8861980 100644 > --- a/OvmfPkg/OvmfPkgIa32.fdf > +++ b/OvmfPkg/OvmfPkgIa32.fdf > @@ -46,12 +46,12 @@ FV = SECFV > > [FD.MEMFD] > BaseAddress = 0x800000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvBase > -Size = 0x600000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize > +Size = 0x800000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize > ErasePolarity = 1 > BlockSize = 0x10000 > -NumBlocks = 0x60 > +NumBlocks = 0x80 > > -0x0|0x600000 > +0x0|0x800000 > FV = MAINFV > > > ################################################################################ > diff --git a/OvmfPkg/OvmfPkgIa32X64.fdf b/OvmfPkg/OvmfPkgIa32X64.fdf > index a762dc9..93a36b7 100644 > --- a/OvmfPkg/OvmfPkgIa32X64.fdf > +++ b/OvmfPkg/OvmfPkgIa32X64.fdf > @@ -46,12 +46,12 @@ FV = SECFV > > [FD.MEMFD] > BaseAddress = 0x800000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvBase > -Size = 0x600000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize > +Size = 0x800000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize > ErasePolarity = 1 > BlockSize = 0x10000 > -NumBlocks = 0x60 > +NumBlocks = 0x80 > > -0x0|0x600000 > +0x0|0x800000 > FV = MAINFV > > > ################################################################################ > diff --git a/OvmfPkg/OvmfPkgX64.fdf b/OvmfPkg/OvmfPkgX64.fdf > index fcdac03..d023cb1 100644 > --- a/OvmfPkg/OvmfPkgX64.fdf > +++ b/OvmfPkg/OvmfPkgX64.fdf > @@ -46,12 +46,12 @@ FV = SECFV > > [FD.MEMFD] > BaseAddress = 0x800000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvBase > -Size = 0x600000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize > +Size = 0x800000|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfMemFvSize > ErasePolarity = 1 > BlockSize = 0x10000 > -NumBlocks = 0x60 > +NumBlocks = 0x80 > > -0x0|0x600000 > +0x0|0x800000 > FV = MAINFV > > > ################################################################################ > -- > 1.7.1 > > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel