commit | 8d3d7b174809af46e195856dcf990481840836eb | [log] [tgz] |
---|---|---|
author | Zhikui Ren <zhikui.ren@intel.com> | Mon Dec 12 09:32:07 2022 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 12 12:27:34 2022 -0600 |
tree | b2c6f36793a99b3d95e3e24b17ee2f12d3eb9f8b | |
parent | 42d56641672707cd8ca89d87e1fc1be8a1b4ce42 [diff] |
OWNERS: Add Zhikui Ren Change-Id: Ia1fe385212a14a6ee6ce3953de1a8e5ec5fcd436 Signed-off-by: Zhikui Ren <zhikui.ren@intel.com>
This phosphor-post-code-manager repository provides an infrastructure to persist the POST codes in BMC filesystem & it also owns the systemd services that are responsible for exposing the BIOS Post Codes to rest of the world via redfish.
To build phosphor-post-code-manager package , do the following steps:
meson <build directory> ninja -C <build directory>
This repository ships xyz.openbmc_project.State.Boot.PostCode.service
systemd service along with its template version and a tiny binary that exposes the necessary dbus interfaces & methods to extract the POST codes per boot cycle.
This repository is tightly coupled with phosphor-host-postd OpenBMC respository which is responsible for emitting the dbus signals for every new POST Code.
phosphor-post-code-manager is architected to look for the property changed signals which are being emitted from the service that hosts Value property on xyz.openbmc_project.State.Boot.Raw
interface & archive them per boot on the filesystem, so that those can be exposed over redfish