HomeSort by relevance Sort by last modified time
    Searched refs:ForType0InputData (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscBiosVendorFunction.c 100 EFI_MISC_BIOS_VENDOR *ForType0InputData;
102 ForType0InputData = (EFI_MISC_BIOS_VENDOR *)RecordData;
164 SmbiosRecord->BiosSegment = (UINT16)ForType0InputData->BiosStartingAddress;
173 SmbiosRecord->BiosCharacteristics = *(MISC_BIOS_CHARACTERISTICS*)(&ForType0InputData->BiosCharacteristics1);
175 // CharacterExtensionBytes also store in ForType0InputData->BiosCharacteristics1 later two bytes to save size.
177 SmbiosRecord->BIOSCharacteristicsExtensionBytes[0] = *((UINT8 *) &ForType0InputData->BiosCharacteristics1 + 4);
178 SmbiosRecord->BIOSCharacteristicsExtensionBytes[1] = *((UINT8 *) &ForType0InputData->BiosCharacteristics1 + 5);
180 SmbiosRecord->SystemBiosMajorRelease = ForType0InputData->BiosMajorRelease;
181 SmbiosRecord->SystemBiosMinorRelease = ForType0InputData->BiosMinorRelease;
182 SmbiosRecord->EmbeddedControllerFirmwareMajorRelease = ForType0InputData->BiosEmbeddedFirmwareMajorRelease;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscBiosVendorFunction.c 100 EFI_MISC_BIOS_VENDOR *ForType0InputData;
102 ForType0InputData = (EFI_MISC_BIOS_VENDOR *)RecordData;
164 SmbiosRecord->BiosSegment = (UINT16)ForType0InputData->BiosStartingAddress;
173 SmbiosRecord->BiosCharacteristics = *(MISC_BIOS_CHARACTERISTICS*)(&ForType0InputData->BiosCharacteristics1);
175 // CharacterExtensionBytes also store in ForType0InputData->BiosCharacteristics1 later two bytes to save size.
177 SmbiosRecord->BIOSCharacteristicsExtensionBytes[0] = *((UINT8 *) &ForType0InputData->BiosCharacteristics1 + 4);
178 SmbiosRecord->BIOSCharacteristicsExtensionBytes[1] = *((UINT8 *) &ForType0InputData->BiosCharacteristics1 + 5);
180 SmbiosRecord->SystemBiosMajorRelease = ForType0InputData->BiosMajorRelease;
181 SmbiosRecord->SystemBiosMinorRelease = ForType0InputData->BiosMinorRelease;
182 SmbiosRecord->EmbeddedControllerFirmwareMajorRelease = ForType0InputData->BiosEmbeddedFirmwareMajorRelease;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscBiosVendorFunction.c 110 EFI_MISC_BIOS_VENDOR *ForType0InputData;
114 ForType0InputData = (EFI_MISC_BIOS_VENDOR *)RecordData;
131 ForType0InputData->BiosPhysicalDeviceSize.Value = (UINT16)BiosPhysicalSizeHexValue;
132 ForType0InputData->BiosPhysicalDeviceSize.Exponent = (UINT16)BiosPhysicalSizeExponent;
198 SmbiosRecord->BiosSize = (UINT8)(Base2ToByteWith64KUnit(&ForType0InputData->BiosPhysicalDeviceSize) - 1);
201 // CharacterExtensionBytes also store in ForType0InputData->BiosCharacteristics1 later two bytes to save size.
206 SmbiosRecord->SystemBiosMajorRelease = ForType0InputData->BiosMajorRelease;
207 SmbiosRecord->SystemBiosMinorRelease = ForType0InputData->BiosMinorRelease;
208 SmbiosRecord->EmbeddedControllerFirmwareMajorRelease = ForType0InputData->BiosEmbeddedFirmwareMajorRelease;
209 SmbiosRecord->EmbeddedControllerFirmwareMinorRelease = ForType0InputData->BiosEmbeddedFirmwareMinorRelease;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBiosVendorFunction.c 182 EFI_MISC_BIOS_VENDOR *ForType0InputData;
192 ForType0InputData = (EFI_MISC_BIOS_VENDOR *)RecordData;
308 SmbiosRecord->BiosSegment = (UINT16)ForType0InputData->BiosStartingAddress;
319 SmbiosRecord->BiosCharacteristics = *(MISC_BIOS_CHARACTERISTICS*)(&ForType0InputData->BiosCharacteristics1);
322 // CharacterExtensionBytes also store in ForType0InputData->BiosCharacteristics1 later two bytes to save size.
324 SmbiosRecord->BIOSCharacteristicsExtensionBytes[0] = *((UINT8 *) &ForType0InputData->BiosCharacteristics1 + 4);
325 SmbiosRecord->BIOSCharacteristicsExtensionBytes[1] = *((UINT8 *) &ForType0InputData->BiosCharacteristics1 + 5);
327 SmbiosRecord->SystemBiosMajorRelease = ForType0InputData->BiosMajorRelease;
328 SmbiosRecord->SystemBiosMinorRelease = ForType0InputData->BiosMinorRelease;
329 SmbiosRecord->EmbeddedControllerFirmwareMajorRelease = ForType0InputData->BiosEmbeddedFirmwareMajorRelease;
    [all...]

Completed in 172 milliseconds