commit | 258161b358322dcd607a418c8477c63455ea6a3c | [log] [tgz] |
---|---|---|
author | V-Sanjana <sanjana.v@intel.com> | Wed Jan 18 20:56:30 2023 +0530 |
committer | Jason Bills <jason.m.bills@linux.intel.com> | Wed Jan 18 16:49:04 2023 +0000 |
tree | b9534af8ff9e20fb12640412cdf0265a2f4693a0 | |
parent | a89be7669d31507388610d5300f7f442cf945f01 [diff] |
Add the missing break in switch case Break statement is added for the case PECI_WAIT_FOREVER Tested: build was successful. Change-Id: Id71b4c3c9bb1cea1329f622fc5acb26d755f5f85 Signed-off-by: V-Sanjana <sanjana.v@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.
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.