summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2021-11-18 15:38:25 +0530
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2021-11-18 12:25:04 +0100
commit92881d1f7b6b602af46404a564c0dd29a0f9ed64 (patch)
tree3aaba4de2dabf3bee54dabb9c86ac0fafe8ea82a
parent1dbbaf3943c0c599b38e18d2baf58e169c88c762 (diff)
rb5: aosp: partition.xml: Update vendor_boot(_a/_b) partition sizeHEADrb5-lun5master
Stole some MBs from system(_a/_b) partitions to bump up the size of vendor_boot(_a/_b) partitions. We need this to support bigger vendor ramdisks, because we are going to copy a few firmware files and drop the firmware loading dependency on userspace helper (FW_LOADER_USER_HELPER_FALLBACK). Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--rb5/aosp/partition.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/rb5/aosp/partition.xml b/rb5/aosp/partition.xml
index 76194d1..c497d5d 100644
--- a/rb5/aosp/partition.xml
+++ b/rb5/aosp/partition.xml
@@ -16,10 +16,10 @@
<partition label="persist" size_in_kb="32768" type="6C95E238-E343-4BA8-B489-8681ED22AD0B" bootable="false" readonly="false" filename=""/>
<partition label="misc" size_in_kb="1024" type="82ACC91F-357C-4A68-9C8F-689E1B1A23A1" bootable="false" readonly="false" filename="" />
<partition label="keystore" size_in_kb="512" type="DE7D4029-0F5B-41C8-AE7E-F6C023A02B33" bootable="false" readonly="false" filename="" />
- <partition label="system_a" size_in_kb="6007328" type="97D7B011-54DA-4835-B3C4-917AD6E73D74" bootable="false" readonly="false" filename=""/>
- <partition label="system_b" size_in_kb="6007328" type="77036CD4-03D5-42BB-8ED1-37E5A88BAA34" bootable="false" readonly="false" filename=""/>
- <partition label="vendor_boot_a" size_in_kb="65536" type="C235A424-D0DE-46AC-903F-6CBD806654F9" bootable="false" readonly="false" filename=""/>
- <partition label="vendor_boot_b" size_in_kb="65536" type="4FFF84FA-5269-43A8-9E36-25C566123B61" bootable="false" readonly="false" filename=""/>
+ <partition label="system_a" size_in_kb="5941792" type="97D7B011-54DA-4835-B3C4-917AD6E73D74" bootable="false" readonly="false" filename=""/>
+ <partition label="system_b" size_in_kb="5941792" type="77036CD4-03D5-42BB-8ED1-37E5A88BAA34" bootable="false" readonly="false" filename=""/>
+ <partition label="vendor_boot_a" size_in_kb="131072" type="C235A424-D0DE-46AC-903F-6CBD806654F9" bootable="false" readonly="false" filename=""/>
+ <partition label="vendor_boot_b" size_in_kb="131072" type="4FFF84FA-5269-43A8-9E36-25C566123B61" bootable="false" readonly="false" filename=""/>
<partition label="super" size_in_kb="12145728" type="88147DE5-14E6-43CC-9FE2-48F6B99CBB45" bootable="false" readonly="false" filename=""/>
<partition label="systemrw" size_in_kb="16384" type="77036CD4-03D5-24BB-8ED1-37E5A77BAA34" bootable="false" readonly="false" filename=""/>
<partition label="cache" size_in_kb="65536" type="9FB61B5A-5245-47C2-9A59-DBE909F38498" bootable="false" readonly="false" filename=""/>