From deea4e58b0052cdd91847e1d7474350e17df6972 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 13 Apr 2021 15:21:22 -0700 Subject: [PATCH] Readme.md: Add a link to PRM Specification Adds a link to the PRM Specification now that it is available on uefi.org. Cc: Andrew Fish Cc: Kang Gao Cc: Michael D Kinney Cc: Michael Kubacki Cc: Leif Lindholm Cc: Benjamin You Cc: Liu Yun Cc: Ankit Sinha Cc: Nate DeSimone Signed-off-by: Michael Kubacki Acked-by: Michael D Kinney Acked-by: Liming Gao Acked-by: Leif Lindholm Reviewed-by: Ankit Sinha --- PrmPkg/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PrmPkg/Readme.md b/PrmPkg/Readme.md index 4aec5982af..848f898ab6 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.