Home
last modified time | relevance | path

Searched refs:BiosReleaseDate (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
DBiosIdLib.c286 OUT CHAR16 *BiosReleaseDate, OPTIONAL in GetBiosVersionDateTime()
293 if ((BiosVersion == NULL) && (BiosReleaseDate == NULL) && (BiosReleaseTime == NULL)) { in GetBiosVersionDateTime()
309 if (BiosReleaseDate != NULL) { in GetBiosVersionDateTime()
313 BiosReleaseDate[0] = BiosIdImage.BiosIdString.TimeStamp[2]; in GetBiosVersionDateTime()
314 BiosReleaseDate[1] = BiosIdImage.BiosIdString.TimeStamp[3]; in GetBiosVersionDateTime()
315 BiosReleaseDate[2] = (CHAR16) ((UINT8) ('/')); in GetBiosVersionDateTime()
317 BiosReleaseDate[3] = BiosIdImage.BiosIdString.TimeStamp[4]; in GetBiosVersionDateTime()
318 BiosReleaseDate[4] = BiosIdImage.BiosIdString.TimeStamp[5]; in GetBiosVersionDateTime()
319 BiosReleaseDate[5] = (CHAR16) ((UINT8) ('/')); in GetBiosVersionDateTime()
325 BiosReleaseDate[6] = '2'; in GetBiosVersionDateTime()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscBiosVendorFunction.c174 CHAR16 BiosReleaseDate[100]; //Assuming that strings are < 100 UCHAR in MISC_SMBIOS_TABLE_FUNCTION()
206 SetMem(BiosReleaseDate, sizeof(BiosReleaseDate), 0); in MISC_SMBIOS_TABLE_FUNCTION()
208 Status = GetBiosVersionDateTime (BiosVersion, BiosReleaseDate, BiosReleaseTime); in MISC_SMBIOS_TABLE_FUNCTION()
209 …DEBUG ((EFI_D_ERROR, "GetBiosVersionDateTime :%s %s %s \n", BiosVersion, BiosReleaseDate, BiosRele… in MISC_SMBIOS_TABLE_FUNCTION()
215 if (StrLen(BiosReleaseDate) > 0) { in MISC_SMBIOS_TABLE_FUNCTION()
217 HiiSetString (mHiiHandle, TokenToUpdate, BiosReleaseDate, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
313 SmbiosRecord->BiosReleaseDate = 3; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
DBiosIdLib.h114 OUT CHAR16 *BiosReleaseDate, OPTIONAL
/device/linaro/bootloader/edk2/EmulatorPkg/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c121 Smbios.Type0->BiosReleaseDate, in PlatfomrSmbiosDriverEntryPoint()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscBiosVendorFunction.c168 SmbiosRecord->BiosReleaseDate = 3; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscBiosVendorFunction.c168 SmbiosRecord->BiosReleaseDate = 3; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscBiosVendorFunction.c197 SmbiosRecord->BiosReleaseDate = 3; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h83 SMBIOS_TABLE_STRING BiosReleaseDate; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMiscConv.c68 OFFSET_OF (SMBIOS_TABLE_TYPE0, BiosReleaseDate), in SmbiosFldMiscType0()
69 &(BiosInfo->BiosReleaseDate), in SmbiosFldMiscType0()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DDataHubSubClassMisc.h113 STRING_REF BiosReleaseDate; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DDataHubRecords.h1758 STRING_REF BiosReleaseDate; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h277 SMBIOS_TABLE_STRING BiosReleaseDate; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c320 PRINT_PENDING_STRING (Struct, Type0, BiosReleaseDate); in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9054 PrintPendingString (pStruct, Type0, BiosReleaseDate);