commit | 0b964d14088261d2ae8d6c7340c4fa46c9c5e1ca | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Mon Sep 19 15:27:46 2022 -0700 |
committer | Ed Tanous <edtanous@google.com> | Mon Sep 19 15:38:21 2022 -0700 |
tree | 2157b97c46da8bca368d37403a313072e7498d72 | |
parent | 58dac1fdb2c4656f151509be4105ea0be3ab1988 [diff] |
Move to io_context io_context is the more modern version of io_service; io_service is deprecated, and is a typedef for io_context. Tested: Code compiles Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I920792ab5f61710bbe8f880277882bf2bec5f26a
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.