From 81e0d689c07818d6a6554240947e5ab16bf3afc4 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 22 May 2022 18:52:18 -0600 Subject: Documentation: Move intelp2m from description.md to Documention The description.md file for the intelp2m utility wasn't the description that was needed - just a subject, and what language it was written in. It was instead a set of more full documentation, so move it into the Documentation directory and create a new description file. Change-Id: Ia180ae41f91f8b8eb408351a9e44e899edc031d3 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/64578 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- util/intelp2m/config/gopackages.png | Bin 11594 -> 0 bytes util/intelp2m/description.md | 179 +----------------------------------- 2 files changed, 2 insertions(+), 177 deletions(-) delete mode 100644 util/intelp2m/config/gopackages.png (limited to 'util') diff --git a/util/intelp2m/config/gopackages.png b/util/intelp2m/config/gopackages.png deleted file mode 100644 index fb81a1ce1f..0000000000 Binary files a/util/intelp2m/config/gopackages.png and /dev/null differ diff --git a/util/intelp2m/description.md b/util/intelp2m/description.md index 9064817972..fd1a15b599 100644 --- a/util/intelp2m/description.md +++ b/util/intelp2m/description.md @@ -1,177 +1,2 @@ -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