commit | 380998bc0e0c58bd6b3d35aaac06b84d5a49b4b5 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Sep 29 14:02:25 2022 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Sep 29 14:02:25 2022 -0700 |
tree | 29cb87968896ce1e79f89af02645007fb7045056 | |
parent | b78d4c81b345de4f1744c7832a5669441f5eb9e0 [diff] |
Change c++ std to 20 Building things that use sdbusplus with gcc-12 requires -std=c++-20 to successfully compile. Change-Id: Ie8dec803e4cbaa18c2c5b51672c01680363b68f8 Signed-off-by: Vernon Mauery <vernon.mauery@linux.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.