ipq6018mibib/ipq40xx/flash_partition/emmc-partition.xml
2025-09-28 10:20:07 +08:00

188 lines
4.8 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<!--
===========================================================================
Copyright (c) 2017 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
===========================================================================
-->
<configuration>
<parser_instructions>
<!-- NOTE: entries here are used by the parser when generating output -->
<!-- NOTE: each filename must be on it's own line as in variable=value-->
WRITE_PROTECT_BOUNDARY_IN_KB = 65536
GROW_LAST_PARTITION_TO_FILL_DISK= false
</parser_instructions>
<!-- NOTE: "physical_partition" are listed in order and apply to devices such as eMMC cards that have (for example) 3 physical partitions -->
<!-- This is physical partition 0 -->
<physical_partition ref="emmc">
<!-- NOTE: Define information for each partition, which will be created in order listed here -->
<!-- NOTE: Place all "readonly=true" partitions side by side for optimum space usage -->
<!-- NOTE: If OPTIMIZE_READONLY_PARTITIONS=true, then partitions won't be in the order listed here -->
<!-- they will instead be placed side by side at the beginning of the disk -->
<partition
label="0:SBL1"
size_in_kb="512"
type="DEA0BA2C-CBDD-4805-B4F9-F428251C3E98"
bootable="false"
readonly="false"
filename="sbl1_emmc.mbn"
/>
<partition
label="0:BOOTCONFIG"
size_in_kb="512"
type="2B7D04FF-31F0-4E6A-BE9A-DA50314DAD58"
bootable="false"
readonly="false"
filename="bootconfig.bin"
/>
<partition
label="0:QSEE"
size_in_kb="512"
type="A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4"
bootable="false"
readonly="false"
filename="tz.mbn"
/>
<partition
label="0:QSEE_1"
size_in_kb="512"
type="A6DD74A1-C8BF-4DBC-AE39-62B8E78C4038"
bootable="false"
readonly="false"
filename=""
/>
<partition
label="0:CDT"
size_in_kb="256"
type="A19F205F-CCD8-4B6D-8F1E-2D9BC24CFFB1"
bootable="false"
readonly="false"
filename="cdt.bin"
/>
<partition
label="0:CDT_1"
size_in_kb="256"
type="7A795379-C250-4282-A2C7-FC4E13F4A43D"
bootable="false"
readonly="false"
filename=""
/>
<partition
label="0:BOOTCONFIG1"
size_in_kb="512"
type="7BD25378-5C39-11E5-8A77-40A8F05F1418"
bootable="false"
readonly="false"
filename="bootconfig.bin"
/>
<partition
label="0:APPSBLENV"
size_in_kb="256"
type="300FFDCD-22E0-47E7-9A23-F16ED9382387"
bootable="false"
readonly="false"
filename=""
/>
<partition
label="0:APPSBL"
size_in_kb="1024"
type="400FFDCD-22E0-47E7-9A23-F16ED9382388"
bootable="false"
readonly="false"
filename="openwrt-ipq40xx-u-boot-stripped.elf"
/>
<partition
label="0:APPSBL_1"
size_in_kb="1024"
type="C126787D-3EEF-444C-9E43-FEFF3F103E22"
bootable="false"
readonly="false"
filename=""
/>
<partition
label="0:ART"
size_in_kb="256"
type="A72E50C1-D37C-429D-9620-35FCA612B9A8"
bootable="false"
readonly="false"
filename=""
/>
<partition
label="0:HLOS"
size_in_kb="8192"
type="B51F2982-3EBE-46DE-8721-EE641E1F9997"
bootable="false"
readonly="false"
filename="openwrt-ipq-ipq40xx-qcom-ipq40xx-ap.dkxx-fit-uImage.itb"
/>
<partition
label="0:HLOS_1"
size_in_kb="8192"
type="A71DA577-7F81-4626-B4A2-E377F9174525"
bootable="false"
readonly="false"
filename=""
/>
<partition
label="rootfs"
size_in_kb="65536"
type="98D2248D-7140-449F-A954-39D67BD6C3B4"
bootable="false"
readonly="false"
filename="openwrt-ipq-ipq40xx-squashfs-root.img"
/>
<partition
label="rootfs_1"
size_in_kb="65536"
type="5647B280-DC2A-485D-9913-CF53AC40FA32"
bootable="false"
readonly="false"
filename=""
/>
<partition
label="rootfs_data"
size_in_kb="1310720"
type="AB1760DA-A8BB-4D6F-98D2-9AD3AB9009CD"
bootable="false"
readonly="false"
filename=""
/>
</physical_partition>
<!-- This is physical partition 1 -->
<physical_partition ref="norplusemmc">
<!-- NOTE: Define information for each partition, which will be created in order listed here -->
<!-- NOTE: Place all "readonly=true" partitions side by side for optimum space usage -->
<!-- NOTE: If OPTIMIZE_READONLY_PARTITIONS=true, then partitions won't be in the order listed here -->
<!-- they will instead be placed side by side at the beginning of the disk -->
<partition
label="0:HLOS"
size_in_kb="8192"
type="B51F2982-3EBE-46DE-8721-EE641E1F9997"
bootable="false"
readonly="false"
filename="openwrt-ipq-ipq40xx-qcom-ipq40xx-ap.dkxx-fit-uImage.itb"
/>
<partition
label="rootfs"
size_in_kb="65536"
type="98D2248D-7140-449F-A954-39D67BD6C3B4"
bootable="false"
readonly="false"
filename="openwrt-ipq-ipq40xx-squashfs-root.img"
/>
<partition
label="rootfs_data"
size_in_kb="1310720"
type="AB1760DA-A8BB-4D6F-98D2-9AD3AB9009CD"
bootable="false"
readonly="false"
filename=""
/>
</physical_partition>
</configuration>