commit | 7169faac9eb8a428b4a2ecb680a071f732842004 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:24 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:24 2023 -0500 |
tree | 1f198af69e3617efabeeff3fe44e8eec3913a922 | |
parent | 50959a23b48e4f5af9c7110fc78214ea27c6f078 [diff] |
clang-format: copy latest and re-format clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository. Change-Id: I677d72d4d8d7ff28d2708b51ded916e2287974ff 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.