aboutsummaryrefslogtreecommitdiff
path: root/util/intelp2m/description.md
diff options
context:
space:
mode:
authorBenjamin Doron <benjamin.doron00@gmail.com>2020-10-22 16:36:29 +0000
committerPatrick Georgi <pgeorgi@google.com>2020-10-26 06:49:03 +0000
commit03102794115230e623ecb95e50e5d7f899956b84 (patch)
treef3a1f782258fc0d37173c272b86955d4be35c059 /util/intelp2m/description.md
parent308c1b79768a0cb1c48a150f8a75da71dec99b5f (diff)
util/intelp2m: Fix typos
Change-Id: I7210fb44ed54d365181ca23c6b92d2269dc8a697 Signed-off-by: Benjamin Doron <benjamin.doron00@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45007 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/intelp2m/description.md')
-rw-r--r--util/intelp2m/description.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/intelp2m/description.md b/util/intelp2m/description.md
index 9ca56b979e..1aaee40ca0 100644
--- a/util/intelp2m/description.md
+++ b/util/intelp2m/description.md
@@ -23,9 +23,9 @@ the coreboot project.
0 - inteltool.log (default)
1 - gpio.h
2 - your template
-(shell)$ ./intelp2m -t 1 -file coreboot/src/mainboard/youboard/gpio.h
+(shell)$ ./intelp2m -t 1 -file coreboot/src/mainboard/yourboard/gpio.h
```
-You can also add add a template to 'parser/template.go' for your file type with
+You can also add a template to 'parser/template.go' for your file type with
the configuration of the pads.
platform type is set using the -p option (Sunrise by default):
@@ -35,7 +35,7 @@ platform type is set using the -p option (Sunrise by default):
snr - Sunrise PCH with Skylake/Kaby Lake CPU
lbg - Lewisburg PCH with Xeon SP CPU
apl - Apollo Lake SoC
- cnl - CannonLake-LP or Whiskeylake/Coffelake/Cometlake-U SoC
+ cnl - CannonLake-LP or Whiskeylake/Coffeelake/Cometlake-U SoC
(default "snr")
(shell)$ ./intelp2m -p <platform> -file path/to/inteltool.log