]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareRel...
[mirror_edk2.git] / 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