aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi/staging
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-05-24 09:35:48 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-05-24 07:47:03 +0000
commit6e0617340e1a59ad18e88e7a6599d566fd7f897a (patch)
tree6d08b059d8de32b03edd71f1e2e5c206d322c038 /rpb-uefi/staging
parent62e6044784594409037eee304a759cff52dff2fa (diff)
rpb-uefi-staging: add files required by hikey_idt tool
Change-Id: I7ad2b0149324e5d77130449d63f965f99e917c11 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi/staging')
-rwxr-xr-xrpb-uefi/staging/builders.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/rpb-uefi/staging/builders.sh b/rpb-uefi/staging/builders.sh
index 1954dac898..ddffbcfba4 100755
--- a/rpb-uefi/staging/builders.sh
+++ b/rpb-uefi/staging/builders.sh
@@ -164,8 +164,11 @@ if [ "${MX_PLATFORM}" == "hikey960" ]; then
ln -s ${EDK2_DIR}/Build/${IMAGE_DIR}/${MX_TYPE}_*/FV/BL33_AP_UEFI.fd
sudo PTABLE=aosp-32g SECTOR_SIZE=4096 bash -x generate_ptable.sh
python gen_loader_hikey960.py -o l-loader.bin --img_bl1=bl1.bin --img_ns_bl1u=BL33_AP_UEFI.fd
- cp -a l-loader.bin *ptable*.img ${WORKSPACE}/out/${BUILD_TYPE}
- wget https://raw.githubusercontent.com/96boards-hikey/tools-images-hikey960/master/hikey_idt -O ${WORKSPACE}/out/${BUILD_TYPE}/hikey_idt
+ cp -a l-loader.bin prm_ptable.img ${WORKSPACE}/out/${BUILD_TYPE}
+ cd ${WORKSPACE}/${BUILD_NUMBER}
+ git clone --depth 1 https://github.com/96boards-hikey/tools-images-hikey960.git
+ cd tools-images-hikey960
+ cp -a config hikey_idt sec_*.img ${WORKSPACE}/out/${BUILD_TYPE}/
fi
cd ${WORKSPACE}