public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 1/1] PrmPkg/PrmInfo: Drop -r parameter
@ 2024-01-11  1:20 Michael Kubacki
  2024-01-19 21:12 ` Ankit Sinha
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Kubacki @ 2024-01-11  1:20 UTC (permalink / raw)
  To: devel; +Cc: Nate DeSimone, Ankit Sinha

From: Michael Kubacki <michael.kubacki@microsoft.com>

The "-r" parameter was not added to the application so remove it from
the help string.

The standards section is also updated to point to the current
specification location on uefi.org.

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
 PrmPkg/Application/PrmInfo/PrmInfoStrings.uni | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni b/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
index 9385fd848344..756cf97c7c37 100644
--- a/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
+++ b/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
@@ -61,7 +61,7 @@
 "Display and test Platform Runtime Mechanism (PRM) modules.\r\n"
 ".SH SYNOPSIS\r\n"
 "\r\n"
-"PRMINFO [[-?] | [-b] [-l] [-r] [-t (guid | all)]]\r\n"
+"PRMINFO [[-?] | [-b] [-l] [-t (guid | all)]]\r\n"
 ".SH OPTIONS\r\n"
 " \r\n"
 "  -? - Show help.\r\n"
@@ -107,18 +107,14 @@
 ".SH STANDARDS\r\n"
 " \r\n"
 "STANDARDS:\r\n"
-"  Platform Runtime Mechanism (PRM) is currently in a draft state and the\r\n"
-"  specification is not yet publicly available. A reference to the publicly\r\n"
-"  available document will replace this text when it is available.\r\n"
+"  The Platform Runtime Mechanism (PRM) specification is available at:\r\n"
+"  https://uefi.org/sites/default/files/resources/Platform%20Runtime%20Mechanism%20-%20with%20legal%20notice.pdf\r\n"
 ".SH EXAMPLES\r\n"
 " \r\n"
 "EXAMPLES:\r\n"
 "  * To display a list of the installed PRM modules and PRM handlers:\r\n"
 "    fs0:\> prminfo -l\r\n"
 " \r\n"
-"  * To validate the installed PRMT ACPI table:\r\n"
-"    fs0:\> prminfo -r\r\n"
-" \r\n"
 "  * To call a PRM handler by GUID:\r\n"
 "    fs0:\> prminfo -t e1466081-7562-430f-896b-b0e523dc335a\r\n"
 " \r\n"
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113566): https://edk2.groups.io/g/devel/message/113566
Mute This Topic: https://groups.io/mt/103654540/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/1] PrmPkg/PrmInfo: Drop -r parameter
  2024-01-11  1:20 [edk2-devel] [PATCH v1 1/1] PrmPkg/PrmInfo: Drop -r parameter Michael Kubacki
@ 2024-01-19 21:12 ` Ankit Sinha
  0 siblings, 0 replies; 2+ messages in thread
From: Ankit Sinha @ 2024-01-19 21:12 UTC (permalink / raw)
  To: mikuback@linux.microsoft.com, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L

Reviewed-by: Ankit Sinha<ankit.sinha@intel.com>

> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Wednesday, January 10, 2024 5:20 PM
> To: devel@edk2.groups.io
> Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Sinha, Ankit
> <ankit.sinha@intel.com>
> Subject: [PATCH v1 1/1] PrmPkg/PrmInfo: Drop -r parameter
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> The "-r" parameter was not added to the application so remove it from the
> help string.
> 
> The standards section is also updated to point to the current specification
> location on uefi.org.
> 
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
>  PrmPkg/Application/PrmInfo/PrmInfoStrings.uni | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)
> 
> diff --git a/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
> b/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
> index 9385fd848344..756cf97c7c37 100644
> --- a/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
> +++ b/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
> @@ -61,7 +61,7 @@
>  "Display and test Platform Runtime Mechanism (PRM) modules.\r\n"
>  ".SH SYNOPSIS\r\n"
>  "\r\n"
> -"PRMINFO [[-?] | [-b] [-l] [-r] [-t (guid | all)]]\r\n"
> +"PRMINFO [[-?] | [-b] [-l] [-t (guid | all)]]\r\n"
>  ".SH OPTIONS\r\n"
>  " \r\n"
>  "  -? - Show help.\r\n"
> @@ -107,18 +107,14 @@
>  ".SH STANDARDS\r\n"
>  " \r\n"
>  "STANDARDS:\r\n"
> -"  Platform Runtime Mechanism (PRM) is currently in a draft state and
> the\r\n"
> -"  specification is not yet publicly available. A reference to the publicly\r\n"
> -"  available document will replace this text when it is available.\r\n"
> +"  The Platform Runtime Mechanism (PRM) specification is available at:\r\n"
> +"
> https://uefi.org/sites/default/files/resources/Platform%20Runtime%20Mech
> anism%20-%20with%20legal%20notice.pdf\r\n"
>  ".SH EXAMPLES\r\n"
>  " \r\n"
>  "EXAMPLES:\r\n"
>  "  * To display a list of the installed PRM modules and PRM handlers:\r\n"
>  "    fs0:\> prminfo -l\r\n"
>  " \r\n"
> -"  * To validate the installed PRMT ACPI table:\r\n"
> -"    fs0:\> prminfo -r\r\n"
> -" \r\n"
>  "  * To call a PRM handler by GUID:\r\n"
>  "    fs0:\> prminfo -t e1466081-7562-430f-896b-b0e523dc335a\r\n"
>  " \r\n"
> --
> 2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114099): https://edk2.groups.io/g/devel/message/114099
Mute This Topic: https://groups.io/mt/103654540/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-19 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11  1:20 [edk2-devel] [PATCH v1 1/1] PrmPkg/PrmInfo: Drop -r parameter Michael Kubacki
2024-01-19 21:12 ` Ankit Sinha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox