Re: [PATCH v2] efi_loader: fix append write behavior to non-existent variable

2024-04-04 Thread Ilias Apalodimas
On Tue, 2 Apr 2024 at 12:09, Masahisa Kojima wrote: > > Current "variables" efi_selftest result is inconsistent > between the U-Boot file storage and the tee-based StandaloneMM > RPMB secure storage. > > U-Boot file storage implementation does not accept SetVariale > call to non-existent variable

[PATCH v2] efi_loader: fix append write behavior to non-existent variable

2024-04-02 Thread Masahisa Kojima
Current "variables" efi_selftest result is inconsistent between the U-Boot file storage and the tee-based StandaloneMM RPMB secure storage. U-Boot file storage implementation does not accept SetVariale call to non-existent variable with EFI_VARIABLE_APPEND_WRITE, it return EFI_NOT_FOUND. However