From bc4fa1950cba598650e78b4a8a73307698d0a139 Mon Sep 17 00:00:00 2001 From: Shoudi Li Date: Sun, 26 Apr 2026 20:13:06 +0800 Subject: [PATCH] platforms/iq-x7181-evk: add persist partition for iq-x7181-evk Create a new LUN to add 30MB persist partition for UFS on iq-x7181-evk boards, which provides a secure storage area for QTEE. Signed-off-by: Shoudi Li --- platforms/iq-x7181-evk/ufs/partitions.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platforms/iq-x7181-evk/ufs/partitions.conf b/platforms/iq-x7181-evk/ufs/partitions.conf index ab27e37..aa91433 100644 --- a/platforms/iq-x7181-evk/ufs/partitions.conf +++ b/platforms/iq-x7181-evk/ufs/partitions.conf @@ -22,3 +22,8 @@ # This is LUN 0 - HLOS LUN" --partition --lun=0 --name=efi --size=524288KB --type-guid=C12A7328-F81F-11D2-BA4B-00A0C93EC93B --filename=efi.bin --partition --lun=0 --name=rootfs --size=33554432KB --type-guid=B921B045-1DF0-41C3-AF44-4C6F280D3FAE --filename=rootfs.img + +#This is LUN 1 - Protected Read-write LUN +#QCOM development requirement: Ensure all partitions in LUN1 is a multiple of 128k. +--partition --lun=1 --name=persist --size=30720KB --type-guid=6C95E238-E343-4BA8-B489-8681ED22AD0B +--partition --lun=1 --name=last_parti --size=0KB --type-guid=00000000-0000-0000-0000-000000000000