commit | c208ded0dde3207af30b1543d354f0f7e2a2b2cb | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 08:36:31 2021 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 08:37:06 2021 +0530 |
tree | 571af4a1495b7105fac9381127480b3f5d7ff14b | |
parent | 03d7dae24d74f35d5703da74931938fcab7467d3 [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I0ac0c9a17f3c74d2fb216e009203fecf752bbc80
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.