Skip to content

Commit 6cc534e

Browse files
authored
Merge pull request #126 from azharsha/iq-615-evk_contents_xml
platforms/iq-615-evk: Add contents.xml.in
2 parents 5446ea4 + 635178c commit 6cc534e

3 files changed

Lines changed: 158 additions & 0 deletions

File tree

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" ?>
2+
<!--
3+
========================================================================
4+
contents.in
5+
6+
General Description
7+
Contains information about component builds for this target.
8+
It will clone as contents.xml during build compilation process.
9+
10+
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
11+
SPDX-License-Identifier: BSD-3-Clause
12+
13+
========================================================================
14+
-->
15+
16+
<contents>
17+
<product_flavors cmm_pf_var="PRODUCT_FLAVORS">
18+
<pf>
19+
<name>default</name>
20+
<component>
21+
<name>common</name>
22+
<flavor>default</flavor>
23+
</component>
24+
<component>
25+
<name>apps</name>
26+
<flavor>default</flavor>
27+
</component>
28+
</pf>
29+
</product_flavors>
30+
<product_info>
31+
<product_name>QCS615.LE.0.0</product_name>
32+
<chipid flavor="default" storage_type="emmc" flash_phase="1">QCS615</chipid>
33+
<additional_chipid>SA6155</additional_chipid>
34+
<meta_type>FULL_STACK</meta_type>
35+
<build_type>K2L</build_type>
36+
</product_info>
37+
<builds_flat>
38+
<build>
39+
<name>apps</name>
40+
<role>apps</role>
41+
<chipset>QCS615</chipset>
42+
<windows_root_path>.\</windows_root_path>
43+
<linux_root_path>./</linux_root_path>
44+
<image_dir>apps_proc</image_dir>
45+
</build>
46+
<build>
47+
<name>common</name>
48+
<role>common</role>
49+
<chipset>QCS615</chipset>
50+
<windows_root_path>.\</windows_root_path>
51+
<linux_root_path>./</linux_root_path>
52+
<image_dir>common</image_dir>
53+
<device_programmer>
54+
<file_name>prog_firehose_ddr.elf</file_name>
55+
<file_path>.</file_path>
56+
</device_programmer>
57+
<device_programmer firehose_type="lite">
58+
<file_name>prog_firehose_lite.elf</file_name>
59+
<file_path>.</file_path>
60+
</device_programmer>
61+
<download_file>
62+
<fastboot_complete>{partition_name}</fastboot_complete>
63+
<file_name>{image_name}</file_name>
64+
<file_path>.</file_path>
65+
</download_file>
66+
<partition_file>
67+
<storage_type>{storage_type}</storage_type>
68+
<file_name>{partition_file_name}</file_name>
69+
<file_path flavor="default">.</file_path>
70+
</partition_file>
71+
<partition_patch_file>
72+
<storage_type>{storage_type}</storage_type>
73+
<file_name>{partition_patch_file_name}</file_name>
74+
<file_path flavor="default">.</file_path>
75+
</partition_patch_file>
76+
</build>
77+
</builds_flat>
78+
</contents>
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" ?>
2+
<!--
3+
========================================================================
4+
contents.in
5+
6+
General Description
7+
Contains information about component builds for this target.
8+
It will clone as contents.xml during build compilation process.
9+
10+
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
11+
SPDX-License-Identifier: BSD-3-Clause
12+
13+
========================================================================
14+
-->
15+
16+
<contents>
17+
<product_flavors cmm_pf_var="PRODUCT_FLAVORS">
18+
<pf>
19+
<name>default</name>
20+
<component>
21+
<name>common</name>
22+
<flavor>default</flavor>
23+
</component>
24+
<component>
25+
<name>apps</name>
26+
<flavor>default</flavor>
27+
</component>
28+
</pf>
29+
</product_flavors>
30+
<product_info>
31+
<product_name>QCS615.LE.0.0</product_name>
32+
<chipid flavor="default" storage_type="ufs" flash_phase="1">QCS615</chipid>
33+
<additional_chipid>SA6155</additional_chipid>
34+
<meta_type>FULL_STACK</meta_type>
35+
<build_type>K2L</build_type>
36+
</product_info>
37+
<builds_flat>
38+
<build>
39+
<name>apps</name>
40+
<role>apps</role>
41+
<chipset>QCS615</chipset>
42+
<windows_root_path>.\</windows_root_path>
43+
<linux_root_path>./</linux_root_path>
44+
<image_dir>apps_proc</image_dir>
45+
</build>
46+
<build>
47+
<name>common</name>
48+
<role>common</role>
49+
<chipset>QCS615</chipset>
50+
<windows_root_path>.\</windows_root_path>
51+
<linux_root_path>./</linux_root_path>
52+
<image_dir>common</image_dir>
53+
<device_programmer>
54+
<file_name>prog_firehose_ddr.elf</file_name>
55+
<file_path>.</file_path>
56+
</device_programmer>
57+
<device_programmer firehose_type="lite">
58+
<file_name>prog_firehose_lite.elf</file_name>
59+
<file_path>.</file_path>
60+
</device_programmer>
61+
<download_file>
62+
<fastboot_complete>{partition_name}</fastboot_complete>
63+
<file_name>{image_name}</file_name>
64+
<file_path>.</file_path>
65+
</download_file>
66+
<partition_file>
67+
<storage_type>{storage_type}</storage_type>
68+
<file_name>{partition_file_name}</file_name>
69+
<file_path flavor="default">.</file_path>
70+
</partition_file>
71+
<partition_patch_file>
72+
<storage_type>{storage_type}</storage_type>
73+
<file_name>{partition_patch_file_name}</file_name>
74+
<file_path flavor="default">.</file_path>
75+
</partition_patch_file>
76+
</build>
77+
</builds_flat>
78+
</contents>

