@@ -64,10 +64,10 @@ get_bsa_src()
64
64
if [ -z $ARM_BSA_TAG ]; then
65
65
# No TAG is provided. Download the latest code
66
66
echo " Downloading Arm BSA source code."
67
- git clone --depth 1 ssh ://ap-gerrit-1.ap01.arm. com:29418/avk/syscomp_bsa ShellPkg/Application/bsa-acs
67
+ git clone --depth 1 https ://github. com/ARM-software/bsa-acs.git ShellPkg/Application/bsa-acs
68
68
else
69
69
echo " Downloading Arm BSA source code. TAG : $ARM_BSA_TAG "
70
- git clone --depth 1 --branch $ARM_BSA_TAG ssh ://ap-gerrit-1.ap01.arm. com:29418/avk/syscomp_bsa ShellPkg/Application/bsa-acs
70
+ git clone --depth 1 --branch $ARM_BSA_TAG https ://github. com/ARM-software/bsa-acs.git ShellPkg/Application/bsa-acs
71
71
fi
72
72
popd
73
73
pushd $TOP_DIR /edk2/ShellPkg/Application/bsa-acs
@@ -120,10 +120,10 @@ get_linux-acs_src()
120
120
{
121
121
if [ -z $ARM_LINUX_ACS_TAG ]; then
122
122
echo " Downloading Arm Linux ACS source code."
123
- git clone --depth 1 ssh ://ap-gerrit-1.ap01. arm.com:29418/avk/syscomp_linux_acs linux-acs
123
+ git clone --depth 1 https ://gitlab. arm.com/linux-arm/linux-acs linux-acs
124
124
else
125
125
echo " Downloading Arm Linux ACS source code. TAG : ${ARM_LINUX_ACS_TAG} "
126
- git clone --depth 1 --branch ${ARM_LINUX_ACS_TAG} ssh ://ap-gerrit-1.ap01. arm.com:29418/avk/syscomp_linux_acs linux-acs
126
+ git clone --depth 1 --branch ${ARM_LINUX_ACS_TAG} https ://gitlab. arm.com/linux-arm/linux-acs linux-acs
127
127
fi
128
128
pushd $TOP_DIR /linux-${LINUX_KERNEL_VERSION}
129
129
echo " Applying Linux ACS Patch..."
@@ -137,10 +137,10 @@ get_bbr_acs_src()
137
137
if [ -z $ARM_BBR_TAG ]; then
138
138
# No TAG is provided. Download the latest code
139
139
echo " Downloading Arm BBR source code."
140
- git clone --depth 1 ssh ://ap-gerrit-1.ap01.arm. com:29418/avk/syscomp_bbr bbr-acs
140
+ git clone --depth 1 https ://github. com/ARM-software/bbr-acs.git bbr-acs
141
141
else
142
142
echo " Downloading Arm BBR source code. TAG: $ARM_BBR_TAG "
143
- git clone --depth 1 --branch $ARM_BBR_TAG ssh ://ap-gerrit-1.ap01.arm. com:29418/avk/syscomp_bbr bbr-acs
143
+ git clone --depth 1 --branch $ARM_BBR_TAG https ://github. com/ARM-software/bbr-acs.git bbr-acs
144
144
fi
145
145
}
146
146
0 commit comments