commit | 69708fbb4be11e132b72a2ca6807abc24b01e9f6 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Mar 22 04:49:01 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Mar 25 03:25:41 2022 -0500 |
tree | 4afe86f7a91fc09ad891b954a97b607d196602be | |
parent | d7469407ec4d45cc1c1bd3704be18c7ba7ecdcda [diff] |
PHAL: Added non functional boot processor failure handling Added support to create PELs' specific to non functional boot processor related failure during boot window. Implemented "NonFunctionalBootProc" message registry specific PEL function and special callouts to these type of failures. Tested: verified PEL manually. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I17c208197a9fd08b1a0aca519da4e03813862255
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`.