Yu-Ping Wu has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87224?usp=email )
Change subject: Documentation,util: Run util_readme.sh to regen *.md ......................................................................
Documentation,util: Run util_readme.sh to regen *.md
As CB:71757 [1] updates Documentation/util.md and util/README.md manually without modifying util/intelp2m/description.md, we port the description changes back to that file.
[1] commit da54bd60af60 ("Documentation: Update information about intelp2m")
Change-Id: I3d3f87517c445d650e9cea61448b28d005d46737 Signed-off-by: Yu-Ping Wu yupingso@chromium.org Reviewed-on: https://review.coreboot.org/c/coreboot/+/87224 Reviewed-by: Maxim Polyakov max.senia.poliak@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Yidi Lin yidilin@google.com Reviewed-by: Paul Menzel paulepanter@mailbox.org --- M Documentation/util.md M util/README.md M util/intelp2m/description.md 3 files changed, 6 insertions(+), 6 deletions(-)
Approvals: Maxim Polyakov: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve Yidi Lin: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/Documentation/util.md b/Documentation/util.md index e6d1402..341a4c5 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -70,8 +70,8 @@ `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 6d58d7a..f40036b 100644 --- a/util/README.md +++ b/util/README.md @@ -61,8 +61,8 @@ `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 5d718b0..b6cf527 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`