commit | 0bff6858af8405b307cdf5fdca46a008f0f52090 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Thu Jul 27 09:23:42 2023 -0700 |
committer | Jason M. Bills <jason.m.bills@intel.com> | Mon Jul 31 12:02:30 2023 -0700 |
tree | f1762e8174afadda45905c5740adce311e14d00d | |
parent | 67a96247869c85fdb5acf5958ae85778dc1155e7 [diff] |
Port to meson Per what we're doing elsewhere, port this repo to meson. Change-Id: I97e19cbda9145414664ce4cb34183be2d8243659 Signed-off-by: Ed Tanous <edtanous@google.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.