diff options
author | Zhiguang Liu <zhiguang.liu@intel.com> | 2019-05-06 08:52:35 +0800 |
---|---|---|
committer | Hao A Wu <hao.a.wu@intel.com> | 2019-05-10 10:49:52 +0800 |
commit | 68cafc7bf0571195d14602382165369a74dec936 (patch) | |
tree | 8fb259e844d656bf969e4b8a3ab37ffae0a49907 /EmulatorPkg | |
parent | 0e92957eaa50be08ebbd8f0fd4e989b380704466 (diff) | |
download | edk2-68cafc7bf0571195d14602382165369a74dec936.zip edk2-68cafc7bf0571195d14602382165369a74dec936.tar.gz edk2-68cafc7bf0571195d14602382165369a74dec936.tar.bz2 |
EmulatorPkg: Save the modified order after rebooting
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1650
Use memory mapped FV device path
by adding FvNameGuid to EmulatorPkg.fdf file.
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.fdf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.fdf b/EmulatorPkg/EmulatorPkg.fdf index 85197a1..c5c69f8 100644 --- a/EmulatorPkg/EmulatorPkg.fdf +++ b/EmulatorPkg/EmulatorPkg.fdf @@ -80,6 +80,7 @@ DATA = { gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
[FV.FvRecovery]
+FvNameGuid = 6D99E806-3D38-42c2-A095-5F4300BFD7DC
FvAlignment = 16 #FV alignment and FV attributes setting.
ERASE_POLARITY = 1
MEMORY_MAPPED = TRUE
|