Skip to content

Commit 9c62199

Browse files
committed
platforms/qrb2210-rb1: Add contents.xml.in
Add contents.xml.in file for QRB2210-RB1(rb1-core-kit). This helps Axiom to run successfully end to end. Also add checksum for the new file. Signed-off-by: Azhar Shaikh <azhashai@qti.qualcomm.com>
1 parent 6cc534e commit 9c62199

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
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>QRB2210.LE.0.0</product_name>
32+
<chipid flavor="default" storage_type="emmc" flash_phase="1">QRB2210</chipid>
33+
<meta_type>FULL_STACK</meta_type>
34+
<build_type>K2L</build_type>
35+
</product_info>
36+
<builds_flat>
37+
<build>
38+
<name>apps</name>
39+
<role>apps</role>
40+
<chipset>QRB2210</chipset>
41+
<windows_root_path>.\</windows_root_path>
42+
<linux_root_path>./</linux_root_path>
43+
<image_dir>apps_proc</image_dir>
44+
</build>
45+
<build>
46+
<name>common</name>
47+
<role>common</role>
48+
<chipset>QRB2210</chipset>
49+
<windows_root_path>.\</windows_root_path>
50+
<linux_root_path>./</linux_root_path>
51+
<image_dir>common</image_dir>
52+
<device_programmer>
53+
<file_name>prog_firehose_ddr.elf</file_name>
54+
<file_path>.</file_path>
55+
</device_programmer>
56+
<device_programmer firehose_type="lite">
57+
<file_name>prog_firehose_lite.elf</file_name>
58+
<file_path>.</file_path>
59+
</device_programmer>
60+
<download_file>
61+
<fastboot_complete>{partition_name}</fastboot_complete>
62+
<file_name>{image_name}</file_name>
63+
<file_path>.</file_path>
64+
</download_file>
65+
<partition_file>
66+
<storage_type>{storage_type}</storage_type>
67+
<file_name>{partition_file_name}</file_name>
68+
<file_path flavor="default">.</file_path>
69+
</partition_file>
70+
<partition_patch_file>
71+
<storage_type>{storage_type}</storage_type>
72+
<file_name>{partition_patch_file_name}</file_name>
73+
<file_path flavor="default">.</file_path>
74+
</partition_patch_file>
75+
</build>
76+
</builds_flat>
77+
</contents>

tests/integration/checksums.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ c9f52ac16ce29c8c6ff84bd4d37429fb0ff049a08aedd66bebeb6163805a38e9 platforms/qcs9
940940
ad7facb2586fc6e966c004d7d1d16b024f5805ff7cb47c7a85dabd8b48892ca7 platforms/qcs9100-ride-sx/ufs/zeros_1sector.bin
941941
74518f204d46de660dff3ed003e92476bad8c691ba392453fc1c7532cc856018 platforms/qcs9100-ride-sx/ufs/zeros_33sectors.bin
942942
cc61635da46b2c9974335ea37e0b5fd660a5c8a42a89b271fa7ec2ac4b8b26f6 platforms/qcs9100-ride-sx/ufs/zeros_5sectors.bin
943+
199f7c937b6624a8c5c10fd808c8ebebc6ee64c35069009aa7dadbf49b7ff609 platforms/qrb2210-rb1/emmc/contents.xml
943944
c3bba7e25185dddc4e4d7583564186545a3a8f1bc1b5ebe275058a86a4fcd3ef platforms/qrb2210-rb1/emmc/gpt_backup0.bin
944945
ebfff8f3aeb726d33e5ec25d13d4aaff854c3b189f045c96f73be809b85484c0 platforms/qrb2210-rb1/emmc/gpt_both0.bin
945946
65b63c1bae6e614a126713b3635886c64e6c61c5b5fd907caca2ab88e55723b4 platforms/qrb2210-rb1/emmc/gpt_empty0.bin

0 commit comments

Comments
 (0)