Skip to content

Commit f410a56

Browse files
authored
Merge pull request #44 from vkraleti/sail-correction
Update sail_nor image names in contents.xml
2 parents 251d9b4 + 97f76d4 commit f410a56

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)