From: Michael Kubacki <[email protected]> Adds a link to the PRM Specification now that it is available on uefi.org.
Cc: Andrew Fish <[email protected]> Cc: Kang Gao <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Michael Kubacki <[email protected]> Cc: Leif Lindholm <[email protected]> Cc: Benjamin You <[email protected]> Cc: Liu Yun <[email protected]> Cc: Ankit Sinha <[email protected]> Cc: Nate DeSimone <[email protected]> Signed-off-by: Michael Kubacki <[email protected]> --- PrmPkg/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PrmPkg/Readme.md b/PrmPkg/Readme.md index 4aec5982af54..848f898ab6d3 100644 --- a/PrmPkg/Readme.md +++ b/PrmPkg/Readme.md @@ -5,6 +5,8 @@ code module that executes within the OS context. Moving this firmware to the OS and mitigates the negative system impact currently accompanied with SMM solutions. Futhermore, the PRM code is packaged into modules with well-defined entry points, each representing a specific PRM functionality. +For more details on PRM, refer to the [Platform Runtime Mechanism Specification on uefi.org](https://uefi.org/sites/default/files/resources/Platform%20Runtime%20Mechanism%20-%20with%20legal%20notice.pdf). + The `PrmPkg` maintained in this branch provides a single cohesive set of generic PRM functionality that is intended to be leveraged by platform firmware with minimal overhead to integrate PRM functionality in the firmware. -- 2.28.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87881): https://edk2.groups.io/g/devel/message/87881 Mute This Topic: https://groups.io/mt/89956066/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
