commit | b33f593d97cd814e73473376945d8bed27daeb37 | [log] [tgz] |
---|---|---|
author | Saitwal, Meghan <meghan.saitwal@intel.com> | Wed Jul 19 15:52:48 2023 +0000 |
committer | Saitwal, Meghan <meghan.saitwal@intel.com> | Wed Jul 19 15:52:48 2023 +0000 |
tree | 99d6b426677056c5e1ff873a6829f7fd68707733 | |
parent | 5be3924124f7c01b0941b77807c91cd700a3dd43 [diff] |
Add GNR-D CPUModel definition Change-Id: Ia531ea0d5d46432404f069555e414635be8cc02a Signed-off-by: Saitwal, Meghan <meghan.saitwal@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.