From: Jiewen Yao Date: Fri, 19 Feb 2016 02:12:18 +0000 (+0800) Subject: MdePkg: Change PcdPropertiesTableEnable default value to X-Git-Tag: edk2-stable201903~7836 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=cc260e629ce130d316cb4a9a6ea1d3f47301b6bd 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" Reviewed-by: "Gao, Liming" Reviewed-by: "Ard Biesheuvel" Reviewed-by: "Laszlo Ersek" --- 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.