> -----Original Message----- > From: Marek Vasut <[email protected]> > Sent: Monday, March 24, 2025 10:11 PM > To: Luke Wang <[email protected]>; Peng Fan <[email protected]>; > [email protected]; [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; u- > [email protected] > Subject: [EXT] Re: [PATCH v2] mmc: mmc_boot: support sandisk and micron > emmc boot/rpmb partition resizing > > Caution: This is an external email. Please take care when clicking links or > opening attachments. When in doubt, report the message using the 'Report > this email' button > > > On 3/17/25 9:46 AM, [email protected] wrote: > > From: Luke Wang <[email protected]> > > > > Current mmc > > MMC
'mmc bootpart-resize' is a uboot command. I think we should keep low case. > > > bootpart-resize cmd > > command > > > only support samsung emmc boot/rpmb > > Samsung eMMC BOOT/RPMB hardware OK > > > partition resizing. Add sandisk and micron emmc boot/rpmb > > Sandisk and Micron eMMC BOOT/RPMB hardware > > Please fix capital letters and upper case abbreviations globally. Thanks Marek. I will fix it in v3. Regards, Luke > > > partition > > resizing support. The commands and parameters for resizing partitions > > are different for each manufacturer. Select the corresponding function > > according to cid. > > [...] > > > +/* > > + * This function changes the size of boot partition and the size of rpmb > > + * partition present on EMMC devices. > > eMMC > > > + * Input Parameters: > > + * struct *mmc: pointer for the mmc device strcuture > > + * bootsize: size of boot partition > > + * rpmbsize: size of rpmb partition > > + * > > + * Returns 0 on success. > > + */ > > + > Thanks !

