diff --git a/Documentation/util.md b/Documentation/util.md index ddcd2a1191..0c50d30eb2 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -157,6 +157,7 @@ the documentation `Bash` * [cbfstool](util/cbfstool/index.md) * [ifdtool](util/ifdtool/index.md) +* [intelp2m](util/intelp2m/index.md) ## Generated documentation diff --git a/util/intelp2m/config/gopackages.png b/Documentation/util/intelp2m/gopackages.png similarity index 100% rename from util/intelp2m/config/gopackages.png rename to Documentation/util/intelp2m/gopackages.png diff --git a/Documentation/util/intelp2m/index.md b/Documentation/util/intelp2m/index.md new file mode 100644 index 0000000000..9064817972 --- /dev/null +++ b/Documentation/util/intelp2m/index.md @@ -0,0 +1,177 @@ +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. + +```bash +(shell)$ make +(shell)$ ./intelp2m -h +(shell)$ ./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