From 9508b34f42c5676c4ad9e078fdcb78ef66196ac2 Mon Sep 17 00:00:00 2001 From: Charles Boyer Date: Thu, 4 Nov 2021 10:37:14 -0500 Subject: meta-fii/meta-kudo: Remove MON_BMC_ALIVE assertions The other system components are not using this the MON_BMC_ALIVE signal, so it no longer requires assertion. Signed-off-by: Charles Boyer Change-Id: Ieedc2650d230dc3eff8c2d76d2f1ce70b68919cb --- .../recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'meta-fii') diff --git a/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh b/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh index 8231e3de8..b87f12d0a 100644 --- a/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh +++ b/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh @@ -35,10 +35,6 @@ if [[ $boardver -lt 64 ]]; then # Power control # S0_BMC_OK, GPIO 69 set_gpio_ctrl 69 out 1 - - # MON_BMC_ALIVE, GPIO 10(EVT), GPIO137(DVT) - set_gpio_ctrl 137 out 0 # setting unused GPIO - set_gpio_ctrl 10 out 1 else echo "DVT or PVT system" # sleep so that FRU and all ipmitool Devices are ready before HOST OS @@ -49,11 +45,7 @@ else # Power control # S0_BMC_OK, GPIO 69 set_gpio_ctrl 69 out 1 - - # MON_BMC_ALIVE GPIO137(DVT) - set_gpio_ctrl 10 out 0 # setting unused GPIO - set_gpio_ctrl 137 out 1 -fi +fi # Disable CPU 1 CLK when cpu not detected # echo init_once cpu $CPU1_STATUS > /dev/ttyS0 -- cgit v1.2.3