Remove Cmake

Now that we're ported to meson, we no longer need cmake.

Change-Id: I593960d1b549b1f03976f513d94f7dae88ebeacc
Signed-off-by: Ed Tanous <edtanous@google.com>
1 file changed
tree: 9289b81d76934a4e4552b4e1e39a9472c475e59d
  1. linux/
  2. service_files/
  3. .clang-format
  4. .clang-format-ignore
  5. dbus_raw_peci.cpp
  6. LICENSE
  7. meson.build
  8. meson.options
  9. OWNERS
  10. peci.c
  11. peci.h
  12. peci.pc.in
  13. peci_cmds.c
  14. README.md
README.md

libpeci

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

peci_cmds

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.

dbus_raw_peci

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.