doc/efi: add load file 2 protocol to HTML documentation
[oweals/u-boot.git] / doc / api / efi.rst
index bc593826082ad1f46488b241550b855713f941d8..631c0ceb1df1288824293499317dc8b668d29a28 100644 (file)
@@ -125,6 +125,15 @@ Graphical output protocol
 .. kernel-doc:: lib/efi_loader/efi_gop.c
    :internal:
 
+Load file 2 protocol
+~~~~~~~~~~~~~~~~~~~~
+
+The load file 2 protocol can be used by the Linux kernel to load the initial
+RAM disk. U-Boot can be configured to provide an implementation.
+
+.. kernel-doc:: lib/efi_loader/efi_load_initrd.c
+   :internal:
+
 Network protocols
 ~~~~~~~~~~~~~~~~~