]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Change PcdPropertiesTableEnable default value to
authorJiewen Yao <jiewen.yao@intel.com>
Fri, 19 Feb 2016 02:12:18 +0000 (10:12 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Fri, 19 Feb 2016 02:12:18 +0000 (10:12 +0800)
 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>
MdeModulePkg/MdeModulePkg.dec

index 5c5a9ee131387494739e1c5049625976149f7d28..623d8ed6828613979688041e0a58090779eca986 100644 (file)
   # this PCD to be TURE if and only if all runtime driver has seperated Code/Data\r
   # section. If PE code/data sections are merged, the result is unpredictable.\r
   #\r
   # this PCD to be TURE if and only if all runtime driver has seperated Code/Data\r
   # section. If PE code/data sections are merged, the result is unpredictable.\r
   #\r
+  # UEFI 2.6 specification does not recommend to use this BIT0 attribute.\r
+  #\r
   # @Prompt Publish UEFI PropertiesTable.\r
   # @Prompt Publish UEFI PropertiesTable.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|TRUE|BOOLEAN|0x0000006e\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE|BOOLEAN|0x0000006e\r
 \r
   ## Default OEM ID for ACPI table creation, its length must be 0x6 bytes to follow ACPI specification.\r
   # @Prompt Default OEM ID for ACPI table creation.\r
 \r
   ## Default OEM ID for ACPI table creation, its length must be 0x6 bytes to follow ACPI specification.\r
   # @Prompt Default OEM ID for ACPI table creation.\r