]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareRel...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 23:48:54 +0000 (23:48 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Jul 2009 23:48:54 +0000 (23:48 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8848 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/MdeModulePkg.dec

index 2460ca455400194fd63201eb405e851d4aa423f9..cc009ce60e985fc45f09d9d9d386d83cd494a883 100644 (file)
   ## Indicate the max size of the non-populated capsule image that the platform can support.\r
   #  The default max size is 10MB (0xa00000) for the casule image without populated flag setting.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0xa00000|UINT32|0x0001001f\r
+\r
+  ## Null-terminated Unicode string of the firmware vendor name that is default name filled into the EFI System Table\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"EDK II"|VOID*|0xx00010050\r
+  \r
+  ## Firmware revision that is default value filled into the EFI System Table\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|0x00010000|UINT32|0x00010051\r
+\r
+  ## Null-terminated Unicode string that described the firmware version\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L""|VOID*|0x00010052    \r
+  \r
+  ## Null-terminated Unicode string that contains the date the formware was released\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString|L""|VOID*|0x00010053\r
+\r