Re: (subset) [PATCH v4 0/5] Enable env in SCSI

2025-05-29 Thread Tom Rini
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 partitio

Re: [PATCH v4 0/5] Enable env in SCSI

2025-05-29 Thread Casey Connolly
For all except the doc: commit Acked-by: Casey Connolly On 5/13/25 11:17, 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

[PATCH v4 0/5] Enable env in SCSI

2025-05-13 Thread Varadarajan Narayanan
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