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