commit | 50959a23b48e4f5af9c7110fc78214ea27c6f078 | [log] [tgz] |
---|---|---|
author | Jonathan Doman <jonathan.doman@intel.com> | Fri Mar 10 11:38:01 2023 -0800 |
committer | Jonathan Doman <jonathan.doman@intel.com> | Wed Mar 15 10:14:05 2023 -0700 |
tree | cc790a824ae52e0cf0839dd8c1d5bddbe119605f | |
parent | 1ae54d298c7f77040a798f46d68c7278e9ac2dd6 [diff] |
Add EMR, GNR, and SRF CPUModel definitions Change-Id: I41a92cd2e07df4bf98db1c35d3852dbd2c6bfec7 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.