]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Vlv2TbltDevicePkg: Fix IA32 boot timeouts
authorMichael Kinney <michael.d.kinney@intel.com>
Tue, 29 Nov 2016 09:15:28 +0000 (01:15 -0800)
committerMichael Kinney <michael.d.kinney@intel.com>
Tue, 29 Nov 2016 16:17:50 +0000 (08:17 -0800)
https://bugzilla.tianocore.org/show_bug.cgi?id=264

The IA32 build gets timeouts booting to the UEFI Shell.
Update the IA32 DSC file to match the X64 DSC file
disabling the fTPM feature.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Vlv2TbltDevicePkg/PlatformPkgIA32.dsc

index 6d8815416d9d3016236171879ca283c5712a950e..3a5776abdd7a924c8804df9059c40d827acc261b 100644 (file)
@@ -77,9 +77,9 @@
 \r
   DEFINE   PLATFORM_PCIEXPRESS_BASE   = 0E0000000\r
 \r
-  DEFINE SEC_ENABLE = TRUE\r
-  DEFINE SEC_DEBUG_INFO_ENABLE = TRUE\r
-  DEFINE FTPM_ENABLE = TRUE\r
+  DEFINE SEC_ENABLE = FALSE\r
+  DEFINE SEC_DEBUG_INFO_ENABLE = FALSE\r
+  DEFINE FTPM_ENABLE = FALSE\r
 \r
 ################################################################################\r
 #\r
   !if $(TPM_ENABLED) == TRUE\r
     gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x7b, 0x3a, 0xcd, 0x72, 0xA5, 0xFE, 0x5e, 0x4f, 0x91, 0x65, 0x4d, 0xd1, 0x21, 0x87, 0xbb, 0x13}\r
   !endif\r
-  !if $(FTPM_ENABLE) == TRUE\r
-    gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x7b, 0x3a, 0xcd, 0x72, 0xA5, 0xFE, 0x5e, 0x4f, 0x91, 0x65, 0x4d, 0xd1, 0x21, 0x87, 0xbb, 0x13}\r
-  !endif\r
 \r
   ## This PCD defines the video horizontal resolution.\r
   #  This PCD could be set to 0 then video resolution could be at highest resolution.\r