From 3c7e9053f2f9fb6242080420bce9acef0237655f Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Wed, 5 Oct 2016 17:18:36 +0200 Subject: lt-qcom-debian-images-arm64: move to PSCI firmware the QCOM firmware have been updated with proper PSCI support, so let's use it now by default. The bootloader job has been updated as well as republished, and we now need to: * use the (new) upstream tree for db-boot-tools * use rescue folder for the bootloaders * use v1.4 firmware package Change-Id: I1d087f186c2adc09261ebecae0e45775a762e3f0 Signed-off-by: Nicolas Dechesne --- lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lt-qcom-debian-images-arm64') diff --git a/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh b/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh index 1750f04562..5de71b497b 100644 --- a/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh +++ b/lt-qcom-debian-images-arm64/installer-dragonboard-410c.sh @@ -27,7 +27,7 @@ mkbootimg \ --cmdline "root=/dev/mmcblk1p8 rw rootwait console=${SERIAL_CONSOLE},115200n8" gzip -9 out/boot-installer-${VENDOR}-${OS_FLAVOUR}-${PLATFORM_NAME}-${VERSION}.img -git clone --depth 1 -b master https://git.linaro.org/people/nicolas.dechesne/db-boot-tools.git +git clone --depth 1 -b master https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git # record commit info in build log cd db-boot-tools git log -1 @@ -35,9 +35,9 @@ git log -1 # Get SD and EMMC bootloader package BL_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/lt-qcom-db410c-bootloader/lastSuccessfulBuild/buildNumber` wget --progress=dot -e dotbytes=2M \ - http://builds.96boards.org/snapshots/dragonboard410c/linaro/rescue-ng/${BL_BUILD_NUMBER}/dragonboard410c_bootloader_sd_linux-${BL_BUILD_NUMBER}.zip + http://builds.96boards.org/snapshots/dragonboard410c/linaro/rescue/${BL_BUILD_NUMBER}/dragonboard410c_bootloader_sd_linux-${BL_BUILD_NUMBER}.zip wget --progress=dot -e dotbytes=2M \ - http://builds.96boards.org/snapshots/dragonboard410c/linaro/rescue-ng/${BL_BUILD_NUMBER}/dragonboard410c_bootloader_emmc_linux-${BL_BUILD_NUMBER}.zip + http://builds.96boards.org/snapshots/dragonboard410c/linaro/rescue/${BL_BUILD_NUMBER}/dragonboard410c_bootloader_emmc_linux-${BL_BUILD_NUMBER}.zip unzip -d out dragonboard410c_bootloader_sd_linux-${BL_BUILD_NUMBER}.zip cp ${WORKSPACE}/out/boot-installer-${VENDOR}-${OS_FLAVOUR}-${PLATFORM_NAME}-${VERSION}.img.gz out/boot.img.gz -- cgit v1.2.3