tests/integration/checksums.sha256

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ c9f52ac16ce29c8c6ff84bd4d37429fb0ff049a08aedd66bebeb6163805a38e9 platforms/glym
113113
ad7facb2586fc6e966c004d7d1d16b024f5805ff7cb47c7a85dabd8b48892ca7 platforms/glymur-crd/spinor/zeros_1sector.bin
114114
74518f204d46de660dff3ed003e92476bad8c691ba392453fc1c7532cc856018 platforms/glymur-crd/spinor/zeros_33sectors.bin
115115
cc61635da46b2c9974335ea37e0b5fd660a5c8a42a89b271fa7ec2ac4b8b26f6 platforms/glymur-crd/spinor/zeros_5sectors.bin
116+
71eaccc4411179448319f1393afc09db0b964029ae01491bee1020bbfec4a0e0 platforms/iq-615-evk/emmc/contents.xml
116117
72d6845d27707ba0bc7d795ceb714052dabbee5d542e6c084b5d99ae3f85c624 platforms/iq-615-evk/emmc/gpt_backup0.bin
117118
818beedcff7fe4ceedf9d9d5fc84b299107b175681300a206b05bd077e22c223 platforms/iq-615-evk/emmc/gpt_backup1.bin
118119
e7a9ccb517426c9ea75d8f2daab90733aff224304d1c9805bb9fe9b6054c129d platforms/iq-615-evk/emmc/gpt_both0.bin
@@ -139,6 +140,7 @@ f61da760e2f4c756dcae31caa15c8c10e7de1d4891f52010177e93bb02cc6bff platforms/iq-6
139140
f10f4221dac25b805194c19976f5a3aef26d9fe60179701439dc1379db34d90f platforms/iq-615-evk/emmc/wipe_rawprogram_PHY7.xml
140141
076a27c79e5ace2a3d47f9dd2e83e4ff6ea8872b3c2218f66c92b89b55f36560 platforms/iq-615-evk/emmc/zeros_1sector.bin
141142
f57511198cd295e9187ab5e6153bd837c4ee91d0217ea593d6b767ca37fa74c2 platforms/iq-615-evk/emmc/zeros_33sectors.bin
143+
1e9f789eea485c245d74a0bef1e51d180d85dca8025d9758d7fd3df08ae2d50b platforms/iq-615-evk/ufs/contents.xml
142144
583219d4c5afe0701e8cb68e34e91cb5e3f0562ac6e34ab45cc32739809c4d1f platforms/iq-615-evk/ufs/gpt_backup0.bin
143145
424106c12ba2acf0c9367c9e96d7a7a65d861066d63c1962b1ed6bef5495b0a3 platforms/iq-615-evk/ufs/gpt_backup1.bin
144146
a94afbdfe665fea82e20bbe70dd806d50ffec9db4da049deff92df61f41e5cad platforms/iq-615-evk/ufs/gpt_backup2.bin

0 commit comments

Comments
 (0)