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 da54bd60af ("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>
This commit is contained in:
parent
9ee23a1b10
commit
149f0c750c
3 changed files with 6 additions and 6 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue