commit | b119dca11c8fcc4bceff2d823399851240705b7f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri May 26 15:07:40 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri May 26 15:07:49 2023 -0500 |
tree | 62240b4c3214fcb2c8d436f3f4e1fad3c039610e | |
parent | 67dbb254da45755227fbec472737d3506f086afc [diff] |
fix GCC 13 issues GCC 13 removes `uint*_t` family of types from one of the common includes so we need to explicitly include cstdint. Change-Id: I05884edbaa38f3999fc6cd8234411d2c2c8a7429 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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
.