hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
kernel/scripts/io-domain.sh
....@@ -27,8 +27,9 @@
2727 ShowChecklist()
2828 {
2929 PMUIO2=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
30
- "Get the corresponding value from the hardware schematic diagram" 15 60 2 \
30
+ "Get the corresponding value from the hardware schematic diagram" 15 60 3 \
3131 "1800000" "PMUIO2 Supply Power Voltage(uV)" \
32
+ "3000000" "PMUIO2 Supply Power Voltage(uV)" \
3233 "3300000" "PMUIO2 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
3334 exitstatus=$?
3435 if [ $exitstatus != 0 ]; then
....@@ -37,8 +38,9 @@
3738 fi
3839
3940 VCCIO1=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
40
- "Get the corresponding value from the hardware schematic diagram" 15 60 2 \
41
+ "Get the corresponding value from the hardware schematic diagram" 15 60 3 \
4142 "1800000" "VCCIO1 Supply Power Voltage(uV)" \
43
+ "3000000" "VCCIO1 Supply Power Voltage(uV)" \
4244 "3300000" "VCCIO1 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
4345 exitstatus=$?
4446 if [ $exitstatus != 0 ]; then
....@@ -47,8 +49,9 @@
4749 fi
4850
4951 VCCIO3=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
50
- "Get the corresponding value from the hardware schematic diagram" 15 60 2 \
52
+ "Get the corresponding value from the hardware schematic diagram" 15 60 3 \
5153 "1800000" "VCCIO3 Supply Power Voltage(uV)" \
54
+ "3000000" "VCCIO3 Supply Power Voltage(uV)" \
5255 "3300000" "VCCIO3 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
5356 exitstatus=$?
5457 if [ $exitstatus != 0 ]; then
....@@ -57,8 +60,9 @@
5760 fi
5861
5962 VCCIO4=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
60
- "Get the corresponding value from the hardware schematic diagram" 15 60 2 \
63
+ "Get the corresponding value from the hardware schematic diagram" 15 60 3 \
6164 "1800000" "VCCIO4 Supply Power Voltage(uV)" \
65
+ "3000000" "VCCIO4 Supply Power Voltage(uV)" \
6266 "3300000" "VCCIO4 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
6367 exitstatus=$?
6468 if [ $exitstatus != 0 ]; then
....@@ -67,8 +71,9 @@
6771 fi
6872
6973 VCCIO5=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
70
- "Get the corresponding value from the hardware schematic diagram" 15 60 2 \
74
+ "Get the corresponding value from the hardware schematic diagram" 15 60 3 \
7175 "1800000" "VCCIO5 Supply Power Voltage(uV)" \
76
+ "3000000" "VCCIO5 Supply Power Voltage(uV)" \
7277 "3300000" "VCCIO5 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
7378 exitstatus=$?
7479 if [ $exitstatus != 0 ]; then
....@@ -77,8 +82,9 @@
7782 fi
7883
7984 VCCIO6=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
80
- "Get the corresponding value from the hardware schematic diagram" 15 60 2 \
85
+ "Get the corresponding value from the hardware schematic diagram" 15 60 3 \
8186 "1800000" "VCCIO6 Supply Power Voltage(uV)" \
87
+ "3000000" "VCCIO6 Supply Power Voltage(uV)" \
8288 "3300000" "VCCIO6 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
8389 exitstatus=$?
8490 if [ $exitstatus != 0 ]; then
....@@ -87,8 +93,9 @@
8793 fi
8894
8995 VCCIO7=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
90
- "Get the corresponding value from the hardware schematic diagram" 15 60 2 \
96
+ "Get the corresponding value from the hardware schematic diagram" 15 60 3 \
9197 "1800000" "VCCIO7 Supply Power Voltage(uV)" \
98
+ "3000000" "VCCIO7 Supply Power Voltage(uV)" \
9299 "3300000" "VCCIO7 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
93100 exitstatus=$?
94101 if [ $exitstatus != 0 ]; then