commit | b2e5917413942b5649c905ed77e7c28c3c269562 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 18 07:30:23 2024 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Jan 07 20:29:24 2025 +0000 |
tree | e827f1cb43431c11f34b8c05427af3cbb177acf2 | |
parent | eb20dc9664bdada9f1d8fd6dd35a1c3f0a8cadae [diff] |
clang-tidy: Initial commit The clang-tidy configuration file has been initialized with all recommended C++ category checks. These category checks are currently disabled, except for one, which has been enabled for initial validation. This strategy allows developers to progressively enable the necessary checks over time. Tested: verified build. Change-Id: I0de58d81fe0fa4b1a119480b8298ca7652330a51 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.