From 42c08223a9a1cb1c9c11ae2fbe4eb60dd1293f9c Mon Sep 17 00:00:00 2001 From: Peter Yin Date: Thu, 9 May 2024 11:12:09 +0800 Subject: 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 --- .../recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3