commit | 517c3e86d3232ee209b8203cfff56a7eec8c70e6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 16:23:44 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 16:23:44 2022 -0500 |
tree | 3658c95b12edcf6368726666c9a9147b8e4a9cb9 | |
parent | 7b11280d8e3113aecc4b9ce6e5d818268eb2122c [diff] |
OWNERS: switch 'matches' to 'matchers' The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib9777910458725bb962dbf9b551d2d94a0844939
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.