MdeModulePkg: Refine description a little for PcdEmuVariableNvStoreReserved
This patch is not related directly to REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1323 Merge EmuVariable and Real variable driver. PcdEmuVariableNvStoreReserved actually defines the base address of reserved memory range. This patch refines description a little for PcdEmuVariableNvStoreReserved. Suggested-by: Jian J Wang <jian.j.wang@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao Wu <hao.a.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com> Tested-by: Julien Grall <julien.grall@arm.com> Acked-by: Julien Grall <julien.grall@arm.com>
This commit is contained in:
@@ -1594,9 +1594,9 @@
|
||||
# @Prompt EMU variable NV mode enable.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|FALSE|BOOLEAN|0x01100001
|
||||
|
||||
## This PCD defines a reserved memory range for EMU variable NV storage.
|
||||
# The range is valid if non-zero. The memory range size must be PcdVariableStoreSize.
|
||||
# @Prompt Reserved memory range for EMU variable NV storage.
|
||||
## This PCD defines the base address of reserved memory range for EMU variable NV storage.
|
||||
# A non-ZERO value indicates a valid range reserved with size given by PcdVariableStoreSize.
|
||||
# @Prompt Base of reserved memory range for EMU variable NV storage.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0|UINT64|0x40000008
|
||||
|
||||
## This PCD defines the times to print hello world string.
|
||||
|
Reference in New Issue
Block a user