commit | cf41cdcda79412f9f765e96f3d84f86cae99f896 | [log] [tgz] |
---|---|---|
author | deepakala-k <deepakala.karthikeyan@ibm.com> | Thu Nov 17 05:25:47 2022 -0600 |
committer | deepakala-k <deepakala.karthikeyan@ibm.com> | Thu Nov 17 05:36:04 2022 -0600 |
tree | 6ff2114b38226507e7c3ccf27827994b6eefd8aa | |
parent | fe2abd1fc973f8a694fc8af72dafe2abcc22cda2 [diff] |
PHAL: Use fmt::join to log uint8_t array Fix the compilation issue generated due to stricter type check with in the library Signed-off-by: Deepakala <deepakala.karthikeyan@ibm.com> Change-Id: I25fcd55c8a2fbd787ea1af57a7d4e5360c30b415
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`.