| commit | ebf958cb626122ea29412a270dc8df8bb091be31 | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Jan 15 01:47:44 2026 -0600 |
| committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Jan 15 02:07:58 2026 -0600 |
| tree | d0a04b95561af396bbce0f810caf6ffa7a0eafb2 | |
| parent | 631f26189f60ba0a390e79864a7b49bdc61323a6 [diff] |
clang-tidy: Initial commit Added initial .clang-tidy configuration file with recommended C++ checks aligned with the OpenBMC-approved checklist. This setup enforces modern C++ best practices and helps catch common issues early in development. Change-Id: I6b29c1584dc7492bbed79affbec418efe45c40d2 Signed-off-by: Jayanth Othayoth <ojayanth@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.