Thanks. I just pushed it at 9084239f3440369fcb5ff0476d9bdd9442a03258 since it is a build failure.
Star -----Original Message----- From: Wang, Jian J Sent: Friday, January 25, 2019 9:42 AM To: Zeng, Star <[email protected]>; [email protected] Cc: Wu, Hao A <[email protected]>; Ard Biesheuvel <[email protected]>; Bi, Dandan <[email protected]> Subject: RE: [PATCH] MdeModulePkg VariableStandaloneMm: Add PcdEmuVariableNvModeEnable in inf Reviewed-by: Jian J Wang <[email protected]> > -----Original Message----- > From: Zeng, Star > Sent: Friday, January 25, 2019 9:23 AM > To: [email protected] > Cc: Zeng, Star <[email protected]>; Wang, Jian J > <[email protected]>; Wu, Hao A <[email protected]>; Ard > Biesheuvel <[email protected]>; Bi, Dandan > <[email protected]> > Subject: [PATCH] MdeModulePkg VariableStandaloneMm: Add > PcdEmuVariableNvModeEnable in inf > > It was missed in 7cd69959463ac9c761163ed8e8a93907b68e70da when > rebasing the patches after 688b2cad7b712493f2cf8b6948ab795545e13961 > added VariableStandaloneMm. > > Cc: Jian J Wang <[email protected]> > Cc: Hao Wu <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Cc: Dandan Bi <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng <[email protected]> > --- > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf | > 4 > +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git > a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf > b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf > index efb84ed87832..07436d3cb6ae 100644 > --- > a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf > +++ > b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf > @@ -18,7 +18,7 @@ > # may not be modified without authorization. If platform fails to > protect these resources, # the authentication service provided in > this driver will be broken, and the behavior is undefined. > # > -# Copyright (c) 2010 - 2016, Intel Corporation. All rights > reserved.<BR> > +# Copyright (c) 2010 - 2019, Intel Corporation. All rights > +reserved.<BR> > # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR> # This > program and the accompanying materials # are licensed and made > available under the terms and conditions of the BSD License @@ -127,6 > +127,8 @@ [FixedPcd] > gEfiMdeModulePkgTokenSpaceGuid.PcdMaxUserNvVariableSpaceSize ## > CONSUMES > > gEfiMdeModulePkgTokenSpaceGuid.PcdBoottimeReservedNvVariableSpaceSize > ## CONSUMES > gEfiMdeModulePkgTokenSpaceGuid.PcdReclaimVariableSpaceAtEndOfDxe ## > CONSUMES > + gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable ## > SOMETIMES_CONSUMES > + gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved ## > SOMETIMES_CONSUMES > > [FeaturePcd] > gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics ## > CONSUMES # statistic the information of variable. > -- > 2.13.3.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

