Home | History | Annotate | Download | only in BdsDxe

Lines Matching refs:FirmwareVendor

587   CHAR16                          *FirmwareVendor;

621 // Fill in FirmwareVendor and FirmwareRevision from PCDs
623 FirmwareVendor = (CHAR16 *) PcdGetPtr (PcdFirmwareVendor);
624 gST->FirmwareVendor = AllocateRuntimeCopyPool (StrSize (FirmwareVendor), FirmwareVendor);
625 ASSERT (gST->FirmwareVendor != NULL);