]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Correct PCD name in MdeModulePkg.uni
authorLiming Gao <liming.gao@intel.com>
Thu, 29 Nov 2018 00:55:56 +0000 (08:55 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 3 Dec 2018 00:29:26 +0000 (08:29 +0800)
https://bugzilla.tianocore.org/show_bug.cgi?id=1363
New PCD PcdVpdBaseAddress64 is added in MdeModulePkg.dec.
Its string token in MdeModulePkg.uni should match to its name.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Bi Dandan <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Reviewed-by: Bi Dandan <dandan.bi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/MdeModulePkg.uni

index 9b1766b36a77e1beae1307aa66f275bdaf96333d..c754d7bb15184d8f40e240e2b065282faea527bb 100644 (file)
                                                                                                       "On TRUE, the string FPDT record will be used to store every performance entry.\n"\r
                                                                                                       "On FALSE, the different FPDT record will be used to store the different performance entries."\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress_PROMPT  #language en-US "64bit VPD base address"\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress64_PROMPT  #language en-US "64bit VPD base address"\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress_HELP  #language en-US "VPD type PCD allows a developer to point to an absolute physical address PcdVpdBaseAddress64"\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress64_HELP  #language en-US "VPD type PCD allows a developer to point to an absolute physical address PcdVpdBaseAddress64"\r
                                                                                    "to store PCD value. It will be DynamicExDefault only."\r
                                                                                    "It is used to set VPD region base address. So, it can't be DynamicExVpd PCD. Its value is"\r
                                                                                    "required to be accessed in PcdDxe driver entry point. So, its value must be set in PEI phase."\r