1Contains procedures that interact with the OpenPower nest chipset. 2 3## To Build 4``` 5To build this package, do the following steps: 6 7 1. meson builddir 8 2. ninja -C builddir 9 10To build with phal feature: 11 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 12 2. ninja -C builddir 13 14To clean the repository run `ninja -C builddir/ clean`. 15``` 16