commit | e04830523d8088ae8b7e19d16d026df749f2316b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:38:14 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:38:14 2025 -0500 |
tree | e73b024b7cd42635f384ddcfa9cc600977c22c2a | |
parent | e836d465d5975eabd7425e4113b2feac87f5f96a [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: I5544a33d2d158309d9466ed083bb57f5f07bb554 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.