Re: [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

2023-12-03 Thread Simon Glass
Hi Shantur, On Sun, 3 Dec 2023 at 14:49, Shantur Rathore wrote: > > Hi Simon, > > On Sun, Dec 3, 2023 at 5:44 PM Simon Glass wrote: > > > > Hi Shantur, > > > > On Sat, 2 Dec 2023 at 16:12, Shantur Rathore wrote: > > > > > > Hi Simon, > > > > > > On Fri, Dec 1, 2023 at 6:44 PM Simon Glass wrote

Re: [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

2023-12-03 Thread Dragan Simic
On 2023-12-03 22:49, Shantur Rathore wrote: On Sun, Dec 3, 2023 at 5:44 PM Simon Glass wrote: In fact, I wonder if we should add something like: u-boot-env { offset = ; }; so the environment gets filled into the SPI flash when we write the image? Do we want to reset the environment to d

Re: [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

2023-12-03 Thread Shantur Rathore
Hi Simon, On Sun, Dec 3, 2023 at 5:44 PM Simon Glass wrote: > > Hi Shantur, > > On Sat, 2 Dec 2023 at 16:12, Shantur Rathore wrote: > > > > Hi Simon, > > > > On Fri, Dec 1, 2023 at 6:44 PM Simon Glass wrote: > > > > > > Hi Shantur, > > > > > > On Sun, 26 Nov 2023 at 15:09, Shantur Rathore wrot

Re: [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

2023-12-03 Thread Simon Glass
Hi Shantur, On Sat, 2 Dec 2023 at 16:12, Shantur Rathore wrote: > > Hi Simon, > > On Fri, Dec 1, 2023 at 6:44 PM Simon Glass wrote: > > > > Hi Shantur, > > > > On Sun, 26 Nov 2023 at 15:09, Shantur Rathore wrote: > > > > > > RockPro64 uses SPI Flash for storing env, also use it store > > > EFI

Re: [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

2023-12-02 Thread Shantur Rathore
Hi Simon, On Fri, Dec 1, 2023 at 6:44 PM Simon Glass wrote: > > Hi Shantur, > > On Sun, 26 Nov 2023 at 15:09, Shantur Rathore wrote: > > > > RockPro64 uses SPI Flash for storing env, also use it store > > EFI variables. > > > > Signed-off-by: Shantur Rathore > > --- > > > > configs/rockpro64-r

Re: [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

2023-12-01 Thread Simon Glass
Hi Shantur, On Sun, 26 Nov 2023 at 15:09, Shantur Rathore wrote: > > RockPro64 uses SPI Flash for storing env, also use it store > EFI variables. > > Signed-off-by: Shantur Rathore > --- > > configs/rockpro64-rk3399_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/ro