From 62ebd78c2fcbf6bd7956d1b19f85b9bb2d09652a Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 10 Jan 2024 10:17:05 +0900 Subject: [PATCH] samsung: tizen_rpi: Add container partition in GPT_PARTS_DEFAULT Add container partition in GPT_PARTS_DEFAULT and DFU_ALT_SYSTEM. Change-Id: I7f19453d84ee8f295be41c903f778a0dbee064f7 Signed-off-by: Jaehoon Chung --- include/samsung/tizen_rpi.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 3d87e5fdef..ff16dd6c7d 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -37,7 +37,9 @@ "module part 0 6;" \ "ramdisk.img part 0 7;" \ "ramdisk-recovery part 0 8;" \ - "hal.img part 0 10" + "hal.img part 0 10;" \ + "system.img part 0 17;" \ + "vendor.img part 0 19" #define CONFIG_SET_DFU_ALT_BUF_LEN (SZ_1K) @@ -82,6 +84,10 @@ "name=ramdisk_b,size=32MiB,uuid=${uuid_gpt_ramdisk_b},type=linux;" \ "name=ramdisk-recovery_b,size=32MiB,uuid=${uuid_gpt_ramdisk-recovery_b},type=linux;" \ "name=hal_b,size=256MiB,uuid=${uuid_gpt_hal_b},type=linux;" \ + "name=aot-system_a,size=1536MiB,uuid=${uuid_gpt_aot-system_a},type=linux;" \ + "name=aot-system_b,size=1536MiB,uuid=${uuid_gpt_aot-system_b},type=linux;" \ + "name=aot-vendor_a,size=256MiB,uuid=${uuid_gpt_aot-vendor_a},type=linux;" \ + "name=aot-vendor_b,size=256MiB,uuid=${uuid_gpt_aot-vendor_b},type=linux;" \ "name=reserved0,size=4MiB,uuid=${uuid_gpt_reserved0},type=linux;" \ "name=reserved1,size=64MiB,uuid=${uuid_gpt_reserved1},type=linux;" \ "name=reserved2,size=-,uuid=${uuid_gpt_reserved2},type=linux;" \ -- 2.34.1