]> git.proxmox.com Git - mirror_edk2.git/commitdiff
update PCD help text
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Feb 2009 06:19:05 +0000 (06:19 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Feb 2009 06:19:05 +0000 (06:19 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7598 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/MdeModulePkg.dec

index 11caaa27af90ba590dabf2c4b1066a0257c909a1..1e8ba5349ca0e05d78f3a4922136cae58af6bfdc 100644 (file)
   #  It can be disabled to save size.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE|BOOLEAN|0x00010038\r
     \r
-  ## If this PCD is set as TRUE, the code specific to NT emulator will be endabled.\r
+  ## If this PCD is set as TRUE, the code specific to NT emulator will be enabled.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE|BOOLEAN|0x0001003e\r
   \r
   ## If TRUE, track statistical information about variable usage stored in the EFI system table.\r
   ## If TRUE, Unicode Collation 2 Protocol will be installed.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE|BOOLEAN|0x00010041\r
   \r
-  ## If TRUE, GOP device is supported in graphics mode.\r
+  ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
+  #  It could be set FALSE to save size.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE|BOOLEAN|0x00010042\r
   \r
-  ## If TRUE, UGA device is supported in graphics mode.\r
+  ## If TRUE, UGA Draw Protocol will be installed on virtual handle created by ConsplitterDxe.\r
+  #  It could be set FALSE to save size.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE|BOOLEAN|0x00010043\r
   \r
   ## If TRUE, TE image will first be searched in PeiCore dispatcher. \r