From 149f0c750c6bc448c4858370c5a3cc2bb1b9d0f0 Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Wed, 9 Apr 2025 07:44:23 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/87224 Reviewed-by: Maxim Polyakov Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin Reviewed-by: Paul Menzel --- Documentation/util.md | 4 ++-- util/README.md | 4 ++-- util/intelp2m/description.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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`