On Tue, 13 May 2025 14:47:05 +0530, Varadarajan Narayanan wrote: > The qcs9100 based Ride platforms have UFS as their primary storage. > Hence add support to U-Boot env framework to be able to save and > retrieve the environment from UFS. The environment will be > saved/retrieved from the partition specified in the config option > CONFIG_SCSI_ENV_PART. > > Also add an API to convert partition UUID string to block device > descriptor for UFS. This API will be used to get the block device > descriptor for the partition specified in CONFIG_SCSI_ENV_PART. > > [...]
Applied to u-boot/next, thanks! [1/5] disk: part: implement generic function part_get_info_by_uuid() commit: 43fd4bcefd4ea5e586e201a0908018d1e8395c82 [2/5] scsi: Implement get_blk() function commit: 9a2010941f56929cb28432cc3f4b37a944f55b8e [3/5] env: Add support for storing env variables in SCSI devices commit: 8bf3e967f6a999faa4782cf4a81f6aa82d31ead8 [5/5] configs: qcs9100: Enable env in SCSI commit: 142aab7f3e036a0cfb6efe864ddf3fe85174af44 -- Tom