commit | 6a5c2ea550116349835429b9d4043522d68e7747 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Tue Mar 01 14:58:00 2022 -0800 |
committer | Jason M. Bills <jason.m.bills@intel.com> | Tue Mar 15 11:37:50 2022 -0700 |
tree | da5410cce34fffec6651d2c4ea7b2d96c1d9faeb | |
parent | fd5dfd56b05f082623dde50f4bea15eaef25dd27 [diff] |
Update to the latest peci-ioctl.h Signed-off-by: Jason M. Bills <jason.m.bills@intel.com> Change-Id: I937ed19ab48196380f9c438dea791c530e66a9ef
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.
This repo also includes dbus_raw_peci which provides a raw-peci daemon that exposes a raw PECI interface that is accessible over D-Bus. It can be used when an application needs to send a raw PECI command without loading the full PECI library.