Home
last modified time | relevance | path

Searched refs:ReleaseDate (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
DMiscBiosVendorFunction.c63 CHAR16 *ReleaseDate = NULL; in GetBiosReleaseDate() local
67 ReleaseDate = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH); in GetBiosReleaseDate()
68 if(NULL == ReleaseDate) in GetBiosReleaseDate()
80 (VOID)UnicodeSPrintAsciiFormat( ReleaseDate, in GetBiosReleaseDate()
88 return ReleaseDate; in GetBiosReleaseDate()
128 CHAR16 *ReleaseDate; in MISC_SMBIOS_TABLE_FUNCTION() local
197 ReleaseDate = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
198 DateStrLen = StrLen(ReleaseDate); in MISC_SMBIOS_TABLE_FUNCTION()
224 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
247 if(ReleaseDate != NULL) in MISC_SMBIOS_TABLE_FUNCTION()
[all …]
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscBiosVendorFunction.c93 CHAR16 *ReleaseDate; in MISC_SMBIOS_TABLE_FUNCTION() local
117 ReleaseDate = (CHAR16 *) PcdGetPtr (PcdFirmwareReleaseDateString); in MISC_SMBIOS_TABLE_FUNCTION()
118 if (StrLen(ReleaseDate) > 0) { in MISC_SMBIOS_TABLE_FUNCTION()
120 HiiSetString (mHiiHandle, TokenToUpdate, ReleaseDate, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
138 ReleaseDate = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
139 DateStrLen = StrLen(ReleaseDate); in MISC_SMBIOS_TABLE_FUNCTION()
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscBiosVendorFunction.c93 CHAR16 *ReleaseDate; in MISC_SMBIOS_TABLE_FUNCTION() local
117 ReleaseDate = (CHAR16 *) PcdGetPtr (PcdFirmwareReleaseDateString); in MISC_SMBIOS_TABLE_FUNCTION()
118 if (StrLen(ReleaseDate) > 0) { in MISC_SMBIOS_TABLE_FUNCTION()
120 HiiSetString (mHiiHandle, TokenToUpdate, ReleaseDate, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
138 ReleaseDate = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
139 DateStrLen = StrLen(ReleaseDate); in MISC_SMBIOS_TABLE_FUNCTION()
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VersionInfoPeim/
DVersionInfoPeim.c49 CONST CHAR8 *ReleaseDate = __DATE__; in GetReleaseTime() local
55 if(0 == AsciiStrnCmp(ReleaseDate, gMonthDescription[i].MonthStr, 3)) in GetReleaseTime()
61 Time->Day = AsciiStrDecimalToUintn(ReleaseDate+4); in GetReleaseTime()
62 Time->Year = AsciiStrDecimalToUintn(ReleaseDate+7); in GetReleaseTime()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscBiosVendorFunction.c101 CHAR16 ReleaseDate[SMBIOS_STRING_MAX_LENGTH]; in MISC_SMBIOS_TABLE_FUNCTION() local
161 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr (PcdSMBIOSBiosReleaseDate), ReleaseDate); in MISC_SMBIOS_TABLE_FUNCTION()
162 if (StrLen (ReleaseDate) > 0) { in MISC_SMBIOS_TABLE_FUNCTION()
164 HiiSetString (mHiiHandle, TokenToUpdate, ReleaseDate, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscBiosVendorFunction.c172 CHAR16 *ReleaseDate; in MISC_SMBIOS_TABLE_FUNCTION()
279 ReleaseDate = SmbiosMiscGetString (TokenToGet); in MISC_SMBIOS_TABLE_FUNCTION()
280 DateStrLen = StrLen(ReleaseDate); in MISC_SMBIOS_TABLE_FUNCTION()
335 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c547 CHAR16 ReleaseDate[100]; //Assuming that strings are < 100 UCHAR in PrepareSetupInformation()
553 SetMem(ReleaseDate, sizeof(ReleaseDate), 0); in PrepareSetupInformation()
748 ReleaseDate, in PrepareSetupInformation()
752 DEBUG ((EFI_D_ERROR, "GetBiosVersionDateTime :%s %s %s \n", Version, ReleaseDate, ReleaseTime)); in PrepareSetupInformation()
757 Length = StrLen(ReleaseDate) + StrLen(ReleaseTime); in PrepareSetupInformation()
760 StrCpy (BuildDateTime, ReleaseDate); in PrepareSetupInformation()