aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi/staging
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-05-25 10:47:40 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-05-25 10:47:40 +0300
commite77c4085d610fb348b757ddd0062e76b215f3bf5 (patch)
tree341272690a4da3424c82b51dc84312e4aae4da67 /rpb-uefi/staging
parent016d83a04cd807ecea2543001d91b44d404fb61c (diff)
rpb-uefi-staging: update hikey_idt config and list of files needed
* sec_fastboot.img isn't needed, don't ship it * hikey_idt config file should use l-loader.bin instead of sec_fastboot.img Change-Id: Ic517c635624b7d81062c80a441b51d9a032278c7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi/staging')
-rwxr-xr-xrpb-uefi/staging/builders.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/rpb-uefi/staging/builders.sh b/rpb-uefi/staging/builders.sh
index 32a44fdf97..2253b7747c 100755
--- a/rpb-uefi/staging/builders.sh
+++ b/rpb-uefi/staging/builders.sh
@@ -168,7 +168,13 @@ if [ "${MX_PLATFORM}" == "hikey960" ]; then
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}/
+ cat > config << EOF
+sec_usb_xloader.img 0x00020000
+sec_uce_boot.img 0x6A908000
+l-loader.bin 0x1AC00000
+EOF
+ cp -a config hikey_idt sec_uce_boot.img sec_usb_xloader.img sec_xloader.img ${WORKSPACE}/out/${BUILD_TYPE}/
+ create config
fi
cd ${WORKSPACE}