summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Yin <peter.yin@quantatw.com>2024-05-09 06:12:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-05-23 01:46:38 +0300
commit42c08223a9a1cb1c9c11ae2fbe4eb60dd1293f9c (patch)
treeec1f84bcdebdc3c82b1b0daa1c3f9b0836e0735b
parentd586c4c0c03bce3a2d49f708f6e9659fe0cc49ca (diff)
downloadopenbmc-42c08223a9a1cb1c9c11ae2fbe4eb60dd1293f9c.tar.xz
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>
-rw-r--r--meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init2
1 files changed, 1 insertions, 1 deletions
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 05bc10393d..e4110fdf4b 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 @@ power_good_init() {
}
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;