You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/common/cli_args.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ semantics so individual READMEs can simply reference it.
17
17
|`-f <path>`| All | Copy UART output to the specified file on the active filesystem (for example, `-f fs0:\logs\run.txt`). |
18
18
|`-fr`| All | Include future-requirement (FR) rules for the selected specification. |
19
19
|`-help`, `-h`| All | Display the full usage banner inside the UEFI shell. |
20
-
|`-l <level>`| All | Execute all rules up to the chosen level (for example, SBSA levels 1-7). |
21
-
|`-m <modules>`| All | Run only the listed modules (comma-separated). Valid names include `PE`, `GIC`, `PERIPHERAL`, `MEM_MAP`, `MEMORY`, `PMU`, `RAS`, `SMMU`, `TIMER`, `WATCHDOG`, `NIST`, `PCIE`, `MPAM`, `ETE`, `TPM`, and `POWER_WAKEUP`; unsupported modules in the active binary are ignored. |
20
+
|`-l <level>`| All | Execute all rules up to the chosen level (for example, SBSA levels 1-8). |
21
+
|`-m <modules>`| All | Run only the listed modules (comma-separated). Valid names include `PE`, `GIC`, `PERIPHERAL`, `MEM_MAP`, `MEMORY`, `PMU`, `RAS`, `SMMU`, `TIMER`, `WATCHDOG`, `NIST`, `PCIE`, `MPAM`, `ETE`, `TPM`, `CXL`, and `POWER_WAKEUP`; unsupported modules in the active binary are ignored. |
22
22
|`-mmio`| All | Log every `pal_mmio_read` / `pal_mmio_write` invocation; combine with `-v 1` to focus on MMIO tracing. |
23
23
|`-no_crypto_ext`| All | Report that architectural crypto extensions are absent or disabled (for export control or platform reasons). |
24
24
|`-only <level>`| All | Run only the rules that match the provided level. |
@@ -29,7 +29,7 @@ semantics so individual READMEs can simply reference it.
29
29
|`-skip-dp-nic-ms`| All | Skip PCIe exerciser coverage for DisplayPort, network, and mass-storage devices when those endpoints are unavailable. |
30
30
|`-skipmodule <modules>`| All | Exclude the listed modules from the run (for example, `-skipmodule PE,GIC`). |
31
31
|`-slc <type>`| SBSA | Provide the system last-level cache implementation (`1` for PPTT PE-side cache, `2` for HMAT memory-side cache). |
32
-
|`-timeout <1-5>`| All |Scale watchdog and wakeup waits (1 = default/minimum, 5 = maximum delay). |
32
+
|`-timeout <500-2000>`| All |Set pass timeout (in microseconds) for wakeup and watchdog tests (1ms = default, 500us = minimum, 2sec = maximum delay). |
33
33
|`-v <level>`| All | Set verbosity: 5=ERROR, 4=WARN, 3=TEST, 2=DEBUG, 1=INFO. |
34
34
35
35
Refer to each specification README for other variant-level constraints, rule
0 commit comments