commit | 6a00e9aa72f75d66eb8b9572c7fd3894f91c6bba | [log] [tgz] |
---|---|---|
author | Jonathan Doman <jonathan.doman@intel.com> | Wed Nov 03 13:55:45 2021 -0700 |
committer | Jonathan Doman <jonathan.doman@intel.com> | Wed Nov 03 15:29:10 2021 -0700 |
tree | 0ac26f119698d029623d149b5b4768dc26065f4d | |
parent | c208ded0dde3207af30b1543d354f0f7e2a2b2cb [diff] |
Add ICX-D and SPR CPUModel definitions. Signed-off-by: Jonathan Doman <jonathan.doman@intel.com> Change-Id: Ibb7707c6868ad5c4009d198ca209d719217ac720
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.