From 7b9d08e8498261c0c33f3032c11752e4b75a641b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 22 May 2022 20:11:03 -0600 Subject: [PATCH] Documentation/util/intelp2m: Improve text and update Markdown There shouldn't be any significant changes in meaning. - Fix formatting issues - Reword some text Change-Id: I4e37605ef2371e6c4affbe6cb6c67e0875e89a1f Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/64579 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- Documentation/util/intelp2m/index.md | 145 ++++++++++++++++----------- 1 file changed, 89 insertions(+), 56 deletions(-) diff --git a/Documentation/util/intelp2m/index.md b/Documentation/util/intelp2m/index.md index 9064817972..6873c1b1ea 100644 --- a/Documentation/util/intelp2m/index.md +++ b/Documentation/util/intelp2m/index.md @@ -1,79 +1,93 @@ Intel Pad to Macro (intelp2m) converter ======================================= -This utility allows to convert the configuration DW0/1 registers value -from [inteltool](../inteltool/description.md) dump to coreboot macros. +This utility allows one to convert the configuration DW0/1 register +values from an inteltool dump to coreboot macros. ```bash -(shell)$ make -(shell)$ ./intelp2m -h -(shell)$ ./intelp2m -file /path/to/inteltool.log +cd util/intelp2m +make +./intelp2m -h +./intelp2m -file /path/to/inteltool.log ``` ### Platforms -It is possible to use templates for parsing files of excellent inteltool.log. -To specify such a pattern, use the option -t