Skip to content
Commit f2d2b3a1 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: prepare for read only OP-TEE variables



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 allows handling
read-only variables.

As variable access is limited to very few source files put variable
related definitions into new include efi_variable.h instead of efi_loader.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 5a8d1f60
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment