Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions platforms/qrb2210-rb1/emmc/contents.xml.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" ?>
<!--
========================================================================
contents.in

General Description
Contains information about component builds for this target.
It will clone as contents.xml during build compilation process.

Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
SPDX-License-Identifier: BSD-3-Clause

========================================================================
-->

<contents>
<product_flavors cmm_pf_var="PRODUCT_FLAVORS">
<pf>
<name>default</name>
<component>
<name>common</name>
<flavor>default</flavor>
</component>
<component>
<name>apps</name>
<flavor>default</flavor>
</component>
</pf>
</product_flavors>
<product_info>
<product_name>QRB2210.LE.0.0</product_name>
<chipid flavor="default" storage_type="emmc" flash_phase="1">QRB2210</chipid>
<meta_type>FULL_STACK</meta_type>
<build_type>K2L</build_type>
</product_info>
<builds_flat>
<build>
<name>apps</name>
<role>apps</role>
<chipset>QRB2210</chipset>
<windows_root_path>.\</windows_root_path>
<linux_root_path>./</linux_root_path>
<image_dir>apps_proc</image_dir>
</build>
<build>
<name>common</name>
<role>common</role>
<chipset>QRB2210</chipset>
<windows_root_path>.\</windows_root_path>
<linux_root_path>./</linux_root_path>
<image_dir>common</image_dir>
<device_programmer>
<file_name>prog_firehose_ddr.elf</file_name>
<file_path>.</file_path>
</device_programmer>
<device_programmer firehose_type="lite">
<file_name>prog_firehose_lite.elf</file_name>
<file_path>.</file_path>
</device_programmer>
<download_file>
<fastboot_complete>{partition_name}</fastboot_complete>
<file_name>{image_name}</file_name>
<file_path>.</file_path>
</download_file>
<partition_file>
<storage_type>{storage_type}</storage_type>
<file_name>{partition_file_name}</file_name>
<file_path flavor="default">.</file_path>
</partition_file>
<partition_patch_file>
<storage_type>{storage_type}</storage_type>
<file_name>{partition_patch_file_name}</file_name>
<file_path flavor="default">.</file_path>
</partition_patch_file>
</build>
</builds_flat>
</contents>
1 change: 1 addition & 0 deletions tests/integration/checksums.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ c9f52ac16ce29c8c6ff84bd4d37429fb0ff049a08aedd66bebeb6163805a38e9 platforms/qcs9
ad7facb2586fc6e966c004d7d1d16b024f5805ff7cb47c7a85dabd8b48892ca7 platforms/qcs9100-ride-sx/ufs/zeros_1sector.bin
74518f204d46de660dff3ed003e92476bad8c691ba392453fc1c7532cc856018 platforms/qcs9100-ride-sx/ufs/zeros_33sectors.bin
cc61635da46b2c9974335ea37e0b5fd660a5c8a42a89b271fa7ec2ac4b8b26f6 platforms/qcs9100-ride-sx/ufs/zeros_5sectors.bin
199f7c937b6624a8c5c10fd808c8ebebc6ee64c35069009aa7dadbf49b7ff609 platforms/qrb2210-rb1/emmc/contents.xml
c3bba7e25185dddc4e4d7583564186545a3a8f1bc1b5ebe275058a86a4fcd3ef platforms/qrb2210-rb1/emmc/gpt_backup0.bin
ebfff8f3aeb726d33e5ec25d13d4aaff854c3b189f045c96f73be809b85484c0 platforms/qrb2210-rb1/emmc/gpt_both0.bin
65b63c1bae6e614a126713b3635886c64e6c61c5b5fd907caca2ab88e55723b4 platforms/qrb2210-rb1/emmc/gpt_empty0.bin
Expand Down
Loading