X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fuefi%2Fuefi.rst;h=cfe2d84a4c643196fdc0433325ec332db46c6d19;hb=4af2a33ee5b91223f993af9bb0de1a081090634b;hp=a8fd886d6b5ebd3d4516fc4033aee6e4f8db35d7;hpb=c00bd81ae0d6eb1f94e26b31be3a64cadaa05bcb;p=oweals%2Fu-boot.git diff --git a/doc/uefi/uefi.rst b/doc/uefi/uefi.rst index a8fd886d6b..cfe2d84a4c 100644 --- a/doc/uefi/uefi.rst +++ b/doc/uefi/uefi.rst @@ -356,6 +356,18 @@ This driver is only available if U-Boot is configured with:: CONFIG_BLK=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 -----