commit | 110caf85a6b4d5f63c5af8b81dc739406d21dff6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 23 06:31:05 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 23 06:31:05 2023 -0500 |
tree | 85dafe1694c25215ac9020933b55487fc72c08ce | |
parent | ed1582af8107a3aaf1f53ee3fb95a6c2577b07d3 [diff] |
build: upgrade to C++23 Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it. Change-Id: I9f33544802e29091009dfc7c43ec2ae43d4958e9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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.