]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: change PcdBdsLinuxSupport default value
authorDaniil Egranov <daniil.egranov@arm.com>
Wed, 3 Aug 2016 23:10:48 +0000 (18:10 -0500)
committerLeif Lindholm <leif.lindholm@linaro.org>
Thu, 4 Aug 2016 13:32:19 +0000 (14:32 +0100)
The built-in Linux Loader is obsolete and not included in most builds.
The patch sets the PcdBdsLinuxSupport default value to FALSE and prevents
ArmBds from looking for built-in Linux Loader by default and ASSERTing
when it cannot be found. Platforms which still using built-in loader have
to set this PCD in their platform description file.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daniil Egranov <daniil.egranov@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/ArmPlatformPkg.dec

index 5864d9835989382b79b1e6db6486fe67082df6a0..d756fd20d4f1e64cca0c54d8e0ca4adcc871e9ea 100644 (file)
@@ -55,7 +55,7 @@
   gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices|FALSE|BOOLEAN|0x0000003D\r
 \r
   # Enable Legacy Linux support in the BDS\r
-  gArmPlatformTokenSpaceGuid.PcdBdsLinuxSupport|TRUE|BOOLEAN|0x0000002E\r
+  gArmPlatformTokenSpaceGuid.PcdBdsLinuxSupport|FALSE|BOOLEAN|0x0000002E\r
 \r
 [PcdsFixedAtBuild.common]\r
   gArmPlatformTokenSpaceGuid.PcdCoreCount|1|UINT32|0x00000039\r