| commit | 0c5fafdafcd4608f6bba8920dc69de31ed29bde0 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 05 00:07:02 2025 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 05 00:07:02 2025 -0500 |
| tree | 94fef44f076c12b7ee81714df6dc6da1b17d460b | |
| parent | 2bf01cc1c3705e4f42eb5c5452a688be85fc7b64 [diff] |
use sdbusplus unpack syntax Rather than defining a variable and then reading it from a message, sdbusplus also supports directly unpack-ing from the message. Use this syntax instead as it is more efficient and succinct. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I59b1cef85e4e0e5dd14b33a4e1bc15aaef2a8aac
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps:
1. meson builddir 2. ninja -C builddir
To build with phal feature:
1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir
To clean the repository run ninja -C builddir/ clean.