mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
doc/efi: add load file 2 protocol to HTML documentation
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. Add a description to the UEFI overview and document the related functions in the API section. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -125,6 +125,15 @@ Graphical output protocol
|
|||||||
.. kernel-doc:: lib/efi_loader/efi_gop.c
|
.. kernel-doc:: lib/efi_loader/efi_gop.c
|
||||||
:internal:
|
: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
|
Network protocols
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@@ -356,6 +356,18 @@ This driver is only available if U-Boot is configured with::
|
|||||||
CONFIG_BLK=y
|
CONFIG_BLK=y
|
||||||
CONFIG_PARTITIONS=y
|
CONFIG_PARTITIONS=y
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
-------------
|
||||||
|
|
||||||
|
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 with::
|
||||||
|
|
||||||
|
EFI_LOAD_FILE2_INITRD=y
|
||||||
|
EFI_INITRD_FILESPEC=interface dev:part path_to_initrd
|
||||||
|
|
||||||
Links
|
Links
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user