diff options
author | Star Zeng <star.zeng@intel.com> | 2016-04-07 18:19:22 +0800 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-04-07 17:30:06 +0200 |
commit | 11a291a4d2794e1c6e27613f8e3f0ef1af4c8506 (patch) | |
tree | 98becb887e6fc2857cd751adc5a0fc29f6bbc0d0 /MdeModulePkg/MdeModulePkg.uni | |
parent | 31583f9a8b3e9f47bf57793ccf9906decbf435a0 (diff) | |
download | edk2-platforms-11a291a4d2794e1c6e27613f8e3f0ef1af4c8506.tar.xz |
MdeModulePkg: Introduce new PCD PcdAcpiS3Enable
Platform can configure the PCD statically or dynamically
to control if ACPI S3 will be enabled.
S3 related modules can consume the PCD to control the code.
Cc: Feng Tian <feng.tian@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.uni')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.uni | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 75659c115f..cbd4ad31b2 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -325,6 +325,12 @@ "TRUE - to set NX for stack.<BR>"
"FALSE - Not to set NX for stack.<BR>"
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiS3Enable_PROMPT #language en-US "ACPI S3 Enable"
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiS3Enable_HELP #language en-US "Indicates if ACPI S3 will be enabled.<BR><BR>"
+ "TRUE - ACPI S3 will be enabled.<BR>"
+ "FALSE - ACPI S3 will be disabled.<BR>"
+
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVarCheckVfrDriverGuidArray_PROMPT #language en-US "Driver guid array of VFR drivers for VarCheckHiiBin generation"
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVarCheckVfrDriverGuidArray_HELP #language en-US "This PCD to include the driver guid of VFR drivers for VarCheckHiiBin generation.<BR><BR>"
|