Skip to content

Commit cb3448e

Browse files
committed
platforms/contents.xml.in: Add contents.xml.in
Add contents.xml.in file for IQ-615-EVK board. Add it to both emmc and ufs. This helps Axiom to run successfully end to end. Also update the integration test checksum manifest. Signed-off-by: Azhar Shaikh <azhashai@qti.qualcomm.com>
1 parent 9fe4857 commit cb3448e

3 files changed

Lines changed: 485 additions & 327 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>

0 commit comments

Comments
 (0)