commit | 0e21ddef5cfe7a3bd156f3c0f09f12673b83e566 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Mon Jul 06 14:51:53 2020 -0700 |
committer | Jason M. Bills <jason.m.bills@linux.intel.com> | Mon Jul 06 14:51:53 2020 -0700 |
tree | e2582a60d947f79d8243d6aac2f67d8e3853a5b0 | |
parent | a2ceec2aa139277cebb62e1eda449ef60fa4c962 [diff] |
peci_cmds: print raw command response in verbose mode Change-Id: Iffd4ff41f458ea5cc3f3ae4ca9f09f97b16fcb0f Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
libpeci is a library that provides various APIs to interface with the IOCTLs provided by the PECI driver in the OpenBMC kernel. Currently available here:
https://github.com/openbmc/linux/blob/dev-5.4/include/uapi/linux/peci-ioctl.h
This repo also includes a peci_cmds command-line utility with functions that map to the libpeci APIs. It can be used to test PECI functionality across the library, driver, and hardware.