commit | 750f9227ce9555f381c72ea96bbe2cfce155343a | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Feb 24 06:19:35 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Feb 24 12:17:28 2022 -0600 |
tree | 67e15bd49348316f66a9379b0e8b1dad58a5272c | |
parent | 482a887804fe61a1868000bd2d1b18cacff77533 [diff] |
Execute mp reboot prior to host dump delete service The entries for the dumps stored in the host memory needs to be deleted during a power off but that should be skipped in the case of a memory preserving reboot. Add changes to make sure the host dump clear service executes after enter mp reboot service, so dump clear service can be skipped if the indicater file exists. Tests: Feb 24 11:38:53 systemd[1]: Finished Start memory preserving reboot host0. Feb 24 11:38:53 systemd[1]: Condition check resulted in Remove host dump entries during poweroff being skipped. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I736a2c6245b494db054b086a1b63348838d926a7
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`.