Home
last modified time | relevance | path

Searched refs:SLED_INDEX (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/
H A Dbletchley-usbmux-util4 SLED_INDEX=$2
98 if [ "$SLED_INDEX" -eq 1 ]; then
100 elif [ "$SLED_INDEX" -eq 2 ]; then
102 elif [ "$SLED_INDEX" -eq 3 ]; then
104 elif [ "$SLED_INDEX" -eq 4 ]; then
106 elif [ "$SLED_INDEX" -eq 5 ]; then
108 elif [ "$SLED_INDEX" -eq 6 ]; then
111 echo "Invalid SLED index: $SLED_INDEX"
H A Dbletchley-common-functions113 local SLED_INDEX="$1"
114 if [ "$SLED_INDEX" = "0" ]; then
119 elif [ "$SLED_INDEX" = "1" ]; then
124 elif [ "$SLED_INDEX" = "2" ]; then
129 elif [ "$SLED_INDEX" = "3" ]; then
134 elif [ "$SLED_INDEX" = "4" ]; then
139 elif [ "$SLED_INDEX" = "5" ]; then
144 elif [ "$SLED_INDEX" = "6" ]; then
150 echo "set_spi2_mux: unknow sled index ($SLED_INDEX)"
159 local SLED_INDEX="$1"
[all …]
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update/
H A Dusb-controller-update92 SLED_INDEX=$1
98 if ! is_valid_sled_num "$SLED_INDEX"; then
99 echo "Invalid sled number: $SLED_INDEX"
107 if ! bind_flash "$SLED_INDEX"; then