From 218d55a050b12f9e2de672d8d75314005baad993 Mon Sep 17 00:00:00 2001 From: Jian J Wang Date: Mon, 8 Jan 2018 22:13:36 +0800 Subject: [PATCH] MdeModulePkg/MdeModulePkg.uni: clarify Heap Guard usage Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang Reviewed-by: Star Zeng --- MdeModulePkg/MdeModulePkg.uni | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index fdd2017ac4..0e068422e4 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -1148,7 +1148,11 @@ #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPageType_PROMPT #language en-US "The memory type mask for Page Guard" -#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPageType_HELP #language en-US "Indicates which type allocation need guard page.\n" +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPageType_HELP #language en-US "Indicates which type allocation need guard page.\n\n" + " If a bit is set, a head guard page and a tail guard page will be added just\n" + " before and after corresponding type of pages allocated if there's enough\n" + " free pages for all of them. The page allocation for the type related to\n" + " cleared bits keeps the same as ususal.\n\n" " Below is bit mask for this PCD: (Order is same as UEFI spec)
\n" " EfiReservedMemoryType 0x0000000000000001\n" " EfiLoaderCode 0x0000000000000002\n" @@ -1171,7 +1175,11 @@ #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPoolType_PROMPT #language en-US "The memory type mask for Pool Guard" -#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPoolType_HELP #language en-US "Indicates which type allocation need guard page.\n" +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPoolType_HELP #language en-US "Indicates which type allocation need guard page.\n\n" + " If a bit is set, a head guard page and a tail guard page will be added just\n" + " before and after corresponding type of pages which the allocated pool occupies,\n" + " if there's enough free memory for all of them. The pool allocation for the\n" + " type related to cleared bits keeps the same as ususal.\n\n" " Below is bit mask for this PCD: (Order is same as UEFI spec)
\n" " EfiReservedMemoryType 0x0000000000000001\n" " EfiLoaderCode 0x0000000000000002\n" -- 2.39.2