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

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
EdkiiSystemFmpCapsule.h 103 UINT32 PackageVersion;
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareCommonDxe.c 49 @param[out] PackageVersion A version number that represents all the firmware images in the device.
51 than the old version. If PackageVersion is not supported, the value is
76 OUT UINT32 *PackageVersion,
98 PackageVersion == NULL ||
138 *PackageVersion = ImageDescriptor->PackageVersion;
223 @param[out] PackageVersion A version number that represents all the firmware images in the device.
225 than the old version. If PackageVersion is not supported, the value is
253 OUT UINT32 *PackageVersion,
280 @param[in] PackageVersion The new package version.
    [all...]
SystemFirmwareDxe.h 155 @param[out] PackageVersion A version number that represents all the firmware images in the device.
157 than the old version. If PackageVersion is not supported, the value is
182 OUT UINT32 *PackageVersion,
312 @param[out] PackageVersion A version number that represents all the firmware images in the device.
314 than the old version. If PackageVersion is not supported, the value is
342 OUT UINT32 *PackageVersion,
366 @param[in] PackageVersion The new package version.
387 IN UINT32 PackageVersion,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 282 @param[out] PackageVersion A version number that represents all the firmware images in the device.
284 than the old version. If PackageVersion is not supported, the value is
309 OUT UINT32 *PackageVersion,
439 @param[out] PackageVersion A version number that represents all the firmware images in the device.
441 than the old version. If PackageVersion is not supported, the value is
469 OUT UINT32 *PackageVersion,
493 @param[in] PackageVersion The new package version.
514 IN UINT32 PackageVersion,
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.h 82 UINT32 PackageVersion;
257 @param[out] PackageVersion A version number that represents all the firmware images in the device.
259 than the old version. If PackageVersion is not supported, the value is
284 OUT UINT32 *PackageVersion,
414 @param[out] PackageVersion A version number that represents all the firmware images in the device.
416 than the old version. If PackageVersion is not supported, the value is
444 OUT UINT32 *PackageVersion,
468 @param[in] PackageVersion The new package version.
489 IN UINT32 PackageVersion,
MicrocodeFmp.c 63 @param[out] PackageVersion A version number that represents all the firmware images in the device.
65 than the old version. If PackageVersion is not supported, the value is
90 OUT UINT32 *PackageVersion,
112 PackageVersion == NULL ||
136 *PackageVersion = MicrocodeFmpPrivate->PackageVersion;
332 @param[out] PackageVersion A version number that represents all the firmware images in the device.
334 than the old version. If PackageVersion is not supported, the value is
362 OUT UINT32 *PackageVersion,
389 @param[in] PackageVersion The new package version.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 523 @param[in] PackageVersion The version of package.
533 IN UINT32 PackageVersion,
543 Print(L" PackageVersion - 0x%x\n", PackageVersion);
587 @param[in] PackageVersion The version of package.
595 IN UINT32 PackageVersion,
602 Print(L" PackageVersion - 0x%x\n", PackageVersion);
633 UINT32 PackageVersion;
694 &PackageVersion, // PackageVersion
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c 660 @param[in] PackageVersion The version of package.
670 IN UINT32 PackageVersion,
680 DEBUG((DEBUG_VERBOSE, " PackageVersion - 0x%x\n", PackageVersion));
770 UINT32 PackageVersion;
822 &PackageVersion, // PackageVersion
837 PackageVersion, // PackageVersion
884 UINT32 PackageVersion;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 155 UINT32 PackageVersion;
302 &PackageVersion, // PackageVersion
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 214 self.PackageVersion = ''
236 def SetPackageVersion(self, PackageVersion):
237 self.PackageVersion = PackageVersion
240 return self.PackageVersion
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtDxe.c 246 UINT32 PackageVersion;
364 &PackageVersion,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 112 # @var PackageVersion: To store value for PackageVersion
121 self.PackageVersion = ''
ModuleClass.py 148 # @var PackageVersion: To store value for PackageVersion
155 self.PackageVersion = ''
PlatformClass.py 323 # @var PackageVersion: To store value for PackageVersion
336 self.PackageVersion = ''
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 111 PackageVersion TEXT NOT NULL,
116 PRIMARY KEY (PackageGuid, PackageVersion, InstallPath)
127 PackageVersion TEXT,
449 ModInPkgInfo.PackageVersion = '%s')
453 ModInPkgInfo.PackageVersion = '%s')
457 ModInPkgInfo.PackageVersion = '%s')
461 and ModInPkgInfo.PackageVersion = '%s')""" \
478 and %s.PackageVersion = '%s'""" % \
639 (PackageGuid, PackageVersion) = (Guid, Version)
641 and PackageVersion = '%s'""" % (self.PkgTable, PackageGuid, \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py 148 XmlTag = "Cloned/PackageVersion"
149 ClonedRecord.PackageVersion = XmlElement(XmlCloned, XmlTag)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c     [all...]

Completed in 400 milliseconds