commit | ed6264d14ff763d8cfebc7cb519493608a6e60b7 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Mon Oct 09 12:53:44 2023 -0700 |
committer | Jason Bills <jason.m.bills@linux.intel.com> | Tue Nov 28 20:14:58 2023 +0000 |
tree | 1978f900c2589c12d9b53ab57e40c04b951517a7 | |
parent | f2a5fa2623e550fcb9d4d9ee4942d21e3c3c90c2 [diff] |
Disable raw-peci by default This is disabled by default with Yocto and likely not needed by default in non-Yocto builds, so disable it by default. Change-Id: I59b281bcce12e5937b8753efd5c713424045b23a Signed-off-by: Jason M. Bills <jason.m.bills@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.
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.