From 7d07b3ae8ddad407913c5301877e694430a3263f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 23 Nov 2023 08:24:31 +0000
Subject: [PATCH] add build kerneldeb

---
 kernel/scripts/io-domain.sh |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/kernel/scripts/io-domain.sh b/kernel/scripts/io-domain.sh
index c1647b1..7867547 100755
--- a/kernel/scripts/io-domain.sh
+++ b/kernel/scripts/io-domain.sh
@@ -27,8 +27,9 @@
 ShowChecklist()
 {
 	PMUIO2=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
-	"Get the corresponding value from the hardware schematic diagram" 15 60 2 \
+	"Get the corresponding value from the hardware schematic diagram" 15 60 3 \
 	"1800000" "PMUIO2 Supply Power Voltage(uV)" \
+	"3000000" "PMUIO2 Supply Power Voltage(uV)" \
 	"3300000" "PMUIO2 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
 	exitstatus=$?
 	if [ $exitstatus != 0 ]; then
@@ -37,8 +38,9 @@
 	fi
 
 	VCCIO1=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
-	"Get the corresponding value from the hardware schematic diagram" 15 60 2 \
+	"Get the corresponding value from the hardware schematic diagram" 15 60 3 \
 	"1800000" "VCCIO1 Supply Power Voltage(uV)" \
+	"3000000" "VCCIO1 Supply Power Voltage(uV)" \
 	"3300000" "VCCIO1 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
 	exitstatus=$?
 	if [ $exitstatus != 0 ]; then
@@ -47,8 +49,9 @@
 	fi
 
 	VCCIO3=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
-	"Get the corresponding value from the hardware schematic diagram" 15 60 2 \
+	"Get the corresponding value from the hardware schematic diagram" 15 60 3 \
 	"1800000" "VCCIO3 Supply Power Voltage(uV)" \
+	"3000000" "VCCIO3 Supply Power Voltage(uV)" \
 	"3300000" "VCCIO3 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
 	exitstatus=$?
 	if [ $exitstatus != 0 ]; then
@@ -57,8 +60,9 @@
 	fi
 
 	VCCIO4=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
-	"Get the corresponding value from the hardware schematic diagram" 15 60 2 \
+	"Get the corresponding value from the hardware schematic diagram" 15 60 3 \
 	"1800000" "VCCIO4 Supply Power Voltage(uV)" \
+	"3000000" "VCCIO4 Supply Power Voltage(uV)" \
 	"3300000" "VCCIO4 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
 	exitstatus=$?
 	if [ $exitstatus != 0 ]; then
@@ -67,8 +71,9 @@
 	fi
 
 	VCCIO5=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
-	"Get the corresponding value from the hardware schematic diagram" 15 60 2 \
+	"Get the corresponding value from the hardware schematic diagram" 15 60 3 \
 	"1800000" "VCCIO5 Supply Power Voltage(uV)" \
+	"3000000" "VCCIO5 Supply Power Voltage(uV)" \
 	"3300000" "VCCIO5 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
 	exitstatus=$?
 	if [ $exitstatus != 0 ]; then
@@ -77,8 +82,9 @@
 	fi
 
 	VCCIO6=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
-	"Get the corresponding value from the hardware schematic diagram" 15 60 2 \
+	"Get the corresponding value from the hardware schematic diagram" 15 60 3 \
 	"1800000" "VCCIO6 Supply Power Voltage(uV)" \
+	"3000000" "VCCIO6 Supply Power Voltage(uV)" \
 	"3300000" "VCCIO6 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
 	exitstatus=$?
 	if [ $exitstatus != 0 ]; then
@@ -87,8 +93,9 @@
 	fi
 
 	VCCIO7=$(whiptail --title "IO Domain Checklist" --menu --nocancel\
-	"Get the corresponding value from the hardware schematic diagram" 15 60 2 \
+	"Get the corresponding value from the hardware schematic diagram" 15 60 3 \
 	"1800000" "VCCIO7 Supply Power Voltage(uV)" \
+	"3000000" "VCCIO7 Supply Power Voltage(uV)" \
 	"3300000" "VCCIO7 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3)
 	exitstatus=$?
 	if [ $exitstatus != 0 ]; then

--
Gitblit v1.6.2