commit | df5c868a14eb0c7e7aa0eb4b44587013c95997b9 | [log] [tgz] |
---|---|---|
author | Jonathan Doman <jonathan.doman@intel.com> | Wed Aug 02 18:42:01 2023 -0700 |
committer | Jonathan Doman <jonathan.doman@intel.com> | Thu Aug 17 15:56:16 2023 +0000 |
tree | 1d6742428140053203c0d706ef606bf62cf9698d | |
parent | 97ee23bc075c4f354ed3e57eae3f8f5817aabd71 [diff] |
Declare meson dependency For dependent projects to use libpeci as a subproject Change-Id: Ifdfec228e802336b17cae887b833780cb2d8a599 Signed-off-by: Jonathan Doman <jonathan.doman@intel.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.