summaryrefslogtreecommitdiff
path: root/download_everything.sh
blob: 30c5cd43e1a2f37366c17034ae3f75b7462a9266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

# OPTEE
git clone https://git.linaro.org/people/paul.liu/systemready/optee_os.git
git -C optee_os checkout paulliu-compulab-rpmb

# TF-A
git clone https://git.linaro.org/people/paul.liu/systemready/trusted-firmware-a.git
git -C trusted-firmware-a checkout master

git clone https://github.com/ARMmbed/mbedtls.git
git -C mbedtls checkout development
git -C mbedtls checkout f08ec01e2b4b3c91af8d822a1cdf17c8a5577035 -b test1

# U-boot
if [ x"$USER" = xpaulliu ]; then
    git clone --reference ~/upstream/u-boot ssh://git@git.linaro.org/people/paul.liu/systemready/u-boot.git
else
    git clone https://git.linaro.org/people/paul.liu/systemready/u-boot.git
fi

git -C u-boot checkout paulliu-rsb3720-2