commit | ed1582af8107a3aaf1f53ee3fb95a6c2577b07d3 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Thu Jul 27 09:26:06 2023 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon Aug 21 18:30:02 2023 +0000 |
tree | 9289b81d76934a4e4552b4e1e39a9472c475e59d | |
parent | df5c868a14eb0c7e7aa0eb4b44587013c95997b9 [diff] |
Remove Cmake Now that we're ported to meson, we no longer need cmake. Change-Id: I593960d1b549b1f03976f513d94f7dae88ebeacc 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.