Re: [PATCH 1/1] efi_loader: prepare for read only OP-TEE variables

2020-06-22 Thread Heinrich Schuchardt
On 22.06.20 11:16, Ilias Apalodimas wrote: > Hi Heincrich, > > Thanks for merging those. > > > Thanks > /Ilias > > > On Sat, Jun 20, 2020 at 12:56:15PM +0200, Heinrich Schuchardt wrote: >> We currently have two implementations of UEFI variables: >> >> * variables provided via an OP-TEE module >> *

Re: [PATCH 1/1] efi_loader: prepare for read only OP-TEE variables

2020-06-22 Thread Ilias Apalodimas
Hi Heincrich, Thanks for merging those. Thanks /Ilias On Sat, Jun 20, 2020 at 12:56:15PM +0200, Heinrich Schuchardt wrote: > We currently have two implementations of UEFI variables: > > * variables provided via an OP-TEE module > * variables stored in the U-Boot environment > > Read only v

[PATCH 1/1] efi_loader: prepare for read only OP-TEE variables

2020-06-20 Thread Heinrich Schuchardt
We currently have two implementations of UEFI variables: * variables provided via an OP-TEE module * variables stored in the U-Boot environment Read only variables are up to now only implemented in the U-Boot environment implementation. Provide a common interface for both implementations that al