Skip to content

Commit

Permalink
Update the runtime README to reflect PAUSER permission requirements f…
Browse files Browse the repository at this point in the history
…or the STASH_MEASURMENT command.
  • Loading branch information
clundin25 authored and jhand2 committed Oct 14, 2024
1 parent 019891f commit 470e9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,13 @@ Command Code: `0x4C4D_5356` ("LMSV")

### STASH\_MEASUREMENT

Makes a measurement into the DPE default context. This command is intendend for
Makes a measurement into the DPE default context. This command is intended for
callers who update infrequently and cannot tolerate a changing DPE API surface.

* Call the DPE DeriveContext command with the DefaultContext in the locality of
the PL0 PAUSER.
* Extend the measurement into PCR31 (`PCR_ID_STASH_MEASUREMENT`).
* **Note**: This command can only be called in the locality of the PL0 PAUSER.

Command Code: `0x4D45_4153` ("MEAS")

Expand Down

0 comments on commit 470e9f9

Please sign in to comment.