| commit | c83875a18710300055b7fd89cd4aa741a3590488 | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 31 04:31:09 2025 -0600 |
| committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Dec 31 04:31:09 2025 -0600 |
| tree | 30e838804f6ab62677d3e34ce22fd803c214b31b | |
| parent | b9d864914c78667e83dc5e27ac7f8ee94c54be8b [diff] |
clang-tidy: Initial commit Added initial .clang-tidy configuration file with recommended C++ checks aligned with the OpenBMC-approved checklist. This setup enforces modern C++ best practices and helps catch common issues early in development. Change-Id: I0f1d7e3ae044a9be790ade7e085daf014f739232 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 buildninja -C buildTo clean the repository run rm -r build.