From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.12189.1647966223276216435 for ; Tue, 22 Mar 2022 09:23:43 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=E/aFpxy1; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id 0404D20B4783; Tue, 22 Mar 2022 09:23:41 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0404D20B4783 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1647966223; bh=soJDip+fLTquZKn8jqD1bE2y3zemNWNzw9hoY4fmhJs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E/aFpxy1Jb5MghIX+OfCcj+m/Ph1cWffhc/0qs9eGWULF3kLWjuFpBwfmJTUrGIXg JudOao7EDTQfEYBdSjb8GOVn7RWuS0SZiIz4HQY9TK988kvcVfO9jPV4GUI1A8K448 iDn3U+ht4kbm57KkSVRVJ62T0i27ICCQIspucOQc= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Kang Gao , Michael D Kinney , Michael Kubacki , Leif Lindholm , Benjamin You , Liu Yun , Ankit Sinha , Nate DeSimone Subject: [PATCH v1 39/41] Readme.md: Add a link to PRM Specification Date: Tue, 22 Mar 2022 12:19:45 -0400 Message-Id: <20220322161947.9319-40-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220322161947.9319-1-mikuback@linux.microsoft.com> References: <20220322161947.9319-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki 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 --- 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 t= his 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. =20 +For more details on PRM, refer to the [Platform Runtime Mechanism Specif= ication on uefi.org](https://uefi.org/sites/default/files/resources/Platf= orm%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. =20 --=20 2.28.0.windows.1