commit | 62cbc719c89b971efdd409cd5af8ee43bc4e1e83 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Thu May 07 14:07:49 2020 -0700 |
committer | Jason M. Bills <jason.m.bills@linux.intel.com> | Thu May 07 14:42:13 2020 -0700 |
tree | 2a086c4134442226a398726a3c8d1d7cb7a1ede1 | |
parent | 7ef5a55777bb4d0c403a4eca98c487fa4e9c7bd1 [diff] |
Fix stand-alone build for CI Tested: Passed the docker build. Change-Id: Iaef1907409b34189339fdf5890b69bb018ff1bcd Signed-off-by: Jason M. Bills <jason.m.bills@linux.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.