diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2016-02-19 10:12:18 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2016-02-19 10:12:18 +0800 |
commit | cc260e629ce130d316cb4a9a6ea1d3f47301b6bd (patch) | |
tree | 12c78cdd0d2c7c3ad5a53ccba011b8ce0457b812 | |
parent | cbf14fa0845d118a85cb691a02f3793ffce45e82 (diff) | |
download | edk2-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>
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 4 |
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.
|