From e180825080ae13e990ef4b789806a02b0cc1eda5 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 27 Aug 2018 23:32:58 +0300 Subject: Documentation: add description for util/pmh7tool Change-Id: Iab5daf101a9ff27aa49b7849bf6bf39362b8db09 Signed-off-by: Evgeny Zinoviev Reviewed-on: https://review.coreboot.org/28368 Tested-by: build bot (Jenkins) Reviewed-by: Tom Hiller Reviewed-by: Felix Held --- Documentation/util.md | 3 +++ util/README.md | 3 +++ util/pmh7tool/description.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 util/pmh7tool/description.md diff --git a/Documentation/util.md b/Documentation/util.md index 72355e3fe5c1..59f2c3bd8acf 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -77,6 +77,9 @@ partial deblobbing of Intel ME/TXE firmware images `Python` * __nvidia__ - nvidia blob parsers * __nvramtool__ - Reads and writes coreboot parameters and displaying information from the coreboot table in CMOS/NVRAM. `C` +* __pmh7tool__ - Dumps, reads and writes PMH7 registers on Lenovo +ThinkPads. PMH7 is used for switching on and off the power of some +devices on the board such as dGPU. `C` * __post__ - Userspace utility that can be used to test POST cards. `C` * __qualcomm__ - CMM script to debug Qualcomm coreboot environments. `CMM` diff --git a/util/README.md b/util/README.md index 69ed11e593d8..7cdb5e528ce2 100644 --- a/util/README.md +++ b/util/README.md @@ -75,6 +75,9 @@ partial deblobbing of Intel ME/TXE firmware images `Python` * __nvidia__ - nvidia blob parsers * __nvramtool__ - Reads and writes coreboot parameters and displaying information from the coreboot table in CMOS/NVRAM. `C` +* __pmh7tool__ - Dumps, reads and writes PMH7 registers on Lenovo +ThinkPads. PMH7 is used for switching on and off the power of some +devices on the board such as dGPU. `C` * __post__ - Userspace utility that can be used to test POST cards. `C` * __qualcomm__ - CMM script to debug Qualcomm coreboot environments. `CMM` diff --git a/util/pmh7tool/description.md b/util/pmh7tool/description.md new file mode 100644 index 000000000000..57290e30587a --- /dev/null +++ b/util/pmh7tool/description.md @@ -0,0 +1 @@ +Dumps, reads and writes PMH7 registers on Lenovo ThinkPads. PMH7 is used for switching on and off the power of some devices on the board such as dGPU. `C` -- cgit v1.2.3