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

2020-06-23 Thread AKASHI Takahiro
On Wed, Jun 24, 2020 at 07:51:42AM +0200, Heinrich Schuchardt wrote: > On 6/23/20 1:44 AM, AKASHI Takahiro wrote: > > On Mon, Jun 22, 2020 at 06:10:27PM +0200, Heinrich Schuchardt wrote: > >> We currently have two implementations of UEFI variables: > >> > >> * variables provided via an OP-TEE modul

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

2020-06-23 Thread Heinrich Schuchardt
On 6/23/20 1:44 AM, AKASHI Takahiro wrote: > On Mon, Jun 22, 2020 at 06:10:27PM +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 variables are

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

2020-06-22 Thread AKASHI Takahiro
On Mon, Jun 22, 2020 at 06:10:27PM +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 variables are up to now only implemented in the U-Boot > envir

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

2020-06-22 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