Re: [PATCH v1 0/3] Enable env in UFS

2025-05-06 Thread Tom Rini
On Tue, May 06, 2025 at 12:59:56PM +0530, Varadarajan Narayanan wrote: > On Tue, Apr 01, 2025 at 04:37:40PM +0200, neil.armstr...@linaro.org wrote: > > On 01/04/2025 16:10, Tom Rini wrote: > > > On Tue, Apr 01, 2025 at 01:30:12PM +0530, Varadarajan Narayanan wrote: > > > > > > > The qcs9100 based R

Re: [PATCH v1 0/3] Enable env in UFS

2025-05-06 Thread Varadarajan Narayanan
On Tue, Apr 01, 2025 at 04:37:40PM +0200, neil.armstr...@linaro.org wrote: > On 01/04/2025 16:10, Tom Rini wrote: > > On Tue, Apr 01, 2025 at 01:30:12PM +0530, Varadarajan Narayanan wrote: > > > > > The qcs9100 based Ride platforms have UFS as their primary storage. > > > Hence add support to U-Boo

Re: [PATCH v1 0/3] Enable env in UFS

2025-04-01 Thread neil . armstrong
On 01/04/2025 16:10, Tom Rini wrote: On Tue, Apr 01, 2025 at 01:30:12PM +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 wil

Re: [PATCH v1 0/3] Enable env in UFS

2025-04-01 Thread Tom Rini
On Tue, Apr 01, 2025 at 01:30:12PM +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 pa

[PATCH v1 0/3] Enable env in UFS

2025-04-01 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_SYS_UFS_ENV_PART. Also add an API