| commit | f2e53726607d66713af503541e869565b698b912 | [log] [tgz] |
|---|---|---|
| author | Andrew Geissler <geissonator@yahoo.com> | Tue May 03 11:18:06 2022 -0400 |
| committer | Andrew Geissler <geissonator@yahoo.com> | Wed May 04 09:29:35 2022 -0400 |
| tree | 8834881962e4aeb6965d91dd49d9fc4ac633b667 | |
| parent | 67513c143748b7f773542c7e79773222895dbbfd [diff] |
pvm_sys_dump_active: ensure no failure Setting this BIOS attribute is a "best try" type function. If it fails, do not cause this service to fail. The BIOS is used to provide a warning to the user but is not a hard requirement. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I43a12c2bb54dd6093195bec5bdfd760997981a94
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`.