summaryrefslogtreecommitdiff
path: root/MdeModulePkg/MdeModulePkg.dec
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2016-02-19 10:12:18 +0800
committerJiewen Yao <jiewen.yao@intel.com>2016-02-19 10:12:18 +0800
commitcc260e629ce130d316cb4a9a6ea1d3f47301b6bd (patch)
tree12c78cdd0d2c7c3ad5a53ccba011b8ce0457b812 /MdeModulePkg/MdeModulePkg.dec
parentcbf14fa0845d118a85cb691a02f3793ffce45e82 (diff)
downloadedk2-platforms-cc260e629ce130d316cb4a9a6ea1d3f47301b6bd.tar.xz
MdePkg: Change PcdPropertiesTableEnable default value to
FALSE UEFI2.6 specification does not recommend to use BIT0 attribute for PropertiesTable, so we change default value to FALSE. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Gao, Liming" <liming.gao@intel.com> Reviewed-by: "Ard Biesheuvel" <ard.biesheuvel@linaro.org> Reviewed-by: "Laszlo Ersek" <lersek@redhat.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r--MdeModulePkg/MdeModulePkg.dec4
1 files changed, 3 insertions, 1 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index 5c5a9ee131..623d8ed682 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -1415,8 +1415,10 @@
# this PCD to be TURE if and only if all runtime driver has seperated Code/Data
# section. If PE code/data sections are merged, the result is unpredictable.
#
+ # UEFI 2.6 specification does not recommend to use this BIT0 attribute.
+ #
# @Prompt Publish UEFI PropertiesTable.
- gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|TRUE|BOOLEAN|0x0000006e
+ gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE|BOOLEAN|0x0000006e
## Default OEM ID for ACPI table creation, its length must be 0x6 bytes to follow ACPI specification.
# @Prompt Default OEM ID for ACPI table creation.