summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-02-16 15:22:13 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-02-16 15:48:58 +0100
commit1db561e11f2b6b6cd8f64035cc12b067dd6c1f91 (patch)
tree3c14398d1615a3cb1711a3fa3f845d82680cc9a0 /Documentation
parent1504bb0d96d7eac30cc5ed9b06ece0d40ae003f3 (diff)
efi_loader: documentation of image loader
- Add missing function descriptions. - Update existing function descriptions to match Sphinx style. - Add lib/efi_loader/efi_image_loader.c to the input files for Sphinx generated documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/efi.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/efi.rst b/Documentation/efi.rst
index 51c1de24f8..5337a55c3b 100644
--- a/Documentation/efi.rst
+++ b/Documentation/efi.rst
@@ -9,6 +9,12 @@ Boot services
.. kernel-doc:: lib/efi_loader/efi_boottime.c
:internal:
+Image relocation
+~~~~~~~~~~~~~~~~
+
+.. kernel-doc:: lib/efi_loader/efi_image_loader.c
+ :internal:
+
Runtime services
----------------