summaryrefslogtreecommitdiff
path: root/Documentation/efi.rst
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-02-18 15:48:01 -0500
committerTom Rini <trini@konsulko.com>2019-02-18 15:48:01 -0500
commitbeff8e34b22d708df11b32b6ed27be49ba345875 (patch)
tree24e03177fb25d4721a77ddaa38218579c3455353 /Documentation/efi.rst
parent500ad54e35c636b0a05170753da58fcd8c8de6f2 (diff)
parent997fc12ec91eccf6b7485565864f3eb8ce74def2 (diff)
Merge tag 'efi-2019-04-rc2' of https://github.com/xypron2/u-boot
The patches fix multiple errors. Mentionable are: - EFI unit tests (bootefi selftest) can run on i386. - `make tests` executes the Unicode unit tests. The LoadImage patch is preparing for further rework to be delivered in v2019.07.
Diffstat (limited to 'Documentation/efi.rst')
-rw-r--r--Documentation/efi.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/efi.rst b/Documentation/efi.rst
index 51c1de24f84..5337a55c3bf 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
----------------