commit | 915b38feb5e5793d7555f3060581077e266ba3d6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 11:18:55 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 11:18:55 2023 -0500 |
tree | d6bb3fdab6eb924b9dc3d4b4a8d6dafb8555d906 | |
parent | 3b59356a124d457738327352ba7bb6463730da9c [diff] |
clang-format: copy latest and re-format clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository. Change-Id: I06e9ad76b7e259a962f15f0b013d92a62f02a039 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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`.