commit | 42c08223a9a1cb1c9c11ae2fbe4eb60dd1293f9c | [log] [tgz] |
---|---|---|
author | Peter Yin <peter.yin@quantatw.com> | Thu May 09 11:12:09 2024 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 22 22:46:38 2024 +0000 |
tree | ec1f84bcdebdc3c82b1b0daa1c3f9b0836e0735b | |
parent | d586c4c0c03bce3a2d49f708f6e9659fe0cc49ca [diff] |
meta-facebook: harma: revise bios post end name Rename host-ready-n to avoid confusion with host0-ready The host0-ready signal represents the host power good status used by the isHostRunning function check. Change-Id: I641655f2f9db13daef600f27b8d259765c728dfd Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init b/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init index 05bc103..e4110fd 100644 --- a/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init +++ b/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init
@@ -14,7 +14,7 @@ } post_end_init() { - if [ "$(get_gpio host-ready-n)" -eq 0 ]; then + if [ "$(get_gpio post-end-n)" -eq 0 ]; then busctl set-property xyz.openbmc_project.State.Host0 /xyz/openbmc_project/state/host0 \ xyz.openbmc_project.State.OperatingSystem.Status OperatingSystemState s \ xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Standby;