commit | bd3347becee32682eb8290e13df88d4bf1b2c4b6 | [log] [tgz] |
---|---|---|
author | jmbills <42755197+jmbills@users.noreply.github.com> | Mon Apr 06 15:14:48 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 06 15:14:48 2020 -0700 |
tree | 56635621bcfb517a077e279f2ca67c37761f2fd8 | |
parent | 8aec3bfe769cfaed29a667f3367ff5780595296a [diff] |
Create README.md
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.