diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-02-16 15:22:13 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-02-16 15:48:58 +0100 |
commit | 1db561e11f2b6b6cd8f64035cc12b067dd6c1f91 (patch) | |
tree | 3c14398d1615a3cb1711a3fa3f845d82680cc9a0 /Documentation | |
parent | 1504bb0d96d7eac30cc5ed9b06ece0d40ae003f3 (diff) | |
download | u-boot-1db561e11f2b6b6cd8f64035cc12b067dd6c1f91.tar.gz u-boot-1db561e11f2b6b6cd8f64035cc12b067dd6c1f91.tar.bz2 u-boot-1db561e11f2b6b6cd8f64035cc12b067dd6c1f91.zip |
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.rst | 6 |
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 ---------------- |