1c13e6785SGeorge Liu# openpower-proc-control
2c13e6785SGeorge Liu
329ddffdcSMatt SpinlerContains procedures that interact with the OpenPower nest chipset.
429ddffdcSMatt Spinler
529ddffdcSMatt Spinler## To Build
60f27ee37SPatrick Williams
729ddffdcSMatt SpinlerTo build this package, do the following steps:
829ddffdcSMatt Spinler
9f27431b7SRamesh Iyyar    1. meson builddir
10f27431b7SRamesh Iyyar    2. ninja -C builddir
1129ddffdcSMatt Spinler
12b181d3bbSRamesh IyyarTo build with phal feature:
13*18632fd1SGeorge Liu
14f27431b7SRamesh Iyyar    1. meson builddir -Dphal=enabled -Dopenfsi=enabled
15f27431b7SRamesh Iyyar    2. ninja -C builddir
16b181d3bbSRamesh Iyyar
17f27431b7SRamesh IyyarTo clean the repository run `ninja -C builddir/ clean`.
18