> > diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc > > index 2e13e0e..7dac0fa 100644 > > --- a/OvmfPkg/OvmfPkgIa32.dsc > > +++ b/OvmfPkg/OvmfPkgIa32.dsc > > @@ -278,7 +278,7 @@ > > !if $(SECURE_BOOT_ENABLE) == TRUE > > gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000 > > !else > > - gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400 > > + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x488 > > If 0x2000 is reasonable when secure boot is enabled, then it should > also be okay when it is disabled. > > So, I'd prefer to just get rid of the !if/!else. > > -Jordan
I tested non-secureboot case by getting rid of the !if/!else. And the pstore work on the guest OS :) Seiji ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
