summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-06-22 19:10:27 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-12 00:14:16 +0300
commitf2d2b3a11ce18663ea95c29eb2c609efd77b7999 (patch)
treefd8efa3a96100832d69e1a48dec31fa8b246bb23 /doc/api
parent5a8d1f60b2505cf2ee116ac38e54e65b757a1773 (diff)
downloadu-boot-f2d2b3a11ce18663ea95c29eb2c609efd77b7999.tar.xz
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: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/efi.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/efi.rst b/doc/api/efi.rst
index d5114f05b3..cb2a1c897e 100644
--- a/doc/api/efi.rst
+++ b/doc/api/efi.rst
@@ -93,6 +93,8 @@ Runtime services
Variable services
~~~~~~~~~~~~~~~~~
+.. kernel-doc:: include/efi_variable.h
+ :internal:
.. kernel-doc:: lib/efi_loader/efi_variable.c
:internal: