From c42ad8d655c9f820d67abc228548653ed0274c85 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 10 Feb 2022 10:46:30 +0100 Subject: [PATCH] env: Add HW17 environment BugzID: 77953 --- env/interactive-machine-selector | 7 ++++++- env/machine/hw17 | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 env/machine/hw17 diff --git a/env/interactive-machine-selector b/env/interactive-machine-selector index 6e44c1c..989d551 100755 --- a/env/interactive-machine-selector +++ b/env/interactive-machine-selector @@ -4,6 +4,7 @@ PS3='Please choose a machine: ' HW16="nrhw16 - NB800" +HW17="hw17 - NB2800" HW18="nrhw18 - NB1800" HW20="nrhw20 - NB1601" HW21="nmhw21 - VCU1" @@ -13,13 +14,17 @@ HW24="nrhw24 - NB800 facelift" HW25="hw25 - TC Router" HW26="hw26 - NG800" -select opt in HW16 HW18 HW20 HW21 HW23 DLM HW24 HW25 HW26 +select opt in HW16 HW17 HW18 HW20 HW21 HW23 DLM HW24 HW25 HW26 do case $opt in HW16) MACHINE=am335x-nrhw16 break ;; + HW17) + MACHINE=armada-385-hw17 + break + ;; HW18) MACHINE=armada-385-nrhw18 break diff --git a/env/machine/hw17 b/env/machine/hw17 new file mode 100644 index 0000000..29c3f35 --- /dev/null +++ b/env/machine/hw17 @@ -0,0 +1,3 @@ +MACHINE=armada-385-hw17 +env_path=${BASH_SOURCE:-$0} +. $(dirname $env_path)/../common