From eb3abca30855c5ec0698585e2c1f64f7853fc36e Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Thu, 2 Nov 2017 10:59:13 +0800 Subject: MdeModulePkg: Add new PCD PcdInitValueInTempStack https://bugzilla.tianocore.org/show_bug.cgi?id=740 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Ard Biesheuvel --- MdeModulePkg/MdeModulePkg.uni | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MdeModulePkg/MdeModulePkg.uni') diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index f8b31694ba..ce9de4897a 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -1140,3 +1140,9 @@ " exception caused by legacy memory (0-4095) access after EndOfDxe," " such as Windows 7 boot on Qemu.\n" +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdInitValueInTempStack_PROMPT #language en-US "Init Value in Temp Stack" + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdInitValueInTempStack_HELP #language en-US "Init Value in Temp Stack to be shared between SEC and PEI_CORE\n" + "SEC fills the full temp stack with this values. When switch stack, PeiCore can check\n" + "this value in the temp stack to know how many stack has been used.\n" + -- cgit v1.2.3