commit | 4081a55f4b851a73e4f342a7f33984bcd0003ee9 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Fri Apr 12 08:55:00 2024 -0700 |
committer | Jason Bills <jason.m.bills@linux.intel.com> | Mon Oct 28 13:13:14 2024 +0000 |
tree | a6023f4dec8c4964b36f95f8afba1cf763df6bee | |
parent | c96261ef6c7428ede3d3b878d9acdfb9365014cd [diff] |
Remove abbreviated codename of Intel CPUs Applications have been updated to use the full codename, so remove the abbreviated form. Change-Id: Icbe13b65c2e86fc4ca4045c23013c3efb3942a89 Signed-off-by: Jason M. Bills <jason.m.bills@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.