commit | 67513c143748b7f773542c7e79773222895dbbfd | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Apr 26 16:55:59 2022 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed May 04 09:28:17 2022 -0400 |
tree | cfef694f7ee72dafa90a1f16c1fcb1715e877c24 | |
parent | 03eaa3e807c1c79b97efbd44a8ce101f69bfbcdb [diff] |
mpreboot: collect bmc dump When a mpreboot is started, it indicates the host firmware has encountered a critical failure. At times, the BMC firmware could be involved in this error. Collect a BMC dump in parallel with the mpreboot so that the BMC team will also have some debug data in these scenarios. This is a "best attempt" type situation so do not let the failure of generating a BMC dump, impact the overall mpreboot flow. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie628953ce002b6afdc43fb7012de780c2f208826
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`.