commit | 5302b933aca5417c3e7aabcdde4d05d2ea5c3bd3 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 11:03:46 2024 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 11:03:47 2024 +0530 |
tree | f27829334016d615ff44ec72f4164be014b8bff1 | |
parent | 127609cc41c9ef12f62d9a280a25b7d7c1ba5793 [diff] |
Fix spelling mistakes using codespell This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool. [1]: https://github.com/codespell-project/codespell Change-Id: I845fdecb1a9c2fb8012f8a1abfd56d8e2d06f5f4 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.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.