diff --git a/Documentation/util.md b/Documentation/util.md index e6d1402c8a..341a4c5751 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -70,8 +70,8 @@ into a format which can be used in coreboot's verb table `Go` `C` * __intelmetool__ - Dump interesting things about Management Engine even if hidden `C` -* __intelp2m__ - Convert the inteltool register dump to gpio.h with GPIO -configuration for porting coreboot to your motherboard. `Go` +* __intelp2m__ - Convert the inteltool register dump to gpio.h with +GPIO configuration for porting coreboot to your motherboard. `Go` * __inteltool__ - Provides information about the Intel CPU/chipset hardware configuration (register contents, MSRs, etc). `C` * __intelvbttool__ - Parse VBT from VGA BIOS `C` diff --git a/util/README.md b/util/README.md index 6d58d7a71b..f40036babf 100644 --- a/util/README.md +++ b/util/README.md @@ -61,8 +61,8 @@ into a format which can be used in coreboot's verb table `Go` `C` * __intelmetool__ - Dump interesting things about Management Engine even if hidden `C` -* __intelp2m__ - Generate a GPIO configuration based on a register dump -obtained using inteltool. `Go` +* __intelp2m__ - Convert the inteltool register dump to gpio.h with +GPIO configuration for porting coreboot to your motherboard. `Go` * __inteltool__ - Provides information about the Intel CPU/chipset hardware configuration (register contents, MSRs, etc). `C` * __intelvbttool__ - Parse VBT from VGA BIOS `C` diff --git a/util/intelp2m/description.md b/util/intelp2m/description.md index 5d718b02d9..b6cf527404 100644 --- a/util/intelp2m/description.md +++ b/util/intelp2m/description.md @@ -1,2 +1,2 @@ -convert the configuration DW0/1 registers value from an inteltool dump -to coreboot macros. `go` +Convert the inteltool register dump to gpio.h with GPIO configuration +for porting coreboot to your motherboard. `Go`