Skip to content

Commit 97f76d4

Browse files
committed
Update sail_nor image names in contents.xml
Starting with the 00103.0 release, sailfreertos.elf has been replaced by sailhyp.elf and sailsw1.elf in sail_nor images. Update the contents.xml templates of iq-8275-evk, iq-9075-evk, qcs8300-ride-sx, qcs9100-ride-sx platforms to reflect this change. Also update check-missing-files test to check for updated images. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent 251d9b4 commit 97f76d4

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

platforms/iq-8275-evk/ufs/contents.xml.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@
8181
<file_path flavor="default">.</file_path>
8282
</partition_patch_file>
8383
<download_file storage_type="spinor" fastboot_complete="SAIL_HYP">
84-
<file_name>sailfreertos.elf</file_name>
84+
<file_name>sailhyp.elf</file_name>
85+
<file_path flavor="sail_nor">./sail_nor</file_path>
86+
</download_file>
87+
<download_file storage_type="spinor" fastboot_complete="SAIL_SW1">
88+
<file_name>sailsw1.elf</file_name>
8589
<file_path flavor="sail_nor">./sail_nor</file_path>
8690
</download_file>
8791
<download_file storage_type="spinor" flavor="sail_nor">

platforms/iq-9075-evk/ufs/contents.xml.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@
8181
<file_path flavor="default">.</file_path>
8282
</partition_patch_file>
8383
<download_file storage_type="spinor" fastboot_complete="SAIL_HYP">
84-
<file_name>sailfreertos.elf</file_name>
84+
<file_name>sailhyp.elf</file_name>
85+
<file_path flavor="sail_nor">./sail_nor</file_path>
86+
</download_file>
87+
<download_file storage_type="spinor" fastboot_complete="SAIL_SW1">
88+
<file_name>sailsw1.elf</file_name>
8589
<file_path flavor="sail_nor">./sail_nor</file_path>
8690
</download_file>
8791
<download_file storage_type="spinor" flavor="sail_nor">

platforms/qcs8300-ride-sx/ufs/contents.xml.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@
8181
<file_path flavor="default">.</file_path>
8282
</partition_patch_file>
8383
<download_file storage_type="spinor" fastboot_complete="SAIL_HYP">
84-
<file_name>sailfreertos.elf</file_name>
84+
<file_name>sailhyp.elf</file_name>
85+
<file_path flavor="sail_nor">./sail_nor</file_path>
86+
</download_file>
87+
<download_file storage_type="spinor" fastboot_complete="SAIL_SW1">
88+
<file_name>sailsw1.elf</file_name>
8589
<file_path flavor="sail_nor">./sail_nor</file_path>
8690
</download_file>
8791
<download_file storage_type="spinor" flavor="sail_nor">

platforms/qcs9100-ride-sx/ufs/contents.xml.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@
8181
<file_path flavor="default">.</file_path>
8282
</partition_patch_file>
8383
<download_file storage_type="spinor" fastboot_complete="SAIL_HYP">
84-
<file_name>sailfreertos.elf</file_name>
84+
<file_name>sailhyp.elf</file_name>
85+
<file_path flavor="sail_nor">./sail_nor</file_path>
86+
</download_file>
87+
<download_file storage_type="spinor" fastboot_complete="SAIL_SW1">
88+
<file_name>sailsw1.elf</file_name>
8589
<file_path flavor="sail_nor">./sail_nor</file_path>
8690
</download_file>
8791
<download_file storage_type="spinor" flavor="sail_nor">

tests/integration/check-missing-files

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ for xml in "$@"; do
5959
qupv3fw.elf) ;;
6060
rootfs.img) ;;
6161
rpm.mbn) ;;
62-
sailfreertos.elf) ;;
62+
sailhyp.elf) ;;
63+
sailsw1.elf) ;;
6364
sbc_1.0_8016.bin) ;;
6465
sbc_1.0_8096.bin) ;;
6566
sbl1.mbn) ;;

0 commit comments

Comments
 (0)