diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2018-11-19 12:38:48 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-11-19 18:00:05 +0800 |
commit | 316b3a719fd2ee97a01b0d941bba15ef06840d78 (patch) | |
tree | 235cccace8b8dca299fbd6870c44a6fc827cd367 /MdeModulePkg/MdeModulePkg.uni | |
parent | 8b1a4320b89d4fc1d8bdca7242c63e105966b1ad (diff) | |
download | edk2-316b3a719fd2ee97a01b0d941bba15ef06840d78.tar.gz |
MdeModulePkg: Remove PcdIdentifyMappingPageTablePtr
PcdIdentifyMappingPageTablePtr was used to share page
table buffer between modules.
Buf after some changes on 2015/07/17, it was useless
and could be removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=1304
v2:
1.Remove PcdIdentifyMappingPageTablePtr in MdeModulePkg.uni.
2.Update the commit message.
Cc: Star Zeng <star.zeng@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.uni')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.uni | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 5fa7a6ae30..038e848505 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -914,10 +914,6 @@ "this PCD to be TURE if and only if all runtime driver has seperated Code/Data\n"
"section. If PE code/data sections are merged, the result is unpredictable.\n"
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdIdentifyMappingPageTablePtr_PROMPT #language en-US "Identify Mapping Page Table pointer."
-
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdIdentifyMappingPageTablePtr_HELP #language en-US "This dynamic PCD hold an address to point to the memory of page table. The page table establishes a 1:1\n"
- "Virtual to Physical mapping according to the processor physical address bits."
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdShadowPeimOnBoot_HELP #language en-US "Indicates if to shadow PEIM and PeiCore after memory is ready.<BR><BR>\n"
"This PCD is used on other boot path except for S3 boot.\n"
"TRUE - Shadow PEIM and PeiCore after memory is ready.<BR>\n"
|