From 1c51ca54c8206feaeaea61c1e4831b4a68ddb0e5 Mon Sep 17 00:00:00 2001 From: Charles Boyer Date: Tue, 24 Aug 2021 11:25:03 -0500 Subject: meta-fii/meta-kudo: Fix power control states and timing Summary of changes: 1. Adjust start time of xyz.openbmc_project.State.Chassis.service to fix initial chassis state 2. Add shutdown ack service 3. Remove reset ack service 4. Remove heartbeat mode 5. Remove sysreset pin control from power_control.exe 6. Remove all phosphor-fan services that caused power off during a system reset 7. Adjustments to ampere_power_util.sh (See below) ampere_power_util.sh: 1. Use GPIO instead of dbus for host state 2. Wait 3 seconds before checking power status for power on 3. Wait 6 seconds before checking power status for power off 4. Have force_off act GPIO while power_off sets Chassis state 5. Graceful shutdown acts GPIO 6. Check host status before issuing system reset 7. Set Watchdog Expire Action to None before power off and reset Signed-off-by: Charles Boyer Change-Id: Ie2720ee60d489c4160165c6827a78a400ae4d30b --- .../recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json') diff --git a/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json index 2dccd42e8..47cb2cc60 100644 --- a/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json +++ b/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json @@ -6,7 +6,6 @@ "power_up_outs": [ ], "reset_outs": [ - {"name": "BMC_S0_SYSRESET_N", "polarity": false} ] } }, @@ -16,11 +15,6 @@ "name": "PGOOD", "num": 200, "direction": "in" - }, - { - "name": "BMC_S0_SYSRESET_N", - "num": 65, - "direction": "out" } ] } -- cgit v1.2.3