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