mirror of https://github.com/acidanthera/audk.git
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 <afish@apple.com> Cc: Kang Gao <kang.gao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Benjamin You <benjamin.you@intel.com> Cc: Liu Yun <yun.y.liu@intel.com> Cc: Ankit Sinha <ankit.sinha@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Acked-by: Michael D Kinney <michael.d.kinney@intel.com> Acked-by: Liming Gao <gaoliming@byosoft.com.cn> Acked-by: Leif Lindholm <quic_llindhol@quicinc.com> Reviewed-by: Ankit Sinha <ankit.sinha@intel.com>
This commit is contained in:
parent
88f3d734f5
commit
deea4e58b0
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue