commit | 211f8a9a8ceac7e0d369c9b76c4ff542ccfb8ff0 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Feb 03 12:45:29 2023 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Feb 03 12:45:29 2023 -0700 |
tree | 535f27452c6d7898d12aece689429268afd79c32 | |
parent | ec41db0314ba120502ef3922b4f2e19b5f866818 [diff] |
generate bmc dump if hw indicates host running This situation has been hit a few times and it has been requested a BMC dump be generated when the condition is hit. This dump will help debug why the BMC is unable to communicate with the host. Tested: - Caused the error path and verified a BMC dump was requested Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I44cc4066b9b7c4eddb04348c2caf6493fb3af31a
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`.