Re: [PATCH v3 2/3] efi_vars: Implement SPI Flash store

2023-12-02 Thread Shantur Rathore
Hi Ilias, On Thu, Nov 30, 2023 at 10:10 PM Ilias Apalodimas wrote: > > Hi Shantur > > I have a few remarks on the architecture. > Up to now, we are supporting > 1. Variables on a file > 2. Variables on an RPMB > > The reason those two are in different files is that we generally > expect to use di

Re: [PATCH v3 2/3] efi_vars: Implement SPI Flash store

2023-11-30 Thread Ilias Apalodimas
Hi Shantur I have a few remarks on the architecture. Up to now, we are supporting 1. Variables on a file 2. Variables on an RPMB The reason those two are in different files is that we generally expect to use different bootime services and few differences in efi_variables_boot_exit_notify() and ef

[PATCH v3 2/3] efi_vars: Implement SPI Flash store

2023-11-26 Thread Shantur Rathore
Currently U-boot uses ESP as storage for EFI variables. Devices with SPI Flash are used for storing environment with this commit we allow EFI variables to be stored on SPI Flash. Signed-off-by: Shantur Rathore --- (no changes since v1) include/efi_variable.h| 21 lib/efi_loade