uefirtmisc

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2013-02-28 21:51:24
Size: 352
Editor: cpe-174-109-063-001
Comment:
Revision 3 as of 2016-01-11 07:23:46
Size: 576
Editor: anthonywong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Firmware Test Suite - UEFI runtime tests ==
Miscellaneous UEFI runtime tests:
 * test UEFI runtime !GetNextHighMonotonicCount interface
 * stress test UEFI runtime !GetNextHighMonotonicCount interface
 * test for UEFI runtime service !QueryCapsuleCapabilities interface
 * stress test UEFI runtime service !QueryCapsuleCapabilities interface
## page was renamed from Kernel/Reference/fwts/uefirtmisc
== Firmware Test Suite - uefirtmisc test ==
The uefirtmisc test checks the UEFI runtime service !GetNextHighMonotonicCount and !QueryCapsuleCapabilities interfaces. The test will:
 * check the UEFI runtime service !GetNextHighMonotonicCount and !QueryCapsuleCapabilities
 * do the stress test for the UEFI runtime service !GetNextHighMonotonicCount and !QueryCapsuleCapabilities interface


=== Examples: ===

{{{sudo fwts uefirtmisc -}}}

..runs uefirtmisc on your machine and dumps the output to stdout.

Firmware Test Suite - uefirtmisc test

The uefirtmisc test checks the UEFI runtime service GetNextHighMonotonicCount and QueryCapsuleCapabilities interfaces. The test will:

  • check the UEFI runtime service GetNextHighMonotonicCount and QueryCapsuleCapabilities

  • do the stress test for the UEFI runtime service GetNextHighMonotonicCount and QueryCapsuleCapabilities interface

Examples:

sudo fwts uefirtmisc -

..runs uefirtmisc on your machine and dumps the output to stdout.

FirmwareTestSuite/Reference/uefirtmisc (last edited 2016-01-11 07:23:46 by anthonywong)