summaryrefslogtreecommitdiff
path: root/meta-fii
diff options
context:
space:
mode:
authorCharles Boyer <Charles.Boyer@fii-usa.com>2021-11-04 18:37:14 +0300
committerVivekanand Veeracholan <vveerach@google.com>2021-11-09 00:36:25 +0300
commit9508b34f42c5676c4ad9e078fdcb78ef66196ac2 (patch)
tree3f5f0f483f37c40db2bdf6aa6707077c11b98092 /meta-fii
parent0a9ff00c993690d929525e58c8b9eaa58ca5696c (diff)
downloadopenbmc-9508b34f42c5676c4ad9e078fdcb78ef66196ac2.tar.xz
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 <Charles.Boyer@fii-usa.com> Change-Id: Ieedc2650d230dc3eff8c2d76d2f1ce70b68919cb
Diffstat (limited to 'meta-fii')
-rw-r--r--meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh10
1 files changed, 1 insertions, 9 deletions
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