commit | e92985a190429ef3620be8a0043bfddf0629fd05 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:23:28 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 03 17:01:14 2025 +0000 |
tree | a9f384b6e411d57601c895511ee23202c720763a | |
parent | e04830523d8088ae8b7e19d16d026df749f2316b [diff] |
clang-format: update latest spec and reformat Copy the latest format file from the docs repository and apply. Change-Id: I22459d78b3749df12c9fdba1e22d864cf4b2f98a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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.