Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> > -----Original Message----- > From: Zeng, Star > Sent: Tuesday, January 15, 2019 2:30 AM > To: edk2-devel@lists.01.org > Cc: Zeng, Star <star.z...@intel.com>; Kinney, Michael D > <michael.d.kin...@intel.com>; Steele, Kelly > <kelly.ste...@intel.com> > Subject: [PATCH V3 15/17] QuarkMin: Use merged variable > driver for emulated NV mode > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1323 > Merge EmuVariable and Real variable driver. > > The real variable driver has been updated to support > emulated > variable NV mode and the EmuVariableRuntimeDxe will be > removed > later, so use merged variable driver for emulated NV > mode. > > Cc: Michael D Kinney <michael.d.kin...@intel.com> > Cc: Kelly Steele <kelly.ste...@intel.com> > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng <star.z...@intel.com> > --- > QuarkPlatformPkg/QuarkMin.dsc | 8 ++++++-- > QuarkPlatformPkg/QuarkMin.fdf | 4 ++-- > 2 files changed, 8 insertions(+), 4 deletions(-) > > diff --git a/QuarkPlatformPkg/QuarkMin.dsc > b/QuarkPlatformPkg/QuarkMin.dsc > index d7a25686a30b..bf3a9a8bfd0e 100644 > --- a/QuarkPlatformPkg/QuarkMin.dsc > +++ b/QuarkPlatformPkg/QuarkMin.dsc > @@ -2,7 +2,7 @@ > # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB > flash devices. > # > # This package provides Clanton Peak CRB platform > specific modules. > -# Copyright (c) 2013 - 2018 Intel Corporation. > +# Copyright (c) 2013 - 2019 Intel Corporation. > # > # This program and the accompanying materials > # are licensed and made available under the terms and > conditions of the BSD License > @@ -342,6 +342,10 @@ [PcdsFixedAtBuild] > !endif > > gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x000 > 02000 > > gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariab > leSize|0x1000 > + # > + # Make VariableRuntimeDxe work at emulated non- > volatile variable mode. > + # > + > gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnabl > e|TRUE > ## RTC Update Timeout Value, need to increase timeout > since also > # waiting for RTC to be busy. > > gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTim > eout|500000 > @@ -553,7 +557,7 @@ [Components.IA32] > MdeModulePkg/Universal/Metronome/Metronome.inf > > MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.in > f > MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf > - > MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariabl > eRuntimeDxe.inf > + > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRunti > meDxe.inf > > MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeD > xe.inf > > MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/Monoto > nicCounterRuntimeDxe.inf > > MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem > RuntimeDxe.inf > diff --git a/QuarkPlatformPkg/QuarkMin.fdf > b/QuarkPlatformPkg/QuarkMin.fdf > index b793fbd9a340..6e5545c16d3b 100644 > --- a/QuarkPlatformPkg/QuarkMin.fdf > +++ b/QuarkPlatformPkg/QuarkMin.fdf > @@ -2,7 +2,7 @@ > # FDF file of Clanton Peak CRB platform with 32-bit DXE > # > # This package provides QuarkNcSocId platform specific > modules. > -# Copyright (c) 2013 - 2017 Intel Corporation. > +# Copyright (c) 2013 - 2019 Intel Corporation. > # > # This program and the accompanying materials > # are licensed and made available under the terms and > conditions of the BSD License > @@ -388,7 +388,7 @@ [FV.FVMAIN] > INF MdeModulePkg/Universal/Metronome/Metronome.inf > INF > MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.in > f > INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf > -INF > MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariabl > eRuntimeDxe.inf > +INF > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRunti > meDxe.inf > INF > MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeD > xe.inf > INF > MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/Monoto > nicCounterRuntimeDxe.inf > INF > MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem > RuntimeDxe.inf > -- > 2.7.0.windows.1
_______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel